Help! Need to change domain name...but...

Discussion in 'Search Engine Optimization' started by skunker, Jan 2, 2005.

  1. #1
    Hey folks,
    I have a PR5 site that is ranked 1-2 for my main keywords in Y, MSN, and Google. I have outgrown the scope of my domain name and now I want to change the domain name to reflect broader content of my site. Therefore, I want to change the domain name.

    What is the best way to do this without losing my excellent SE rankings? A redirect?

    Thanks for any tips/advice!
     
    skunker, Jan 2, 2005 IP
  2. MarbleHost.com

    MarbleHost.com Well-Known Member Affiliate Manager

    Messages:
    634
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    155
    #2
    I suggest use 301 redirect - moved pernamently. Here is the example:

    <?php
    header("HTTP/1.1 301 Moved Permanently");
    header("Location: http://www.your-domain.com");
    header("Connection: close");
    ?>
     
    MarbleHost.com, Nov 24, 2005 IP
  3. markkk

    markkk Well-Known Member

    Messages:
    1,143
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    140
    #3
    dont give up the old domain.. use the 301 redirect
     
    markkk, Nov 24, 2005 IP
  4. hajamie

    hajamie Peon

    Messages:
    141
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    htaccess permenant redirect of all pages to their new pages on the new domain.
     
    hajamie, Nov 24, 2005 IP