影响:
1.搜索会判定相同的页面为相似页面,便会去删除其一并连带惩罚。
2.页面权重分散,由于多了一半相似页面,权重也会被分割。
因此,不带www跳转www设定网站唯一入口,提升权重。
Rewrite.dll安装说明:
在IIS的Isapi上添加这个筛选器
筛选器名称Rewrite
可执行文件选择 Rewrite.dll即可以了
httpd.ini是配置文件,应该不要我多说了吧,很简单的。
[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32
#Redirect to www.test.com
RewriteCond Host: ^test\.com$
RewriteRule (.*) http\://www\.test\.com [R,I]
#Rewrite Rule
#RewriteRule /index\.html /index\.php [L]