Highly Ranked.....old pages

Discussion in 'Search Engine Optimization' started by firstexact, Jan 10, 2009.

  1. #1
    Hi,

    I have on v3 now of a local site which ranks well for local search phrases. However Google/Yahoo/MSN seem hell bent on ranking many of my pages from v1/v2 of my sites still. Is there anything I can do to retain the rankings but automatically forward the visitor onto the new site. I havent done anything in the past as I didnt want to rock the boat rankings wise.

    thanks.
     
    firstexact, Jan 10, 2009 IP
  2. magda

    magda Notable Member

    Messages:
    5,197
    Likes Received:
    315
    Best Answers:
    0
    Trophy Points:
    280
    #2
    magda, Jan 10, 2009 IP
  3. MarbleHost.com

    MarbleHost.com Well-Known Member Affiliate Manager

    Messages:
    634
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    155
    #3
    You can use this simple piece of PHP code to redirect your websites:

    <?php
    // Permanent redirection
    header("HTTP/1.1 301 Moved Permanently");
    header("Location: http://www.new-location.com/file.php");
    exit();
    ?>
     
    MarbleHost.com, Jan 10, 2009 IP