<a href="https://www.google.com/addurl.html" target="_blank">Click here</a> to submit your site to google.
Sal:
Spiders can take up your bandwidth yes, most of it is due to the loading of images and files of no usewitch are irelivant to the indexing process anyway. Use this to keep spiders from getting to your images and files that are no needed for content:
make a file named robots.txt and stick this in it. upload it to your ROOT public_html folder.
User-agent: *
Disallow: /forum/attachment.php
Disallow: /forum/avatar.php
Disallow: /forum/editpost.php
Disallow: /forum/member.php
Disallow: /forum/member2.php
Disallow: /forum/misc.php
Disallow: /forum/moderator.php
Disallow: /forum/newreply.php
Disallow: /forum/newthread.php
Disallow: /forum/online.php
Disallow: /forum/poll.php
Disallow: /forum/postings.php
Disallow: /forum/printthread.php
Disallow: /forum/private.php
Disallow: /forum/private2.php
Disallow: /forum/report.php
Disallow: /forum/search.php
Disallow: /forum/sendtofriend.php
Disallow: /forum/threadrate.php
Disallow: /forum/usercp.php
Disallow: /forum/admin/
Disallow: /forum/images/
Disallow: /forum/mod/
Of course you will need to change the /forum to your folder name that vBulletin resides in. mabey the /images to if you are using multiple image folders or a differnt name for it.
|