如果出现重复的内容 网址http://www.testman.com/about-us 和 http://www.testman.com/about-us/ 解决这个问题的最佳方法是什么?
答案 0 :(得分:-1)
最佳解决方案是
永久重定向:
在Apache .htaccess中使用以下内容
RedirectMatch 301 ^/about-us$ /about-us/
谷歌只会索引1个网址
/about-us/
对于多个网址
你可以使用:
RedirectMatch 301 ([^/]+)$ /$1/