####################### # # robots.txt file for Web site # # "*" addresses all robots and spider programs # # User-agent: * # list folders robots should NOT index Disallow: /_lib/ Disallow: /admin/ Disallow: /images/ Disallow: /cgi-bin/ Disallow: /trucks/ Disallow: /stats/ # list specific files robots should NOT index Disallow: /validate_form.js Disallow: /windowFns.js Disallow: /web.php Disallow: /img.php Disallow: /style.css # # end of robots.txt file # #######################