【问题标题】:og:description warningog:描述警告
【发布时间】:2012-11-18 23:56:59
【问题描述】:

我刚刚尝试通过 OpenGraph API 将我的 programming joke blog 连接到 Facebook。但是,当我使用开发人员调试工具进行检查时,它会发出警告:

Objects of this type do not allow properties named 'fb:description'

The parser's result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input properties that were not seen in the parsed result: 'fb:description'

如果我反向删除此属性,它会告诉我应该明确定义它。这个警告会给我带来麻烦吗?

【问题讨论】:

    标签: facebook facebook-opengraph tumblr


    【解决方案1】:

    <meta property="fb:description" content="For all those people who know what C is but can still remember what fun is">

    应该是

    <meta property="og:description" content="For all those people who know what C is but can still remember what fun is">

    关键部分是og:description

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-09-15
      • 1970-01-01
      相关资源
      最近更新 更多