What is the Robot Text File?

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