Forum Moderators: Robert Charlton & goodroi
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
One of our SEO tools indicated this can be removed from our page. But I have always wondered what this line really does and what the effect of delting it will have?
The validator at W3C seems to indicate it's a western Europe character set, but I cannot figure out why.
Even CNN has it on their website too.
Anyone have any insight into this?
<meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
Why do almost all other pages use the Western Europe one?
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
If we ar ein the U.S., I would think UTF-8 should be the choice, but I don't know what the differences are.
FrontPage creates this one when you create a new html page:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
How do we know which one to use?
So now this makes it even more confusing!
everything else is a subset of it.
iso-8859-1 is the subset that just contains symbols and signs from western languages (english, french, german etc etc)
that is why you see it on just about every site on the web,
- but you could just as easily use the unicode set.
the character set is usually delivered in the header by your web server, which is why SEO's say the meta tag can safely be removed, as its just doubling up what the browser already knows.
but most people leave it on anyway - just in case the page has been saved and is being viewed offline. if it's being viewed offline and you miss out the meta tag then the browser will not know which charcater set is being used (not that it really matters, i don't think)