############################### # # robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /admin/ Disallow: /App_Code/ Disallow: /App_Data/ Disallow: /App_Themes/ Disallow: /Bin/ Disallow: /scripts/ # # list specific files robots are not allowed to index Disallow: /ContentPage.master.vb Disallow: /MasterPage.master.vb # # # End of robots.txt file # ###############################