Open Graph标签被忽略

时间:2011-11-15 14:59:21

标签: facebook metadata opengraph

无论出于何种原因,facebook都没有在以下页面上阅读opengrapgh标签:

http://www.nydailynews.com/new-york/court-order-city-t-occupy-wall-street-protesters-stuff-zuccotti-park-article-1.977674

FB Linter没有任何问题:

{
   "url": "http://www.nydailynews.com/new-york/court-order-city-t-occupy-wall-street-protesters-stuff-zuccotti-park-article-1.977674",
   "type": "article",
   "title": "Court order: City can\u2019t keep Occupy Wall Street\u00a0protesters and their stuff out of Zuccotti Park \u00a0",
   "image": [
      {
         "url": "http://assets.nydailynews.com/polopoly_fs/1.977661!/img/httpImage/image.jpg_gen/derivatives/searchthumbnail_75/image.jpg"
      }
   ],
   "description": "Hours after baton-wielding cops cleared Occupy Wall Street protesters and their tents out of Zuccotti Park, a judge signed a order Tuesday saying the demonstrators can return with their stuff.",
   "site_name": "NY Daily News",
   "updated_time": "2011-11-15T14:48:15+0000",
   "id": "10150378344639794"
}

然而,当我尝试喜欢/推荐时,只有链接被拉到我的墙上,而不是任何其他标签。

1 个答案:

答案 0 :(得分:0)

如果您将your given urlanother article's url进行比较您会注意到网址版本中的额外部分....“重定向路径”...使用HTTP代码301表示永久重定向。 ..似乎这个页面正在重定向到幕后...希望能够解决这个问题...

关于HTTP 301 Code

的更多信息