Debugging 打开的图形标签没有被Facebook读取,但在页面源代码中

Debugging 打开的图形标签没有被Facebook读取,但在页面源代码中,debugging,facebook-opengraph,Debugging,Facebook Opengraph,我在让Facebook识别我的open graph标签时遇到问题。在查看页面的源代码时,我正确地看到了open graph标记,但当我转到Facebook的open graph标记调试器时,它没有拾取open graph标记 以下是源代码的外观: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="ht

我在让Facebook识别我的open graph标签时遇到问题。在查看页面的源代码时,我正确地看到了open graph标记,但当我转到Facebook的open graph标记调试器时,它没有拾取open graph标记

以下是源代码的外观:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">
<head> 
<meta charset="UTF-8" />
<title>Run When You - Arte House on Joss &amp; Main</title>
<meta name="description" content="With its' vibrant pastel color scheme and and unique design this wall art sign provides the perfect inspirtation for anytime of the day. Comes complete with ..." />    
<meta name="keywords" content="Vintage-Inspired Wood Plank Wall Art" />        
<meta property="fb:admins" content="32604531" />
<meta property="og:title" content="I love the Run When You in the Arte House event at Joss &amp; Main!" />
<meta property="og:description" content="With its' vibrant pastel color scheme and and unique design this wall art sign provides the perfect inspirtation for anytime of the day. Comes complete with ..." />
<meta property="og:image" content="https://secure.common.josscdn.com/lf/53/hash/15872/5360609/1/Run+When+You.jpg" />
<meta property="og:site_name" content="Joss &amp; Main" />
<meta property="og:type" content="product" />
<meta property="og:url" content="https://www.jossandmain.com/Run-When-You~QVH1296~E627.html" />
以下是Facebook的调试程序收集到的信息:

网址:


我把头撞在墙上-有什么想法吗?

你确定标签在那里吗?下面是我在该URL中看到的内容:

是否更改了相同的问题

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">
公正

<!DOCTYPE html>
资料来源:

哈!好的,多亏了你的帖子,我发现了这个问题。问题在于,作为注销用户,opengraph标记不会生成。
<!DOCTYPE html>