Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Should I do:
A: translate the language links in the current language: (if I am on the English version)

<a href="en/">English</a> | 
<a href="it/">Italian</a> | 
<a href="fr/">French

B: the links in the native languages:

<a href="en/">English</a> | 
<a href="it/">Italiano</a> | 
<a href="fr/">Français</a>

From a user perspective option B is obvious, but what about SEO?

share|improve this question

1 Answer

up vote 3 down vote accepted

You could turn this question on its head; let's say you land on the page, and the current language is Russian; which of these do you pick to get to something you understand?

  • французский
  • английский
  • итальянский
  • русский

From a usability perspective, I'd say that the language names should always be in their native languages, over the current language.

share|improve this answer
off course, you are right. I was just wondering about SEO. – FFish Dec 5 '10 at 14:50
i'm under the impression that google builds it so that what's good for the user is good for SEO. – robertpateii Dec 10 '10 at 21:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.