如何删除重复内容

时间:2016-02-09 19:27:24

标签: html seo

如果出现重复的内容 网址http://www.testman.com/about-ushttp://www.testman.com/about-us/ 解决这个问题的最佳方法是什么?

1 个答案:

答案 0 :(得分:-1)

最佳解决方案是

永久重定向:

在Apache .htaccess中使用以下内容

 RedirectMatch 301 ^/about-us$ /about-us/

谷歌只会索引1个网址

/about-us/

对于多个网址

你可以使用:

 RedirectMatch 301 ([^/]+)$ /$1/