Googlebot

Cerebral88

New Member
Recently i have noticed googlebot accessing my site, but it always seems to be only viewing the memberlist for some reason. My forum has been up for about 6 days now, but there is still nothing when i do a seach on google. My forums does allow guests to see some of the threads... I'm i doing anything wrong?
 
Indexing your board on search engines may last weeks if not months. If you want to accelerate indexing you should use some SEO solution (like vBSEO) and put a robot.txt in the root to prevent bots from indexing unnecessary pages.
This is the best content that you have to put in your robot.txt (you should adjust the path to your forum)
Code:
User-agent: *
Disallow: /forum/admincp/
Disallow: /forum/announcement.php
Disallow: /forum/calendar.php
Disallow: /forum/cron.php
Disallow: /forum/editpost.php
Disallow: /forum/faq.php
Disallow: /forum/joinrequests.php
Disallow: /forum/login.php
Disallow: /forum/member.php
Disallow: /forum/misc.php
Disallow: /forum/modcp/
Disallow: /forum/moderator.php
Disallow: /forum/newreply.php
Disallow: /forum/newthread.php
Disallow: /forum/online.php
Disallow: /forum/printthread.php
Disallow: /forum/private.php
Disallow: /forum/profile.php
Disallow: /forum/register.php
Disallow: /forum/search.php
Disallow: /forum/sendmessage.php
Disallow: /forum/showgroups.php
Disallow: /forum/showpost.php
Disallow: /forum/subscription.php
Disallow: /forum/subscriptions.php
Disallow: /forum/threadrate.php
Disallow: /forum/usercp.php
 
Back
Top