1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Redirection from ASP to ASP.NET

Discussion in 'C#' started by cyrsss, Sep 28, 2012.

  1. #1
    I have a large website built in ASP but now want to change it to ASP.net .I want to know that it has 200 pages index in Google with .asp extension.What is most suitable way to move .asp pages to .aspx pages without effecting SEO.As few pages are ranked in Google with .asp extension.

    few more questions

    1-Google will de-rank if we redirect using 302 on each page header .asp to .aspx ?

    2-302 redirection will automatically update google index .asp to .aspx ?
     
    cyrsss, Sep 28, 2012 IP
    jsfunstuff likes this.
  2. alamlinks

    alamlinks Well-Known Member

    Messages:
    992
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    140
    #2
    In this case google will treat your pages as a new pages because the URL will be New.
     
    alamlinks, Sep 28, 2012 IP
  3. vbrocks

    vbrocks Active Member

    Messages:
    90
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    98
    #3
    If your asp pages are on search page 3 or deeper, I wouldn't bother much. Just go ahead and create new aspx site, properly optimizing it as development goes, and replace the old site once the new one is ready.

    If your asp pages are highly ranked by Google, you have a couple of choices:
    a) create the new aspx version of the site. Keep the existing site running where it is, unchanged, but add a link to the new version of the site. After the new version gains popularity and rankings, switch users to the new version.
    b) create the new aspx version the way so the aspx pages replicate the old asp design, and perhaps use the asp http handler.

    In any way Google will likely figure out that you have the new site, via http headers or somehow else, and you might lose a bit in ranking, but aspx will eventually win, since it's faster and more versatile than asp.
     
    vbrocks, Oct 8, 2012 IP