W
Wladimir Borsov
Assume I declare at the top of a HTML page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
This refers to english HTML content/syntax. Later then I declare:
<META NAME="keywords" CONTENT=".... ... .... ">
Should the keywords also be in english? or is it possible to enter words from other language
(and with other language specific chars like german umlaute, french accents, spanisch question marks,...)?
Do visiting search engines understand a mix of words from multiple languages ?
Can I enter speical chars like the german "Ä" directly or do I have to type Ä inside the META-Tags ?
Wladi
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
This refers to english HTML content/syntax. Later then I declare:
<META NAME="keywords" CONTENT=".... ... .... ">
Should the keywords also be in english? or is it possible to enter words from other language
(and with other language specific chars like german umlaute, french accents, spanisch question marks,...)?
Do visiting search engines understand a mix of words from multiple languages ?
Can I enter speical chars like the german "Ä" directly or do I have to type Ä inside the META-Tags ?
Wladi