简体   繁体   English

htaccess 301重定向,以获得良好的搜索引擎优化(seo)和动态网址

[英]htaccess 301 redirection for good seo and dynamic urls

i am planning to change my site urls and i dont want my old links which they allready indexed in google to be gone so i want to use this way to do and i am not sure about it. 我正计划更改我的网站网址,但我不希望它们在Google中已经索引的旧链接消失,所以我想使用这种方式进行操作,我不确定。

i want to to redirect those links 我想重定向那些链接

http://domain.com/usa/mobiles-phones-pdas/ad/162/mobile-for-sale
http://domain.com/usa/mobiles-phones-pdas/mobile-phones/ad/162/mobile-for-sale
http://domain.com/usa/mobiles-phones-pdas/mobile-phones/blackberry/ad/162/mobile-for-sale

to be redirected to this url 重定向到该URL

http://domain.com/usa/ads-162.html

also the country ( usa ) it is not stick so it could be another country but the links are the same. 也是那个国家(美国),它并不粘滞,因此它可能是另一个国家,但链接是相同的。

so which is the best SEO redirection method to keep my old links in google indexed. 因此,这是使我的Google旧链接保持索引的最佳SEO重定向方法。

regards 问候

这应该为你工作

RewriteRule ^([^/]+)/.+?/ad/([0-9]+).+$ /$1/ads-$2.html [R=301,L]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM