【发布时间】:2012-02-06 06:04:09
【问题描述】:
我的 facebook cmets 隐藏在电子邮件输入页面后面。输入电子邮件后,页面会显示评论框。您可以在此处查看它们:http://anyluckyday.com -- 一旦您进入促销活动,就会显示 cmets。我在所有页面上不断出现的错误是:
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)
这是我用于将元属性重定向到正确的 url 并提取信息的方法:
<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']?>"/>
知道为什么会出现这些错误吗?
【问题讨论】: