首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Facebook错误-身体和Og中的Meta标记:图像不起作用,给我错误的图像

Facebook错误-身体和Og中的Meta标记:图像不起作用,给我错误的图像
EN

Stack Overflow用户
提问于 2015-01-21 04:04:03
回答 1查看 4K关注 0票数 0

我对Facebook的元标签()有个问题。Facebook对象调试器说,我体内有元标记,但我不这么认为,因为直到昨天,一切都很正常。但现在它让我犯了个错误。另外,og:image标记没有返回必须通过对象调试器解析的正确图像。我看到了一些警告

代码语言:javascript
复制
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/的网址

几乎每个帖子都有这个问题。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-01-23 20:29:52

我解决了,没有脚本标签的问题。如果你把它记在脑子里的话。当Facebook调试url并在头中找到NoScript标记时,它会将所有的元标记和脚本放入文档的正文中,我们将得到一个错误,即元标记在正文中。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28059435

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档