Robots.txt
EWSites.com will create a robots.txt
file for your web site. The robots exclusion standard
or robots.txt protocol is a convention to prevent cooperating
web spiders and other web robots from accessing all
or part of a website. The information specifying the
parts that should not be accessed is specified in a
file called robots.txt in the top-level directory of
the website.
The robots.txt protocol was created by consensus in
June 1994 by members of the robots mailing list (robots-request@nexor.co.uk).
There is no official standards body or RFC for the protocol.
The protocol is purely advisory. It relies on the cooperation
of the web robot, so that marking an area of your site
out of bounds with robots.txt does not guarantee privacy.
Many web site administrators have been caught trying
to use the robots file to make private parts of a website
invisible to the rest of the world. However, the file
is necessarily publicly available and is easily checked
by anyone with a web browser.
The robots.txt patterns are matched by simple substring
comparisons, so care should be taken to make sure that
patterns matching directories have the final '/' character
appended, otherwise all files with names starting with
that substring will match, rather than just those in
the directory intended.
|