Google index vs asp.net url routing

Posted by vani on Stack Overflow See other posts from Stack Overflow or by vani
Published on 2010-04-05T08:35:26Z Indexed on 2010/04/05 8:43 UTC
Read the original article Hit count: 668

Filed under:
|
|
|
|

I've made the change from querystring asp.net webforms application to an url routing one. Now I'm trying to let google know that there's a new set of urls to be aware of. The G has indexed 133 out of 179 new urls sent in sitemap.xml, but the site:mistral.hr command returns the old querystring version of the links. This could partly be so because I left the functionality of the old querystring version of the site(for backwards compatibility), and haven't done any 301 redirects(nor do I know how to achieve them in my shared hosting account). The old querystring and the new url routing both point to the same Default.aspx page.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about google