Why do we need to redirect pages??

Discussion in 'Google' started by misheelpole, Mar 18, 2013.

  1. #1
    on studying the latest pattern that websites are following is PAGE or Site redirection. Yes, it is beneficial to avoid 404 errors in the web sites. as larger the amount of google 404 errors the site ranking is likely to do down..
    still need to discuss what are the best approaches for redirecting!!
    applying 301 redirection code in Htaccess or to use PHP redirection??
     
    misheelpole, Mar 18, 2013 IP
  2. JiniOnline

    JiniOnline Member

    Messages:
    114
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    38
    #2
    .htaccess is best for 301 or 302 SEO friendly redirection.
    You will get the code for it on Google.
    FYI.. 301 is used for permanent redirection whereas 302 is for temporary.
     
    JiniOnline, Mar 20, 2013 IP
  3. OSSEO

    OSSEO Active Member

    Messages:
    1,430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    53
    #3
    You should use 301 redirect method for passing page rank & ranking as well.
     
    OSSEO, Mar 20, 2013 IP
  4. prawyyy

    prawyyy Active Member

    Messages:
    250
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #4
    You can use php or httacces, actually it depends on you. Personally, I use more often the second one. Don't use a 301 redirection for SEO because you can get hurt.
     
    prawyyy, Mar 20, 2013 IP
  5. singhbadshah

    singhbadshah Member

    Messages:
    131
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #5
    If you have to make redirect few pages then you can use 301 redirection through .htaccess, but if you have to redirect a number of pages, then you should use php method
     
    singhbadshah, Mar 21, 2013 IP
  6. JiniOnline

    JiniOnline Member

    Messages:
    114
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    38
    #6
    301 and 302, both are SEO friendly. If you use 301 for redirection, the new page gets all the credits of old page because it is permanent redirection whereas in 302 redirection, new page do not get any credit of old.
     
    JiniOnline, Mar 21, 2013 IP
  7. jacksarlo

    jacksarlo Well-Known Member

    Messages:
    186
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    100
    #7
    It's recommended to use 301 redirection but don't have too many like more than 10. Just go to cpanel and set them up quickly. Do use them only if you really need to, if you can change the page content manually or delete page it's better than 301.

    301 is used for instance if the page is already receiving a lot of traffic (so deleting it isn't advisable), or if it already has many backlinks and you're optimizing the page...
     
    jacksarlo, Apr 2, 2013 IP
  8. JiniOnline

    JiniOnline Member

    Messages:
    114
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    38
    #8
    Yes, It would be better to optimize the page to make SEO friendly then to redirect them to a new page.
    If you want to redirect whole website to a new domain, 301 is good option.
     
    JiniOnline, Apr 2, 2013 IP