【问题标题】:open graph tags not being read by Facebook but are in page sourceFacebook 未读取但位于页面源中的打开图形标签
【发布时间】:2012-03-02 20:17:06
【问题描述】:

我无法让 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 的调试器获取的内容:

网址: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">

我的头撞墙了 - 有什么想法吗?

【问题讨论】:

    标签: debugging facebook-opengraph


    【解决方案1】:

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

    【讨论】:

    • 哈!好的,感谢您的帖子,我找到了问题。问题是,作为已注销的用户,未生成 opengraph 标签。
    【解决方案2】:

    同样的问题改了

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

    【讨论】:

      猜你喜欢
      • 2012-06-18
      • 2013-08-06
      • 2013-07-12
      • 1970-01-01
      • 2013-04-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多