Forum Moderators: phranque

Message Too Old, No Replies

Changing from .cfm to aspx

         

suntzu

3:28 pm on Sep 20, 2005 (gmt 0)

10+ Year Member



Cold Fusion shopping cart and now has .NET shopping cart software.

They had great rankings with their old .CFM site.
What would be the best way to get the new aspx pages indexed and save his position.

Is there something similar to the 301 redirect on Apache servers?

(IIS Rewrite, etc.)

Thanks,

Jeff

suntzu

1:45 pm on Sep 21, 2005 (gmt 0)

10+ Year Member



I'm still loooking for an help if anyone konws.

Thanks,

BradleyT

8:43 pm on Sep 26, 2005 (gmt 0)

10+ Year Member



This might get you started.

[developerfusion.co.uk...]

tedster

7:09 am on Sep 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



best way to get the new aspx pages indexed and save his position

You should plan on a dip in traffic no matter what. I've never found a seamless way to have a new url pick up the rankings and traffic of an old url. In general do what you can with 301, but put most of your resources and time into establishing the new urls as if they were on a new site. Check for inbound links to deep pages with the .cfm extension and get those changed wherever possible. In fact, also get some new links to deep .aspx pages

IIS Rewrite

IIS Rewrite can help you to remove query strings from the new urls and in my experience that means faster and deeper crawls, as a rule. Take care that two different urls do not point to the same content. This can happen if you use query strings to track session ids or click paths, for instance. For some reason MS developers I've worked with like to keep that information in the url, but both inds of tracking really should be a cookie function. One url per "page" should be the rule.