############################### # # robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /_notes/ Disallow: /_private/ Disallow: /_vti_cnf/ Disallow: /_vti_log/ Disallow: /_vti_pvt/ Disallow: /_vti_script/ Disallow: /_vti_txt/ Disallow: /aspnet_client/ Disallow: /xhtml/ Disallow: /images/ Disallow: /pix/ # # list specific files robots are not allowed to index # Disallow: /_vti_inf.html Disallow: /email_trouble_index.html Disallow: /iuident.cab Disallow: /postinfo.html Disallow: /WUTRACK.BIN # # End of robots.txt file # ###############################