I´m currently trying to clean up a Joomla 2.5 site for HTML5 validation but I have a problem.
The HTML5 validator is reporting the following errors:
"Bad value og:title for attribute name on element meta: Keyword og:title is not registered."
"Bad value og:type for attribute name on element meta: Keyword og:type is not registered"
"Bad value og:url for attribute name on element meta: Keyword og:url is not registered"
"Bad value og:site_name for attribute name on element meta: Keyword og:site_name is not registered"
I have found out that the meta name attribute "og:xxxx" is generated only on pages that are linked to an article menu item. Unfortunately the front page is linked to such a menu item and I don´t know were the "og:" part is coming from.
I have tried to Google the problem and the only thing I can think is that it has do with Open Graph.
I hope that someone can help me fix this issue.