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?
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.
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 ...
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?
Not supplied with the vbseo package. It's optional.there's no robots.txt file in my root folder?
You can create it if you need to block certain parts of the Forum from being indexed.
The sitemap files actually reside in the /vbseo_sitemap/data/ directory.I cannot see the sitemap file in my root directory using ftp access
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
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?
Please see my post below
Last edited by firassalim; 07-21-2009 at 12:01 AM.
@firassalim:
Where is your vBulletin installed ?
Is it directly installed in root, or in the /forums/ directory ?
Sorry there was a mistake in the robots.txt code that uploaded
here's the correct one
Q1) Please advise whether this is a correct robots.txt to go with or notCode: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
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?
1. There's no point in listing vBulletin's core directories or includes files. This should be more than enough:
2a. If you want to disallow bots from indexing user profile pages,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
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]
Thanks Shadab