【发布时间】:2013-12-16 08:22:27
【问题描述】:
我可以在站点地图中包含规范 URL 以进行 SEO 吗?
例如www.example.com/url.html是www.example2.com/url.html的重复页面。
所以我在www.example.com/url.html页面中使用了以下标签,以防止搜索引擎对搜索引擎进行惩罚:
<link rel="canonical" href="www.example2.com/url.html">
现在我的问题是我可以在www.example.com/sitemap.xml 中显示www.example.com/url.html URL 吗?
我已经在www.example2.com/sitemap.xml 中显示了www.example2.com/url.html URL。
请建议我该怎么做。
【问题讨论】:
标签: url seo duplicates sitemap canonical-link