我的网址为http://citynomads.com,重定向到http://www.citnomads.com,浏览器完全按照重定向进行,但Facebook的linter告诉我它无法关注链接。我不明白为什么它有这个问题:
$ curl -i citynomads.com
HTTP/1.1 302 Moved Temporarily
Server: nginx/1.0.8
Date: Sat, 28 Apr 2012 16:12:38 GMT
Content-Type: text/html
Content-Length: 160
Connection: keep-alive
Location: http://www.citynomads.com/
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.0.8</center>
</body>
</html>
Linter:https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fcitynomads.com
我该如何纠正?
答案 0 :(得分:4)
我认为这是一个FB linter bug。您的指定链接现在可以使用(有一些其他奇怪的警告,但没有失败的重定向...)
这也发生在我身上,但是在Facebook上发布相同的网址会产生正确的预览,所以我猜这里......
不是他们的第一个错误,也不是最后一个错误......
HTH