Quote:
Originally Posted by RickC998
Thank you all. It was indeed an issue with this meta tag, now corrected from "en-US" to "en-GB" on each page
[...]
Biggest problem was my lack of experience... so I've learned a lot.
|
You may also want to add
lang as well.
Code:
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-GB" xml:lang="en-GB">
Search: xml:lang="en-GB"
Replace: lang="en-GB" xml:lang="en-GB"
Some tools/browsers/readers may support one or the other. So including both should make language work wherever.