Do search engines get redirected?

Discussion in 'Google' started by peppies, Jul 31, 2007.

  1. #1
    ..Or I should better ask "Do search engine bots get redirected?"

    Can someone answer this for me please:

    If I had 2 websites A and B. Both different niches.

    - If I decided to redirect the domain from site B and point it to site A what will get indexed in search engines for site B? Original content or redirected - site A again?

    Thank you
     
    peppies, Jul 31, 2007 IP
  2. Yeldarb

    Yeldarb Active Member

    Messages:
    209
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Yes, they get redirected.

    As for what gets listed, it lists what it sees. So B --> A, A gets indexed.
     
    Yeldarb, Jul 31, 2007 IP
  3. mji2010

    mji2010 Active Member

    Messages:
    762
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #3
    MSN didn't, they just read the page as "THIS PAGE HAS BEEN MOVED BLAH BLAH BLAH"
     
    mji2010, Jul 31, 2007 IP
  4. emptymirror

    emptymirror Well-Known Member

    Messages:
    367
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    110
    #4
    Use a 301 redirect and site A will get indexed.
    Be sure not to do a 302 redirect; it must be a 301.

    best,
    Denise
     
    emptymirror, Jul 31, 2007 IP
  5. Yeldarb

    Yeldarb Active Member

    Messages:
    209
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #5
    That can happen if you use a meta refresh. A 301 redirect is in the http headers.

    <?PHP
    header('Location: http://site-b.com');
    ?>
     
    Yeldarb, Jul 31, 2007 IP
  6. awiekupo

    awiekupo Peon

    Messages:
    975
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6
    awiekupo, Jul 31, 2007 IP
  7. mji2010

    mji2010 Active Member

    Messages:
    762
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #7
    I use .htaccess to redirect and msn still didn't follow only google and yahoo
     
    mji2010, Jul 31, 2007 IP
  8. peppies

    peppies Active Member

    Messages:
    142
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    75
    #8
    Thank you guys for your comments.

    My point is that I want to redirect all traffic from a website that is already ranking for certain keywords onto another website, without loosing it's position in search engines. In other words I don't want the search engine bots to follow the redirection.
    What would be the best option?
     
    peppies, Aug 1, 2007 IP
  9. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #9
    yes , they easyly detect redirection.

    search engines bots are so clever for these days:D
     
    trichnosis, Aug 1, 2007 IP
  10. mji2010

    mji2010 Active Member

    Messages:
    762
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #10
    they will follow it unless you block it in the robots.txt file. (except msn of course =/)
     
    mji2010, Aug 1, 2007 IP