Forum Moderators: open
All of my translated pages Meta tags EXCEPT for the title are written in english but the content has been translated into the foreign language.
None of my pages have a META for Language. Would this be recommended or is it necessary?
Thanks for you input!
From the W3C in regards to the Primary Language META Tag...
Abstract
In HTML elements, the lang attribute specifies the natural language. This document is mostly concerned with how to specify the primary language(s) (there could be more than one) and the base language (there is only one) in HTML documents.<meta http-equiv="content-language" content="en">
The value of the Content attribute of the META element is the same as the value of the Content-Language header in HTTP; i.e, a comma-separated list of language codes. For example:
<meta http-equiv="content-language" content="en,fr">
I am now using these on pages that are being translated for a directory. The directory is hosted on a server that I believe is sending an http header that uses the default of "en" as most of our pages are in English.
I'm still doing research on this but I believe its a good idea to include the META on those pages that are translated. I would also ask why the other meta tags are not in the native language of the document. It defeats the purpose.