A couple months ago, our site implemented a program called XQASP which rewrites dynamic url's to appear as static html files. An example rewrite would be something like this:
old url: domain.com/product.aspx?id=123&id2=673
new url: domain.com/xq/aspx/id.123/id2.673/qx/product.html
The rewrites went fine and search engines have been spidering through our site much easier now so as far as indexing the new url's all is good and well.
However, the problems are: 1. Some of the old url's are also listed in Google's index (duplicate content issues?) 2. With the rewrite I am losing all the link popularity from the old url's. I was intending on 301 redirecting the old url's to the new one's but since in reality they are the exact same page this option seems impossible.
Is a 301 redirect possible on a rewritten url or will I always end up in a loop since they are technically the same pages? Or should I put a workaround in place such as creating a copy of the base file "product.aspx" such as "product2.aspx" and setting the redirect from "product.aspx" to "product2.aspx"? (I know this could work but will I lose any ground in the search engines for the thousands of pages I managed to get indexed over the last couple of months and are just starting to see some rankings for?)
Sorry for the long post, I am just hoping to finally lay to rest this 301 plague.
Thank You.










