####################### # # robots.txt file for Web site # # "*" addresses all robots and spider programs # # User-agent: * # list folders robots should NOT index Disallow: /_docs/ Disallow: /_lib/ Disallow: /admin/ Disallow: /cgi-bin/ Disallow: /gallery/ Disallow: /images/ Disallow: /lists/ # list specific files robots should NOT index Disallow: /counter.tymg.php Disallow: /img.php Disallow: /thankyou.php Disallow: /validate_form.js Disallow: /web.php # # end of robots.txt file # #######################