The hreflang tag (also referred to as rel=”alternate” hreflang=”x”) tells Google which language you are using on a specific page, so the search engine can serve that result to users searching in that language.

Code Sample

<link rel="alternate" target="_blank" href="http://example.com" hreflang="en-us" />

 

What is Rel=”Alternate” Hreflang=”x”?

Introduced by Google in December 2011, the hreflang tag allows you to show search engines what the relationship is between web pages in alternate languages. It’s useful when you’ve created content that’s specific to a local audience. The hreflang tag adds a signal to search engines that a user querying in language “x” will want this result instead of a page with similar content in language “y”. For example, if you create a Spanish-language version of your English-language homepage, you would tag it as “Español” by using hreflang=”es” so that searchers with an IP address that a search engine has reason to believe is in a Spanish-speaking country are served that page in Spanish instead of the English version. This can decrease your bounce rate and increase your conversions by making sure your target audience lands on the version of your page most appropriate for them. Hreflang can also be used to show that you have content targeted toward variants of a single language. If that’s the case, you can target your pages even more specifically by extending the hreflang tag with annotations that indicate which region the content is localized for, e.g. Spain (hreflang=”es-es”) versus Mexico (hreflang=”es-mx”). This is particularly useful to geotarget users to control for variations in currency, shipping, seasonality, and culture. Hreflang is a signal, not a directive. That means that other SEO factors may override the hreflang tag and cause a different version of your page to rank higher. To give search engines the clearest possible signals about which pages are for users in which language, make sure you’re using other international SEO best practices. Note that while Google and Yandex currently use the hreflang tag, Bing uses language meta tags instead.

SEO Best Practices

To get the most benefit out of the hreflang tag, the following tips are important:

Where the Hreflang Tag Goes

The hreflang tag can be placed in the on-page markup, the HTTP header, or the sitemap. Only use one of those locations. If you choose the sitemap, this tool can help you.

What the Hreflang Tag Looks Like

The hreflang tag on each page should include a reference to itself as well as to all the pages that serve as alternates for it. If your Spanish website sells Iberian ham to customers in Spain, France, and Portugal only, the hreflang tags for your homepage might look like this:

 

<link rel="alternate" target="_blank" href="example.com" hreflang="es-es" />
<link rel="alternate" target="_blank" href="example.com/fr/" hreflang="fr-fr" />
<link rel="alternate" target="_blank" href="example.com/pt/" hreflang="pt-pt" />

The same annotations should appear on your French and Portuguese homepages.

It is still possible that Mexican, French Canadian, and Brazilian customers could see your site (remember, hreflang is a signal not a directive), but if you localize other aspects of your content and site (start by indicating what currency you use and showcasing a local address and phone number), you’re less likely to have to deal with pesky American import/export restrictions on your meat products :).

You can set the hreflang tag in the Add Meta Tags plugin.

Source: https://moz.com/learn/seo/hreflang-tag