Google Adds A New Webmaster Annotation For Multilingual & Multinational Sites

Google’s Pierre Far, Webmaster Trends Analyst, announced on the Google Webmaster Central blog a new annotation designed to help communicate redirects and languages to Google for multilingual and multinational web sites. The annotation is designed to work with homepages of multinational and multilingual sites that are configured to point users to localized pages, either via […]

Chat with SearchBot

Google-Webmaster-toolsGoogle’s Pierre Far, Webmaster Trends Analyst, announced on the Google Webmaster Central blog a new annotation designed to help communicate redirects and languages to Google for multilingual and multinational web sites.

The annotation is designed to work with homepages of multinational and multilingual sites that are configured to point users to localized pages, either via redirects or by changing the content to reflect the user’s language. When this happens, you can now communicate to Google of this action through the new rel-alternate-hreflang annotation.

The rel-alternate-hreflang annotation is markup you can add to your Sitemaps or using HTML link tags in your source code that will communicate these redirect or language changes to Googlebot.

Both Google and Yandex (a popular Russian search engine) support this new tag.

How does it work? For example sites that target these languages or countries by these URLs:

  • https://example.com/en-gb: For English-speaking users in the UK
  • https://example.com/en-us: For English-speaking users in the USA
  • https://example.com/en-au: For English-speaking users in Australia
  • https://example.com/: The homepage shows users a country selector and is the default page for users worldwide

For those URLs, you’d implement these annotations:


<link rel="alternate" href="https://example.com/en-gb"
 hreflang="en-gb" />
<link rel="alternate" href="https://example.com/en-us" 
hreflang="en-us" />
<link rel="alternate" href="https://example.com/en-au" 
hreflang="en-au" />
<link rel="alternate" href="https://example.com/" 
hreflang="x-default" />

For more details on how this works, see the announcement post.

Related Stories:


About the author

Barry Schwartz
Staff
Barry Schwartz is a Contributing Editor to Search Engine Land and a member of the programming team for SMX events. He owns RustyBrick, a NY based web consulting firm. He also runs Search Engine Roundtable, a popular search blog on very advanced SEM topics. Barry can be followed on Twitter here.

Get the must-read newsletter for search marketers.