Some really good myth busting tips and tricks to improve your site SEO. Surprising to read many of the techniques that the SEO gurus have been recommending for years are probably less valid than you think.
Peter Bargh
Sights & Sounds
January 30th, 2014
Seo Tips
May 30th, 2013
Quote ‘ in attribute name error
Quote ‘ in attribute name. Probable cause: Matching quote missing somewhere earlier.
I got the above error when validating a html5 page.
The problem was solved by changing
<meta charset=”UTF-8″ >
to add a closing backspace :
<meta charset=”UTF-8″ />
Hope that helps others with the same problems