Search
Recommended Products
Related Links


 

 

Informative Articles

Auto-Pilot Link Building Strategy for Content-Sites
OK, this is what I consider a very effective method to get people to link to you without you having to ask them to do so. The best part is that, people will link to you for your most targeted keyword. I happen to discover this method after...

Creating Keyword Rich Pages
Once you have established the keywords for which you should optimize your site for the search engines, it is time to figure out how you can get a high ranking in the search engines for those keywords. The solution is to create Keyword Rich Pages...

Determine Your Needs Before Choosing A Hosting Service
Determine your needs BEFORE choosing a hosting service Choosing a hosting company for your web site can be very confusing given the multitude of companies available on the Internet today. Do not choose a service by price alone. The very cheapest is...

Did you forget your own name?
(Note to editor: Thanks for taking the time to review this!) Begin Article ======================================= This article may be freely distributed provided the author bio is included in its entirety. ======================================= ...

iKobo Review - Part 2
Attempt 1 Conclusion On July 13, 2004, the transaction was cancelled. My MasterCard was never charged. However, I did notice that my limits as a sender and receiver had been unilaterally raised to $500 USD. I had not contacted iKobo by telephone...

 
Google
The Proper Way To Use The robot.txt File

When optimizing your web site most webmasters don’t consider using the robot.txt file. This is a very important file for your site. It let the spiders and crawlers know what they can and can not index. This is helpful in keeping them out of folders that you do not want index like the admin or stats folder.

Here is a list of variables that you can include in a robot.txt file and there meaning:

  1. User-agent: In this field you can specify a specific robot to describe access policy for or a “*” for all robots more explained in example.
  2. Disallow: In the field you specify the files and folders not to include in the crawl.
  3. The # is to represent comments

Here are some examples of a robot.txt file

User-agent:  *
Disallow:  

The above


would let all spiders index all content.

Here another

User-agent:  *
Disallow:  /cgi-bin/

The above would block all spiders from indexing the cgi-bin directory.

User-agent:  googlebot
Disallow:  

User-agent:  *
Disallow:  /admin.php
Disallow:  /cgi-bin/
Disallow:  /admin/
Disallow:  /stats/

In the above example googlebot can index everything while all other spiders can not index admin.php, cgi-bin, admin, and stats directory. Notice that you can block single files like admin.php.

About The Author

Jimmy Whisenhunt is the webmaster at VIP Enterprises http://www.vipenterprises.org

vipenter@vipenterprises.org