Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I'm re-factoring my asp.net application from asp.net 3.5 to 4.0. Also I'm changing url to user friendly url. Example

/product.aspx?id=100          to    /product-name/100

All my pages indexed by search engines and the site already 6 years online. I'm planning to do 301 redirect from old pages to new one.

I want to make sure I won't loose the rank and traffic.

Any suggestion how to do it properly?

share|improve this question

1 Answer

up vote 2 down vote accepted

Use a 301 redirect. This will tell the search engines, and your users, where to find those pages under their new URL. This will preserve the rankings of any pages this is done for.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.