打开的图形标签不是由Facebook读取,而是在页面源中

时间:2012-03-02 20:17:07

标签: debugging opengraph facebook-opengraph

我在让Facebook识别我的开放图形标签方面遇到了问题。在查看页面的来源时,我看到了正确的开放图形标签,但是当我转到Facebook的开放图形标签调试器时,它没有拿起打开的图形标签。

以下是源代码:

<!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的debuger崛起:

网址:https://www.jossandmain.com/Run-When-You~QVH1296~E627.html

https://developers.facebook.com/tools/debug/og/object?q=https%3A%2F%2Fwww.jossandmain.com%2FRun-When-You%7EQVH1296%7EE627.html

<!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 http-equiv="content-type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<title>Joss &amp; Main</title>
<meta property="fb:admins" content="32604531">

我正在敲我的头 - 任何想法?

2 个答案:

答案 0 :(得分:0)

你确定标签在那里吗?以下是我在该网址中看到的内容:enter image description here

答案 1 :(得分:0)

同样的问题发生了变化

<!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>

来源: http://www.thesoftgrounds.com