我在 Facebook OG 调试器中遇到了从未见过的关闭错误。
调试器:https ://developers.facebook.com/tools/debug
我正在调试的网址:http ://www.dalianceaccessories.com/
我的 FB/OG 元标签:
<meta property="og:title" content="Dalliance Accessories" />
<meta property="og:description" content="Dalliance Accessories is proud to release our new collection with the launch of Dalliance 2.0! Drawing inspiration from all over the world, we are excited to present our new pieces featuring bold stones, neon chord, collars, bracelets and natural stone charged pieces. Striving for a eclectic take on accessories and accessorizing for an instant love affair!" />
<meta property="og:url" content="http://www.dallianceaccessories.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Dalliance Accessories" />
<meta property="og:image" content="http://www.dallianceaccessories.com/skin/frontend/default/blanco/images/dalliance-logo.png">
<meta property="og:image" content="http://www.dallianceaccessories.com/skin/frontend/default/blanco/images/dalliance-screenshot.jpg">
我得到的错误:
解析器不匹配元数据:此元数据的解析器结果与输入元数据不匹配。这可能是由于数据以一种意外的方式排序、为一个属性提供了多个值而只期望一个值、或者给定属性的属性值不匹配造成的。以下是解析结果中未显示的输入属性:'og:image:url'
我不明白。我到处寻找答案,但没有任何解决方案有效。最后没有多余的空格(一个建议的解决方案),我已经手动输入了所有内容,因此也没有不可见的字符。
这个问题似乎只出现在我把图片放进去。所以随机。我在网站的最后一个版本上的图像很好。有人有什么想法吗?
更新:所以这只是主页上的一个问题,我仍然无法弄清楚为什么。我在其他任何地方都没有看到这个错误。(例如,当我调试http://www.dalianceaccessories.com/necklaces.html时)