One to many problem with implementing 301 redirect after changed urls
Posted
by
user16136
on Pro Webmasters
See other posts from Pro Webmasters
or by user16136
Published on 2012-06-09T13:31:13Z
Indexed on
2012/06/09
16:48 UTC
Read the original article
Hit count: 280
seo
|301-redirect
I have a problem. I had an old dynamic url which I have now split into multiple static urls.
e.g. www.mydomain.com/product.php?type=1&id=2 www.mydomain.com/product.php?type=2&id=3 www.mydomain.com/product.php?type=2&id=4, etc
which I have changed to something like
www.mydomain.com/electronics/radio www.mydomain.com/electronics/television www.mydomain.com/mobile/smartphone, etc.
Google has previously indexed the dynamic urls and search results show the old urls. I want search to point to the new urls.
I have kept the old url active, so both urls work.
How can I set up a 301 redirect in this case? I run IIS and it only allows a page to be redirected to 1 url.
Should I deactivate the old dynamic url? In that case I lose all the previous seo rankings..
© Pro Webmasters or respective owner