vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 11 of 11

robots.txt

This is a discussion on robots.txt within the General Discussion forums, part of the vBulletin SEO Discussion category; vbSEO installed just installed for me the package am excited about it however; two puzzling things there's no robots.txt file ...

  1. #1
    Member
    Real Name
    firassalim
    Join Date
    Jul 2009
    Posts
    33

    robots.txt

    vbSEO installed just installed for me the package
    am excited about it
    however;
    two puzzling things
    there's no robots.txt file in my root folder?
    also
    I cannot see the sitemap file in my root directory using ftp access

    Any ideas?

  2. #2
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Blog Entries
    12
    there's no robots.txt file in my root folder?
    Not supplied with the vbseo package. It's optional.
    You can create it if you need to block certain parts of the Forum from being indexed.

    I cannot see the sitemap file in my root directory using ftp access
    The sitemap files actually reside in the /vbseo_sitemap/data/ directory.

  3. #3
    vBSEO Staff Michael Biddle's Avatar
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    6,362
    Thanks Shadab!

    I also answered your support ticket with about the same answers.
    Michael Biddle / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Pre-Release)- Released for your Evaluation


  4. #4
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Blog Entries
    12
    Quote Originally Posted by Michael Biddle View Post
    Thanks Shadab!
    You're welcome!

  5. #5
    Member
    Real Name
    firassalim
    Join Date
    Jul 2009
    Posts
    33
    OK I've got Michael Biddle telling me to disallow *.php as vbSEO will rewrite all URLs in html, I did that
    Now after few days what happens is that Google is indexing everything but not the forums index pages!
    Also in my analytics I can see that the forum indexes are still index.php
    Also when I go to mysite.com/forumid/index.html or /index.php both pages are not there
    Please help me get Google bot index my forum indexes
    Should I remove the robots.txt or should remove the line disallow *.php in it?

  6. #6
    Member
    Real Name
    firassalim
    Join Date
    Jul 2009
    Posts
    33
    Please see my post below
    Last edited by firassalim; 07-21-2009 at 12:01 AM.

  7. #7
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Blog Entries
    12
    @firassalim:

    Where is your vBulletin installed ?
    Is it directly installed in root, or in the /forums/ directory ?

  8. #8
    Member
    Real Name
    firassalim
    Join Date
    Jul 2009
    Posts
    33
    Quote Originally Posted by Shadab View Post
    @firassalim:

    Where is your vBulletin installed ?
    Is it directly installed in root, or in the /forums/ directory ?
    in the root directory!
    So silly to put /forums/ in the disallow!

  9. #9
    Member
    Real Name
    firassalim
    Join Date
    Jul 2009
    Posts
    33
    Sorry there was a mistake in the robots.txt code that uploaded
    here's the correct one

    Code:
    User-agent: *
    Disallow: /admincp/
    Disallow: /includes/
    Disallow: /install/
    Disallow: /modcp/
    Disallow: calendar.php
    Disallow: editpost.php
    Disallow: faq.php
    Disallow: global.php
    Disallow: inlinemod.php
    Disallow: joinrequests.php
    Disallow: login.php
    Disallow: member.php
    Disallow: memberlist.php
    Disallow: misc.php
    Disallow: moderator.php
    Disallow: newattachment.php
    Disallow: newreply.php
    Disallow: newthread.php
    Disallow: online.php
    Disallow: payments.php
    Disallow: poll.php
    Disallow: postings.php
    Disallow: printthread.php
    Disallow: private.php
    Disallow: profile.php
    Disallow: register.php
    Disallow: report.php
    Disallow: reputation.php
    Disallow: search.php
    Disallow: sendmessage.php
    Disallow: sendmessage.php?do=
    Disallow: showgroups.php
    Disallow: subscription.php
    Disallow: threadrate.php
    Disallow: usercp.php
    Disallow: usernote.php
    Disallow: vbseocp.php
    Sitemap: http://www.mysite.com/sitemap_index.xml.gz
    
    Q1) Please advise whether this is a correct robots.txt to go with or not

    Q2) If you notice that I disallowed member and memberlist because I don't to index members profiles
    Now how should I tweak vbSEO not to include member profiles in the sitemap?

  10. #10
    Senior Member Shadab's Avatar
    Real Name
    Shadab
    Join Date
    Oct 2007
    Location
    Bhopal
    Posts
    821
    Blog Entries
    12
    1. There's no point in listing vBulletin's core directories or includes files. This should be more than enough:

    Code:
    User-agent: *
    Disallow: /calendar.php
    Disallow: /misc.php
    Disallow: /register.php
    Disallow: /faq.php
    Disallow: /login.php
    Disallow: /search.php
    Disallow: /sendmessage.php
    
    Sitemap: http://www.mysite.com/sitemap_index.xml.gz
    
    2a. If you want to disallow bots from indexing user profile pages,
    disallow the 'rewritten' profile URLs; example: Disallow: /members/

    2b. AdminCP » Sitemap Options ; or AdminCP » vBulletin Options » vBSEO Google/Yahoo Sitemap Generator
    Then, set "Include Member Profile Page" to "No" and [Save]

  11. #11
    Member
    Real Name
    firassalim
    Join Date
    Jul 2009
    Posts
    33
    Thanks Shadab

Similar Threads

  1. Redirecting /forums/robots.txt to /robots.txt - Is it good?
    By MadK in forum Custom Rewrite Rules
    Replies: 6
    Last Post: 08-22-2008, 07:29 PM
  2. My robots.txt - what is in there / what isn't there?
    By symptome in forum General Discussion
    Replies: 1
    Last Post: 08-13-2008, 04:15 PM
  3. robots.txt
    By BOLT in forum General Discussion
    Replies: 4
    Last Post: 05-31-2007, 04:07 PM
  4. Robots.txt help
    By Dave Hybrid in forum General Discussion
    Replies: 2
    Last Post: 05-29-2007, 11:16 AM
  5. How is my robots.txt?
    By libertylounge in forum Troubleshooting
    Replies: 6
    Last Post: 08-26-2006, 01:17 PM