Facebook 메타 태그 (Open Graph Protocol)에 문제가 있습니다. Facebook 객체 디버거는 몸에 메타 태그가 있지만 어제까지 모든 것이 잘 작동했기 때문에 그렇게 생각하지 않는다고합니다. 그러나 지금 그것은 나에게 오류를 던지고있다. 또한 og:image
태그가 객체 디버거를 통해 구문 분석되어야하는 올바른 이미지를 반환하지 않습니다.Facebook 메타 태그 오류 - 본문 및 Og의 메타 태그 : 이미지가 작동하지 않습니다. 잘못된 이미지를 제공합니다.
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/거의 모든 게시물의 URL입니다.
페이스 북에서 디버거 페이지에 표시되는 링크가 있습니다. 이것은 페이스 북이 https://developers.facebook.com/tools/debug/og/echo?q=http%3A%2F%2Fcircoviral.com%2Ffotos-curiosas-escalofrios%2F를 보는 것입니다. og-tags가 내부에 있습니다
– WizKid이 게시물을 디버깅하면 모든 og 태그가 head 태그 안에 있다는 것을 알 수 있습니다. –
내가 게시 한 링크를 따라 가면 Facebook이 페이지를 요청할 때가 아니라는 것을 알 수있다. – WizKid