New Elements for Dealing with Multilingual Google SEO
Tweet
When you are dealing with multilingual websites there is a lot to consider, one of those things being allowing Google to identify the correct page for a specific language. In December, Google expanded the support of the rel=”alternate” hreflang link element to handle content that is translated or provided for multiple geographic regions.
rel=”alternate” hreflang link element
The rel=”alternate” hreflang link element can specify the language, optionally the country, and URLs of equivalent content.
To indicate to Google that you want the German version of the page to be served to searchers using Google in German, the en-us version to searchers using google.com in English, and the en-gb version to searchers using google.co.uk in English, use rel=”alternate” hreflang=”x” to identify alternate language versions.
Update the HTML of each URL in the set by adding a set of rel=”alternate” hreflang=”x” link elements. Include a rel=”alternate” hreflang=”x” link for every URL in the set, like this:
- <link rel=”alternate” hreflang=”en” href=”http://www.example.com/page.html” />
- <link rel=”alternate” hreflang=”en-gb” href=”http://en-gb.example.com/page.html” />
- <link rel=”alternate” hreflang=”en-us” href=”http://en-us.example.com/page.html” />
- <link rel=”alternate” hreflang=”de” href=”http://de.example.com/seite.html” />





SEO Inc. on Twitter