page redirection

Discussion in 'Search Engine Optimization' started by lahsiv, Jul 8, 2010.

  1. #1
    lahsiv, Jul 8, 2010 IP
  2. social-media

    social-media Member

    Messages:
    311
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    35
    #2
    It's a piece of cake w/ .htaccess. Simply add the following:

    RewriteCond $1 ^a\.html$ [NC]
    RewriteRule (.*) http://www.example.com/a-b-c.html [R=301,L]

    According to Matt Cutts you do lose a little juice each time your redirect (probably 10-15% due to the damping factor in the PageRank algorithm) but other than that, there is no real negative long-term effect.

    Read this post about Redirecting Web Pages with 301 Redirects if you'd like to understand a little more.
     
    social-media, Jul 8, 2010 IP
  3. lahsiv

    lahsiv Well-Known Member

    Messages:
    245
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    lahsiv, Jul 8, 2010 IP
  4. joeharison

    joeharison Peon

    Messages:
    57
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sure there will be a loss in ranking
     
    joeharison, Jul 8, 2010 IP
  5. dorthyjoseph

    dorthyjoseph Guest

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes In this process you will loose your PR little bit ...
     
    dorthyjoseph, Jul 8, 2010 IP
  6. manish.chauhan

    manish.chauhan Well-Known Member

    Messages:
    1,682
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    110
    #6
    Also make sure to remove the old page from the index manually using google webmaster tool so that it doesn't create any duplicate issue.
     
    manish.chauhan, Jul 8, 2010 IP