我对Facebook的元标签()有个问题。Facebook对象调试器说,我体内有元标记,但我不这么认为,因为直到昨天,一切都很正常。但现在它让我犯了个错误。另外,og:image标记没有返回必须通过对象调试器解析的正确图像。我看到了一些警告
Errors That Must Be Fixed
Meta Tags In Body Your page has meta tags in the body instead of the head. This may be because your HTML was malformed and they fell lower in the parse tree.
Please fix this in order for the tags to be usable.
Notice
Like Button Warnings That Should Be Fixed
Admins And App ID Missing fb:admins and fb:app_id tags are missing. These tags are necessary for Facebook to render a News Feed story that generates a high click-through rate.
Like Button Tag Missing og:title is missing. The og:title meta tag is necessary for Facebook to render a News Feed story that generates a high click-through rate.
Like Button Tag Missing og:type is missing. The og:type meta tag is necessary for Facebook to render a News Feed story that generates a high click-through rate.
Like Button Tag Missing og:image is missing. The og:image meta tag is necessary for Facebook to render a News Feed story that generates a high click-through rate.
Notice
Warnings That Should Be Fixed
Inferred Property The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags. 我所有的事情都在正确的地方,我无法发现这个问题。
以下是网站http://circoviral.com/fotos-curiosas-escalofrios/的网址
几乎每个帖子都有这个问题。
发布于 2015-01-23 20:29:52
我解决了,没有脚本标签的问题。如果你把它记在脑子里的话。当Facebook调试url并在头中找到NoScript标记时,它会将所有的元标记和脚本放入文档的正文中,我们将得到一个错误,即元标记在正文中。
https://stackoverflow.com/questions/28059435
复制相似问题