Changing Sites Link Structure - redirect old urls?

Discussion in 'Link Development' started by ramprage, Jan 10, 2007.

  1. #1
    Well I'm doing a major overhaul of my sites existing link structure and thousands of people link to my pages. What i want to do is take any existing links to are out there and create a rewrite rule which forwards the request to the new page on the new structure. My questions is, for SEO related issues, what's the best method in doing this?

    EG:
    old link - http://www.mysite.com/cat/url.php
    new link - http://www.mysite.com/show/2/cat/url.php

    I don't want to affect my search rankings in a negative fashion. I'm guessing some type of simply .htaccess rewrite but not sure whats best for SE reasons.

    Would this be bad?
    Redirect /olddirectory/oldfile.html http://yoursite.com/newdirectory/newfile.html

    Thanks in advance.

    Steve
     
    ramprage, Jan 10, 2007 IP
  2. manageyourlinks

    manageyourlinks Peon

    Messages:
    399
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    doing this kind of thing can be hazardous if done improperly. so do lots of research. I cant think of any good links off hand. but yea. do lots of research then MORE research.

    i DO know however that you want to 301 redirect the old to the new. that is the best, most typical thing to do in this situation.
     
    manageyourlinks, Jan 10, 2007 IP
  3. ramprage

    ramprage Guest

    Messages:
    204
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    ramprage, Jan 10, 2007 IP
  4. skyhawk133

    skyhawk133 Active Member

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #4
    ramprage,

    I recently changed the folder and linking structure for one of my largest communities. Over 220,000 pages indexed. I 301'd all of my pages from subdomain.mydomain.com/threadid.htm to www.mydomain.com/subfolder/threadid.htm

    My pages moved over perfectly and while I saw a drop in traffic for about a month, it's slowly starting to increase again. I'm about 15% under what I was before the move.

    Make absolutely sure your 301's are redirecting properly and returning the correct headers. Test, Test, and re-test. Then monitor webmaster central closely to see if google is having problems with URLs.
     
    skyhawk133, Jan 10, 2007 IP
  5. TatiAnA

    TatiAnA Active Member

    Messages:
    1,103
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    78
    #5
    that is right. 301 redirect is the best way to redirect old pages. Never use meta redirects.

     
    TatiAnA, Jan 10, 2007 IP