Taking advantage of old links

Discussion in 'Search Engine Optimization' started by BGYo, Oct 4, 2009.

  1. #1
    Hey guys, I am currently changing one website entirely, and that includes switching scripts from joomla to wordpress. The problem is that I already have about 15.000 google indexed pages, some of them even carry pagerank. What is the best way to use these links in raising the serp and pagerank of the root page?

    Is a 301 redirect okay, what code should I use and were?

    Thank you.
     
    BGYo, Oct 4, 2009 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #2
    As long as the links to the pages remain the same, changing from Joomla to WordPress won't do anything. If the link paths do change, use a 301 redirect on the root .htaccess file for each page you're redirecting. The code looks like this:

    
    Redirect 301 /webpage.html http://www.domain.com/newwebpage.html
    
    Code (markup):
    Note this has to be done for EVERY page on the site.
     
    Dan Schulz, Oct 4, 2009 IP
  3. CouponCodes

    CouponCodes Peon

    Messages:
    190
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Damn that is really annoying to have to do it for every page. What would happen if you just redirected everything to the new root?
     
    CouponCodes, Oct 4, 2009 IP
  4. BGYo

    BGYo Active Member

    Messages:
    140
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Thank you

    That's my dilemma too.

    I was even thinking of redirecting the entire website to a new domain with just one 301 code line. How effective would that be ?
     
    BGYo, Oct 5, 2009 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Then everything points to the root, which will likely tick off your users, causing them to leave.
     
    Dan Schulz, Oct 5, 2009 IP
  6. BGYo

    BGYo Active Member

    Messages:
    140
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #6
    Is that seen as SPAM in any way by google, or I don't need to worry ?
     
    BGYo, Oct 5, 2009 IP
  7. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Depends on the intent and the number of redirects. It could be considered grounds for a manual review though.
     
    Dan Schulz, Oct 5, 2009 IP
  8. dcristo

    dcristo Illustrious Member

    Messages:
    19,797
    Likes Received:
    1,201
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    5
    #8
    You should be more concerned with maintaining the current serps if you are changing the url's.
     
    dcristo, Oct 5, 2009 IP