Forum Moderators: Robert Charlton & goodroi
please tell me the use of hreflang is must in the HTML code in specific ccTLDs?
Some example scenarios where rel="alternate" hreflang="x" is recommended:
...
- Your site content is fully translated. For example, you have both German and English versions of each page.
If you have multiple language versions of a URL, each language page in the set must use rel="alternate" hreflang="x" to identify the other language versions. For example, if your site provides content in French, English, and Spanish, the Spanish version must include a rel="alternate" hreflang="x" link to both the English and the French versions, and the English and French versions must each include a similar link pointing to each other and to the Spanish site.
<link rel="alternate" hreflang="fr" href="http://www.example.fr/">
<link rel="alternate" hreflang="de" href="http://www.example.de/">
<link rel="alternate" hreflang="en" href="http://www.example.com/">
<link rel="alternate" hreflang="en-GB" href="http://www.example.co.uk/">
<link rel="alternate" hreflang="fr-CA" href="http://fr.example.ca/">
<link rel="alternate" hreflang="en-CA" href="http://en.example.ca/">
One more thing, I am also planning to localize the interface of website's software. I think it would help me a lot to provide the information such as installation process, user interface and help guide about my different software in more user friendly manner.
What do you suggest?