############################### # # sample robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /images/ Disallow: /cgi-bin/ Disallow: /buzz/ Disallow: /eventcalimages/ # # list specific files robots are not allowed to index # Disallow: /thanks.htm Disallow: /welcome.htm Disallow: /banner.htm Disallow: /menu.htm Disallow: /pics.html Disallow: /support.htm Disallow: /main.htm Disallow: /.htaccess Disallow: /_vti_inf.html # # End of robots.txt file # ###############################