Redirecting URL's without loosing PR - How?

Discussion in 'Google' started by conker_on_net, Jan 5, 2008.

  1. #1
    Hi there

    I am currently going through the process of changing my URL's to SE friendly ones.

    They are going from there dynamic string:

    http://www.betastic.co.uk/gambling_news-id-201.htm

    to a more static style:

    http://www.betastic.co.uk/gambling_news/fa-cup-third-round-betting-guide.htm

    Anyway, my question is. How do I best redirect existing domains to new ones? Do I do each page individually to its new URL or do I redirect old pages back to homepage? Ultimately I do want to loose to the PR that I have built up on some of these pages, however I am aware I will loose some, if not all.

    Please advise, I would be most grateful.
     
    conker_on_net, Jan 5, 2008 IP
  2. pwaring

    pwaring Well-Known Member

    Messages:
    846
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Is there a clear mapping from one URL to the other? In other words, can you get 'fa-cup-third-round-betting-guide' from 'id-201'? If so you could use mod_rewrite to map all requests for the old URLs to a PHP (or whatever language you want) script which then discovers the new URL and redirects the user to it. I think PageRank is maintained over redirects so you should be okay there.
     
    pwaring, Jan 5, 2008 IP
  3. conker_on_net

    conker_on_net Active Member

    Messages:
    179
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    Thank you pwaring, I will take a look. That could be just the ticket!

    Is there any other way if you need to change the whole URL string?
     
    conker_on_net, Jan 5, 2008 IP
  4. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #4
    i think you must visit dp apache forums
     
    trichnosis, Jan 5, 2008 IP
  5. lim (x² - 5x³) = -∞

    lim (x² - 5x³) = -∞ Peon

    Messages:
    87
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You need to use [R=301]