SEO question about domain forwarding.

Discussion in 'Search Engine Optimization' started by limoon, Jan 11, 2007.

  1. #1
    If I forward my old domain to a new domain, and the old domain has a lot of backlinks, will the new domain gain the link value?
     
    limoon, Jan 11, 2007 IP
  2. TheMadHat

    TheMadHat Peon

    Messages:
    88
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes, it will transfer link value with a 301 redirect. You may lose some of the anchor text value, but the page rank value will pass.
     
    TheMadHat, Jan 11, 2007 IP
  3. limoon

    limoon Guest

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks. I did the domain forwarding in cpanel, is that the same as 301 redirect? Will that have the same effect on passing the page rank?
     
    limoon, Jan 11, 2007 IP
  4. Wyla

    Wyla Well-Known Member

    Messages:
    924
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Make a file called index.php and put this code in:

    <?
    Header( "HTTP/1.1 301 Moved Permanently" );
    Header( "Location: http://www.new-url.com" );
    ?>
     
    Wyla, Jan 11, 2007 IP
  5. TheMadHat

    TheMadHat Peon

    Messages:
    88
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    TheMadHat, Jan 11, 2007 IP
  6. limoon

    limoon Guest

    Messages:
    30
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks I used that tool to check pages, and all the pages on the old domain has "HTTP/1.1 301 Moved Permanently" message,so it's working, right?

     
    limoon, Jan 17, 2007 IP