What is the Robot Text File?

What is the Robot Text File?User-agent: *
The robot text file is used to disallow specific or allThe * acts as a wildcard and disallows all spiders. You
search engine spider's access to folders or pages thatmay want to use this to stop search engines listing
you don't want indexed.unfinished pages.
Why would you want to do this?To disallow an entire directory use
You may have created a personnel page forDisallow:/mydirectory/
company employees that you don't want listed. SomeTo disallow an individual file use
webmasters use it to exclude their guest book pagesDisallow:/file.htm
so to avoid people spamming. There are manyYou have to use a separate line for each disallow.
different reasons to use the robots text file.You cannot you for example use
How do I use it?Disallow:/file1.htm,file2.html
You need to upload it to the root of your web site or itYou should use
will not work - if you don't have access to the rootUse-agent/*
then you will need to use a Meta tag to disallowDisallow:/file1.htm
access. You need to include both the user agent andDisallow:/file2.htm
a file or folder to disallow.For a list of spider names visit
What does it look like?Make sure you use the right syntax if you don't it will
It's really nothing more than a "Notepad" type .txt filenot work. You can check you syntax here
named "robots.txt"For help on creating robot text files there is a program
The basic syntax iscall robogen.
User-agent: spiders name hereThere is a free version and an advanced version,
Disallow:/ filename herewhich costs $12.
If you use