我有一个基于HTML5的页面,并且根据它的文档灌入了OpenGraph标签。我也用Facebook Debug进行了检查,它可以解析元数据。但是,当我使用W3C验证程序时,它将OG标签报告为错误:
Attribute content not allowed on element meta at this point.
<meta property="fb:admins" content="...." />
Attribute content not allowed on element meta at this point.
<meta property="og:url" content="http://www....">
他们都在<head>
。我也需要页面是“有效的” HTML5和OG标签。您能帮我提示如何实现吗?
更新:
该name
版本也无效: <meta name='fb:admins' content=''>
Facebook不是在opengraph等标签上使用RDFa吗?使用html5,它正在开发dev.w3.org/html5/rdfa/rdfa-module.html