One to many problem with implementing 301 redirect after changed urls
- by user16136
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..