【发布时间】:2018-03-16 01:00:45
【问题描述】:
我的一些网站页面 (http://www.ufunded.com/campaigns/lisamom-foundation) 中的 Facebook“赞”消失了。当我通过 Facebook 调试器运行页面 URL 时,我收到以下警告:
Mismatch og:url and canonical url: og:url tag in the header is not the same URL as rel='canonical' link in the html.
但是,当我查看页面的源代码时,所有的链接都是一致的。什么可能导致此问题?另外,显示的链接问题会导致我的喜欢消失吗?
【问题讨论】:
-
此时,链接源的第 50 行显示:
<link rel='canonical' href='http://www.ufunded.com/campaigns' />,而 og:url 为http://www.ufunded.com/campaigns/lisamom-foundation,规范版本少了一段。 -
这就是问题所在。谢谢!