Facebook debugger reports “Circular redirect path

2019-07-10 02:42发布

Why isn't the Facebook debugger able to parse http://www.brandenburg-business-guide.de/ ? It reports 301 Circular redirect path detected. However, there is actually no redirection in place. Also apache's access.log reports no retrievals by facebook.

See https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.brandenburg-business-guide.de%2F and hit Debug button.

1条回答
Animai°情兽
2楼-- · 2019-07-10 03:12

The page does not contain any OpenGraph meta tags. Check out the documentation.

Facebook scraper expects the page to contain og:url meta tag which will serve as the canonical url OR link tag with rel="canonical". Since the document is missing both, Facebook cannot decide what is the canonical url, hence the circular redirect path error.

For a reference, try Goodreads debugging information.

Hope this helps.

查看更多
登录 后发表回答