Circular redirect path detected and wrong Open Graph data displayed

╄→尐↘猪︶ㄣ 提交于 2019-12-08 18:49:28

Your server is issuing redirect to the same URL as visited based on some condition, actually according to my tests on any requests that came without Accept-Language header get redirected.

See with Accept-Language header, and without any headers

Facebook linter doesn't seems to pass this header while crawling your OpenGraph meta and hung due to redirection loop.

You should avoid that redirection (or at least have some fallback) for Facebook linter to be able to collect updated data and update the cached version.

Same thing is happening to me now. I have no redirect in place. but I am getting this message " there was an error following the redirect path." when using the debugger on this URL http://www.mmaid.co/cleaning-services/offers/coupons/social-discount.php I will give it time and see if it fixes itself.

Oren Roth

I found the solution myself - and it's only patience :)

Facebook just needs time to remove their cache files. So the solution is simply to use the Facebook Debugger to enter your URL and then to wait. Facebook will automatically refresh this URL cache.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!