OpenGraph tags and HTML5 validity
- by netmano
I have a HTML5 based page, and I inculded the OpenGraph tags according to it's documentation. Also I checked with Facebook Debug, and it can parse the metadata.
But when I use W3C Validator, it reports the OG tags as error:
Attribute content not allowed on element meta at this point.
<meta property="fb:admins" content="...." />
Attribute…