Facebook 缓存中的规范 URL 错误?
我在此页面上有一个点赞按钮:http://magazin.skiinfo.de/kaestle
今天早上,我犯了一个错误,输入了错误的规范 URL。
<link rel="canonical" href="/skiurlaub-12833-de.jhtml"/>
我从页面中删除了规范 URL,但点赞按钮仍然采用此错误的规范 URL。当我查看调试器时,我得到了页面的正确信息。
是否有可以删除或刷新的 Facebook 缓存?
I have a like button on this page: http://magazin.skiinfo.de/kaestle
This morning, I made a mistake and put in a wrong canonical URL.
<link rel="canonical" href="/skiurlaub-12833-de.jhtml"/>
I deleted the canonical URL from the page, but the like button still takes this wrong canonical URL. When I look in the debugger, I get the right information of my page.
Is there a Facebook cache which I can delete or refresh?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Facebook 的调试工具 可以清除 Facebook 对您页面元数据的缓存。通过调试器运行后,您的页面应该没问题。
Using Facebook's Debug Tool clears the cache Facebook has of your page's metadata. Your page should be fine after running it through the debugger.
就我而言,规范 URL 和获取 URL 之间存在差异。
如果您使用 Facebook Open Graph Object Debugger链接 来调试这两个网址,它将起作用。
In my case, as difference between canonical URL and Fetched URL.
If you make both urls debugging with Facebook Open Graph Object Debuggera link , it will work.