|
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:
Here are some examples of a robot.txt file
The above would let all spiders index all content.
Here another
The above would block all spiders from indexing the cgi-bin directory.
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.
Jimmy Whisenhunt is the webmaster at VIP Enterprises http://www.vipenterprises.org
|
|