opengraph - Facebook Open Graph Debugger response code 0 -
i have problems domain , facebook open graph debugger. returns response code 0 link accesible.
my html source code valid, tried hosting same page in domain , facebook open graph debugger can read content fine.
any ideas problem? using cloudflare in domain, disabled 30 hours ago , problem still there.
if scroll down bottom of page , click "see our scraper sees url" you'll empty page. suggest yes, facebook scrapper not able view page reason you've observed. heart of problem, , can safely ignore other erroneous , inaccurate messages facebook debugger displays, including:
- inferred property 'og:image' property should explicitly provided, if value can inferred other tags.
- inferred property 'og:url' property should explicitly provided, if value can inferred other tags.
- inferred property 'og:title' property should explicitly provided, if value can inferred other tags.
- share app id missing 'fb:app_id' property should explicitly provided, specify app id stories shared facebook attributed app. alternatively, app_id can set in url when open share dialog.
after looking @ code, seems of facebook meta tags being set correctly.
if view link "open graph object debugger" @ bottom of page, more helpful information:
the following treated redirect crawler: http redirect <link rel="canonical" href=".." /> tag <meta property="og:url" content=".." /> tag final url, tried extract metadata highlighted in bold
i'm guessing facebook bot getting confused 1 or other of following tags being added yoast seo plugin:
<meta name="robots" content="noodp"/> <link rel="canonical" href="http://eldoradoexperience.org/chapter/cosmos/" />
i'm not familiar yoast seo plugin, suggest either tweaking settings remove <link rel="...">
tag or removing yoast entirely , adding following tags page manually:
<meta property="og:locale" content="en_us" /> <meta property="og:type" content="article" /> <meta property="og:title" content="cosmos. reading celestial ceiling" /> <meta property="og:description" content="i decided switch off gps electronic devices. step on deck , @ surroundings, in order understand workings of stars." /> <meta property="og:url" content="http://eldoradoexperience.org/chapter/cosmos/" /> <meta property="og:site_name" content="eldorado experience" /> <meta property="article:author" content="https://www.facebook.com/narinanvessel" /> <meta property="og:image" content="http://eldoradoexperience.org/wp-content/uploads/2016/04/dorado-33_2.jpg" />
Comments
Post a Comment