hi, i have a problem with facebook share using newspaper theme, the thumbnail image, title, description not appear when share to facebook. The open graph do not detect
this warning appear while debug using developer.facebook
caution-solidWarnings That Should Be Fixed
Inferred Property
The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.
Missing Properties
The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id
Hello guys,
Im having the same problem, when I pass any link from my website trough de facebook debug it shows the same warnings:
The ‘og:image’ property should be explicitly provided, even if a value can be inferred from other tags.
Missing Properties
The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id
The problem is, I have already installed Yoast SEO and when I check the code the meta tags are already there E.G:
<meta property=”og:locale” content=”en_US”/>
<meta property=”og:type” content=”article”/>
<meta property=”og:title” content=”Japão”/>
<meta property=”og:description” content=”TESTE”/>
<meta property=”og:url” content=”https://www.centralcoins.com/japao-cria-orgao-regulamentario-para-criptos/”/>
<meta property=”og:site_name” content=”CentralCoins”/>
<meta property=”article:publisher” content=”https://www.facebook.com/CentralCoinsLTDA”/>
<meta property=”article:section” content=”Mercado”/>
<meta property=”article:published_time” content=”2018-04-24T14:11:46+00:00″/>
<meta property=”article:modified_time” content=”2018-04-28T15:13:42+00:00″/>
<meta property=”og:updated_time” content=”2018-04-28T15:13:42+00:00″/>
<meta property=”fb:app_id” content=”343446872844603″/>
<meta property=”og:image” content=”https://www.centralcoins.com/wp-content/uploads/2018/04/post-4-japao.png”/>
<meta property=”og:image:secure_url” content=”https://www.centralcoins.com/wp-content/uploads/2018/04/post-4-japao.png”/>
<!– / Yoast SEO plugin. –>
This is the link from my website:
https://www.centralcoins.com/japao-cria-orgao-regulamentario-para-criptos/
Any ideas?
Thanks
Hello guys
You can use Facebook share debugger to fix this.
Refer: https://forum.tagdiv.com/facebook-share/
Hello Amit,
Ive already done all the steps from that link,
installed Yoast, enabled meta tags for facebook,
like I said the tags are already on my code but Im still getting the same messages when I use the debug tool on facebook.
Cheers.
Hi,
@centralcoins If you test that post with the debugger there are some errors in fetching the post meta, Facebook does not find anything or cannot access the page for some reason
– https://developers.facebook.com/tools/debug/og/object/
If you click on “See exactly what our scraper sees for your URL” it provides a blank page at the moment. I found some related topics with those errors
– https://www.facebook.com/help/community/question/?id=10153041718989669
– https://stackoverflow.com/questions/25747758/facebook-error-parsing-input-url-no-data-was-cached-or-no-data-was-scraped
You could check for more online as well, and keep testing. If possible provide the solution here after you find it.
Thanks