![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I mean, I have an spanish version of my web site...then ...should I use the HTML-encoded function to "encode" the special characters?..like Guía de Turismo or can I use the decoded way "GuÃ*a de Turismo" Can the SE (google, MSN, yahoo)..deal without problems with accents and special characters (like: ñ)...in the body, Title, keywords...etc of my HTML pages ??? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I want the browser to get, for example : é My question is what character below is more SE friendly, which of the three would be the best to use in the html content. é é é |
#5
| |||
| |||
|
|
"canadafred" <canadian_web (AT) hotmail (DOT) com> wrote: I want the browser to get, for example : é My question is what character below is more SE friendly, which of the three would be the best to use in the html content. é é é Doesn't matter, they are equivalent (if you use the right character set). The easiest for you is to use the latter. When a bot processes the HTML it *should* decode the entities (é é ) to the right character and all major search engines do this. (Note that the ; is required after the entities). -- John Experienced (web) developer: http://castleamber.com/ Perl RSS Builder: http://johnbokma.com/perl/rss-web-feed-builder.html |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
I'm glad we are discussing this. I'm working on some French web sites and I have a question. I understand to use of the : <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> tag in this case. I want the browser to get, for example : é My question is what character below is more SE friendly, which of the three would be the best to use in the html content. é é é |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
I would go for UTF-8 - no tricks needed, |
|
é displayed both in code and on pages. |
#10
| |||
| |||
|
|
I would go for UTF-8 - no tricks needed, Same for ISO-8859-1 é displayed both in code and on pages. Same for ISO-8859-1 |
![]() |
| Thread Tools | |
| Display Modes | |
| |