############################### # # 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: /thankyou Disallow: /Scripts Disallow: /css Disallow: /cgi Disallow: /stats Disallow: /webalizer Disallow: /oldsite Disallow: /_notes Disallow: /_private Disallow: /_vti_bin Disallow: /_vti_cnf Disallow: /_vti_log Disallow: /_vti_pvt Disallow: /_vti_txt Disallow: /map # # list specific files robots are not allowed to index # Disallow: /404.html Disallow: /tutorials/custom_error_page.html # # End of robots.txt file # ###############################