Mobile app version of vmapp.org
Login or Join
Gretchen104

: International Targeting SEO - hreflang How do I properly put hreflang tags? I would like to target 3 different languages not just English. example.com/de example.com/fr example.com/it And my main

@Gretchen104

Posted in: #GoogleSearchConsole #LocalSeo #Seo

How do I properly put hreflang tags?

I would like to target 3 different languages not just English.


example.com/de
example.com/fr
example.com/it


And my main website example.com is in English and it should target everything else worldwide.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Gretchen104

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sent6035632

www.internationalseomap.com/hreflang-tags-generator/ is useful.

For example, it told me to put this HTML in the <head> section for French in France.

<link rel="alternate" href="http://example.com/fr" hreflang="fr-fr" />


If you don't specify countries you can put this in your specific <head> section:

<link rel="alternate" href="http://example.com/fr" hreflang="fr" />
<link rel="alternate" href="http://example.com/de" hreflang="de" />
<link rel="alternate" href="http://example.com/it" hreflang="it" />
<link rel="alternate" href="http://example.com/" hreflang="en" />


This will be independent from countries according to Google's documentation.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme