Click to See Complete Forum and Search --> : Multi language site meta


vickym
12-07-2004, 09:08 AM
Hi

I have just translated my website so it's now in 2 languages. Both sites are identical and reside on the same domain (www.azuremarketing.com). I know that I can use meta data (<META HTTP-EQUIV="Content-Language" CONTENT="EN">) to illustrate to the search engines that my site is in a specific language, but am I able to specify that it's in two languages and if so, can anyone advise how I should do this.

Many thanks

Vicky

Robert Wellock
12-07-2004, 10:26 AM
On your English site you'd have <a href="d_index.htm" xml:lang="de">Deutsch</a>

For your German site you would use: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> or the equivalent for the specific XHTML version.

There is another way but I cannot recall it at the moment for alternative content.

vickym
12-07-2004, 10:57 AM
Thanks for racking your brains for me Robert - I'll give it a shot.

Fang
12-07-2004, 11:01 AM
http://www.w3.org/TR/REC-html40/struct/dirlang.html