【发布时间】:2020-07-14 12:31:41
【问题描述】:
在http://ogp.me 上建议我使用:
<html prefix="og: http://ogp.me/ns#">
令人困惑的是,在同一页面上,他们链接到一篇关于 technical design decisions 的文章,该文章使用了这个:
<html xmlns:og="http://opengraphprotocol.org/schema/">
我查看了 facebook.com、twitter.com 和 stackoverflow.com 的来源,它们都使用 Opengraph 元标记但没有一个包含任何 xmlns 或前缀声明。
什么给了?
【问题讨论】:
标签: facebook-opengraph xml-namespaces