Facebook评论网址无法访问 - 网址关注失败

时间:2012-01-09 17:55:59

标签: facebook url comments

我的Facebook评论隐藏在电子邮件条目页面后面。输入电子邮件后,页面会显示评论框。你可以在这里看到它们:http://anyluckyday.com - 一旦你进入促销活动,就会显示评论。我在所有页面上遇到的错误是:

Errors That Must Be Fixed:

URL Follow Failed: There was an error in fetching the object at URL 'http://anyluckyday.com/promo/21/lookmatic-eyeglasses', or one of the the URLs specified via a redirect or the 'og:url' property including one of http://anyluckday.com/promo/21/lookmatic eyeglasses.

Circular Redirect: Circular redirect path detected (see Redirect Path section for details).

Error Scraping Redirect: Bad Response Code (redirect)

以下是我使用的元属性重定向到正确的网址并提取信息:

<meta property="og:type" content="webpage"/>
<meta property="og:url" content="http://anyluckday.com<?=$_SERVER['REQUEST_URI']?>"/>
<meta property="og:image" content="http://anyluckyday.com/uploads/<?=$img[3]['path']?>"/>
<meta property="og:site_name" content="AnyLuckyDay - <?=$data['title']?>"/>
<meta property="og:description" content="AnyLuckyDay - <?=$data['title']?>"/>

知道为什么我会收到这些错误吗?

1 个答案:

答案 0 :(得分:0)

我去了linter(https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fanyluckyday.com%2Fpromo%2F21%2Flookmatic-eyeglasses)并且有一些必须修复的错误。从您的网站正在使用的重定向开始,这导致循环引用。我认为facebook想要获得200响应,而不是您当前发送的重定向。

URL Follow Failed:  There was an error in fetching the object at URL 'http://anyluckyday.com/promo/21/lookmatic-eyeglasses', or one of the the URLs specified via a redirect or the 'og:url' property including one of http://anyluckday.com/promo/21/lookmatic-eyeglasses.
Circular Redirect:  Circular redirect path detected (see Redirect Path section for details).
Error Scraping Redirect:    Bad Response Code (redirect)