谷歌最近推出了他们的移动最佳实践:https ://developers.google.com/webmasters/smartphone-sites/details
鉴于页面在 Jquery Mobile 中的工作方式,我的问题是关于如何为我的移动网站上的各个页面设置 rel="canonical" 链接。
我是否应该不担心其他页面(例如位置、联系人等),而只专注于在我的脑海中记住以下内容:
<link rel="canonical" href="website.com" >
也许我应该在头部包含所有规范链接?
<link rel="canonical" href="website.com" >
<link rel="canonical" href="website.com/locations" >
<link rel="canonical" href="website.com/contact-us" >
或者我应该在每个单独的 jquery 移动“页面”中包含规范链接?
<div data-role="page" id="locations" data-theme="a">
<link rel="canonical" href="website.com/locations" >