Tagged Questions
2
votes
2answers
474 views
How to make Google recognize language for a multilingual website?
A few weeks ago I implemented a translation functionality for my company website. The website now offers content in french and English and I took the time to look on various guides on the internet on ...
2
votes
2answers
113 views
How to inform search engines that my site support multilanguages?
The website i am working on is translated to 8 languages (English, Chinese, Japanese, Arabic, Hindi, Russian, Spanish and Portuguese).
Each time the user select a language, the URL stays the same as ...
9
votes
3answers
5k views
http-equiv=content-language alternative - the way of specifying document language
Lots of web sites uses following meta tag to specify the default language of the document:
<meta http-equiv="content-language" content="es-ES">
When I go to W3C site and read about HTML ...