如果我的网站有许多链接,请执行以下操作:
www.domain.com/?linkid=101
www.domain.com/?linkid=102
www.domain.com/?linkid=103,
所有这些都是301到同一页面,谷歌和其他搜索引擎会以与查询字符串中没有区别的链接相同的方式对待这些吗?
答案 0 :(得分:2)
通过301,“链接果汁”中有轻微的损失。因此,如果站点A具有以下页面(所有链接指向它):
www.example1.com/
站点B的这些页面链接到以下
www.example2.com/
www.example2.com/?linkid=101 (301ed to www.example2.com/)
www.example2.com/?linkid=102 (301ed to www.example2.com/)
www.example2.com/?linkid=103 (301ed to www.example2.com/)
然后,在所有其他条件相同的情况下,站点A的排名略高于站点B.
您可能还想考虑在您的网页上使用全新的Canonical Link Element而不是301.以下是来自Google的Matt Cutts的视频,解释了原因:
http://www.youtube.com/watch?v=Cm9onOGTgeM&feature=channel_page
答案 1 :(得分:1)
是的,因为301重定向是永久性的,所以基本上SE会忽略这些页面,只会将它们重定向到的页面编入索引。