URL Rewrite
-
(By Google Traductor)
Hello, I wanted to ask about some changes that we are evaluating for the issue of passing the url with variables to be more descriptive, for example:
http://www.agroads.com.ar/detalle.asp?clasi=139592 tohttp://www.agroads.com.ar/humedimetro-para-cereales-draminski-gmm-139592.html
In this case corresponds to the breakdown of a product if you have long published andcan be well positioned to change the title of this position would be lost unless youmanage it with a 301, as one would manage when you have more than 30000 products and title may change several times?
There are tools to manage this?
Finally, we must apply this to all listed with their respective filters, recommends doingtheir part with 301 redirects and analyze what funciene well to continue with the rest or implement a complete change?
I hope I can bring a little light to implement this.
Greetings and thanks!
Roberto
-
not sure what type of server you are using, but with Microsoft IIS this is very easy to do, its matter of filling in a dialog box and all needed steps are done for you. see dialog box half way down page
http://www.seomoz.org/ugc/microsoft-technologies-and-seo-web-developmentThere are 3 steps you need to think about,
first the url rewrite,
second the is the corresponding 301 redirect
third either you mush change every url in the website, or you need to write a outbound urlrewrite so that links show freindly urls to vistors.
also why rewrite to '.html' thee is no need for it, simpley
'http://www.agroads.com.ar/humedimetro-para-cereales-draminski-gmm-139592' would bne the way to go.
-
Another good job Alan.