############################### # # robots.txt file for website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /admin/ Disallow: /aspnet_client/ Disallow: /css/ Disallow: /error/ Disallow: /include/ Disallow: /trash/ # # list specific files robots are not allowed to index # Disallow: /settings.asp Disallow: /global.asa # # End of robots.txt file # ###############################