I am getting html validation errors on my schema, is there something I've done incorrectly?
-
When I tried to validate my html after added some schema, I am getting html validation errors.
I have some examples below. Any ideas on what I've done incorrectly? www.mexpro.com
Line 9, Column 80: there is no attribute "itemprop"
`…ontent="http://www.mexpro.com/mexico/images/mexpro-logo.jpg" itemprop=**"**logo" />`_L Line 130, Column 23_: "itemscope" is not a member of a group specified for any attribute `itemtype="http://schema.org/Organization">` -
Can you send a screenshot and/or additional information. I checked your site on Google's Rich Snippets tool and couldn't duplicate the error.
https://www.google.com/webmasters/tools/richsnippets?q=www.mexpro.com
-
http://validator.w3.org/check?uri=mexpro.com&charset=(detect+automatically)&doctype=Inline&group=0
see attachment for screen shot. Thanks.
-
Hi Rox,
I think the problem is because of the Doctype of that page. If you select HTML 5 from the doctype dropdown, you won't get any HTML validation errors related the schema.
In summary, it's not worth worrying about.
I hope this helps,
Craig