Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将我的网站从 Joomla 迁移到 RubyOnRails,但是,我注意到在同一个 URL 上的点赞数发生了变化!
旧网站是780左右,新网站变成35
这可能是什么原因?
最可能的原因是 URL 不完全相同。很可能是由于 URL 末尾的查询字符串。
如果您确定不是这样,请检查调用 facebook like 按钮的来源是否相同。
这是一个长镜头,但如果它仍然没有修复,您可能需要比较 head 标签内的元数据并在那里寻找差异。
<link rel="canonical" href="http://my.website.com" />
会是一个浮现在脑海中的。