Robots.txt for Vbulletin

Discussion in 'robots.txt' started by Talker, Oct 13, 2006.

  1. #1
    I have a forum on Vbulletin that does not have any Robots.txt file.
    It has VBSEO running, so the URL's are all rewritten.

    Does anyone know how to setup robots.txt for such a forum?
     
    Talker, Oct 13, 2006 IP
  2. chewbacca

    chewbacca Peon

    Messages:
    132
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think you can start by disallowing the unnecessary folders:
    User-agent: *
    Disallow: /admincp/
    Disallow: /modcp/
    Disallow: /clientscript/
    Disallow: /cpstyles/
    Disallow: /customavatars/
    Disallow: /customcode/
    Disallow: /customprofilepics/
    Disallow: /images/
    Disallow: /includes/
    Disallow: /signaturepics/
    Code (markup):
     
    chewbacca, Oct 16, 2006 IP
  3. Talker

    Talker Notable Member

    Messages:
    2,795
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    210
    #3
    Hey !!

    Thanks for the that .. glad someone here sent me a sample.
    thanks again.
     
    Talker, Oct 17, 2006 IP
  4. Talker

    Talker Notable Member

    Messages:
    2,795
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    210
    #4
    Do you think i should disallow all php files?
    like showthread.php , because all the urls are rewritten by vbseo ?
     
    Talker, Oct 17, 2006 IP
  5. chewbacca

    chewbacca Peon

    Messages:
    132
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you feel that those files getting indexed would hurt you, go ahead. Personally, I'd leave the individual files alone.
     
    chewbacca, Oct 17, 2006 IP
  6. Talker

    Talker Notable Member

    Messages:
    2,795
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    210
    #6
    Thats not actually the point Chewbacca. I think that if i leave the indiviual files alone, google may index them, this way i will have two indexed pages. And to my knowledge google does not like duplicate content :)
     
    Talker, Oct 18, 2006 IP
  7. chewbacca

    chewbacca Peon

    Messages:
    132
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I know that, but won't Googlebot get 301s when it tries to index those files?
     
    chewbacca, Oct 26, 2006 IP
  8. WoodiE55

    WoodiE55 Well-Known Member

    Messages:
    193
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    125
    #8
    Have you checked with vbSEO's forum? I've never been a big fan of vbSEO but I'd say they'd have a good template to go off of if needed.
     
    WoodiE55, Oct 27, 2006 IP
  9. Talker

    Talker Notable Member

    Messages:
    2,795
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    210
    #9
    Im not sure about that , seem as if i will have to look into this...~~
     
    Talker, Oct 29, 2006 IP
  10. Talker

    Talker Notable Member

    Messages:
    2,795
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    210
    #10
    Thanks,
    I'll certainly go for that.
     
    Talker, Oct 29, 2006 IP
  11. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #11
    thanks for this. i was looking for a vbulletin robots.txt file:)
     
    trichnosis, Nov 14, 2006 IP
  12. zinghana

    zinghana Well-Known Member

    Messages:
    1,970
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    125
    #12
    If anyone is still looking for this here is a good standard vbulletin 4x robots.txt file / code:

    User-agent: *
    Allow: /
    Disallow: /admincp/
    Disallow: /modcp/
    Disallow: /clientscript/
    Disallow: /cpstyles/
    Disallow: /customavatars/
    Disallow: /customcode/
    Disallow: /customprofilepics/
    Disallow: /images/
    Disallow: /includes/
    Disallow: /signaturepics/
    Code (markup):
     
    zinghana, Jul 31, 2010 IP