301 redirects

Discussion in 'Search Engine Optimization' started by tdd1984, Jun 1, 2007.

  1. #1
    Hey guys I need to do a 301 redirect, but I'm just curious on how well these work. I got so many deep links and blog post that have great links going to them, so how would I 301 redirect everything to my new domain.
     
    tdd1984, Jun 1, 2007 IP
  2. djrishi

    djrishi Well-Known Member

    Messages:
    1,243
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    100
    #2
    its works fine.. 301 means permanent redirect from search engines point of view.
     
    djrishi, Jun 1, 2007 IP
  3. tdd1984

    tdd1984 Well-Known Member

    Messages:
    2,357
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    150
    #3
    have you used it? Also what about all my inner pages like my blog posts, and things to that nature, and will I lose my rankings?
     
    tdd1984, Jun 1, 2007 IP
  4. toinkzzz

    toinkzzz Banned

    Messages:
    314
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    301 redirects can be declared in .htaccess, this is one sample of that:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]
    PHP:
     
    toinkzzz, Jun 1, 2007 IP
  5. tdd1984

    tdd1984 Well-Known Member

    Messages:
    2,357
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    150
    #5
    what about all my deep links, and etc? all my site structure will be the same, only a new www.domain.com
     
    tdd1984, Jun 1, 2007 IP
  6. oseymour

    oseymour Well-Known Member

    Messages:
    3,960
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    135
    #6
    that redirect above will redirect all requests to the corresponding deep pages...

    mysite. com/help with redirect to newsite. com/help
     
    oseymour, Jun 1, 2007 IP