does redirection hurt search engine rankings

Discussion in 'Search Engine Optimization' started by forumrating, May 17, 2007.

  1. #1
    suppose i redirect a domain home to a sub folder of same url
    does it hurt ranking in search engines ?
     
    forumrating, May 17, 2007 IP
  2. Voasi

    Voasi Active Member

    Messages:
    1,054
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    88
    #2
    It might hurt your page for a little while, but Google should re-index it and take everything into consideration. That's assuming though your doing a 301 redirect.
     
    Voasi, May 17, 2007 IP
  3. CraigslistGuy

    CraigslistGuy Banned

    Messages:
    515
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It needs to be a permanent redirect. That is what Google advises webmasters. If you use Apache, there is an option for you or your web host has a panel where you can set it. The option is available in cpanel too.
     
    CraigslistGuy, May 17, 2007 IP
  4. everypcneed

    everypcneed Peon

    Messages:
    238
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Place one of the following in your htaccess file depending on if you are redirecting a page or entire site...

    For example, to redirect an entire web site to another site:
    Redirect 301 / http://www.mydomain.com/

    Or, to redirect just one page to another page:
    Redirect 301 /old-page.html http://www.mydomain.com/new-page.html
     
    everypcneed, May 18, 2007 IP