Getting rid of my old blog, but want to keep traffic/pagerank

Discussion in 'PHP' started by stickycarrots, Jul 20, 2007.

  1. #1
    Is this the best way to forward traffic from my old blog to my new one?

    
    <?
    header("Location: http://mynewblogblahblahblah.com");
    ?>
    
    PHP:
    PR and traffic will forward to my new one correct?

    Thanks,
    Luke
     
    stickycarrots, Jul 20, 2007 IP
  2. lbalance

    lbalance Peon

    Messages:
    381
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ive used that technique before.
    the PR remained intact and it kept the entries in google which helped get traffic to the new one.

    i just recently used robots.txt to block the old one. didnt want duplicate content issues.
     
    lbalance, Jul 20, 2007 IP
  3. stickycarrots

    stickycarrots Peon

    Messages:
    4,513
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Great, thanks a lot :)
     
    stickycarrots, Jul 20, 2007 IP
  4. Greg Carnegie

    Greg Carnegie Peon

    Messages:
    385
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Also if you do 301 redirect you will recive the same result, but bots will stop visiting your old site.
     
    Greg Carnegie, Jul 20, 2007 IP