############################### # # 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: /_Dev/ Disallow: /_notes/ Disallow: /Admin/ Disallow: /App_Code/ Disallow: /App_data/ Disallow: /App_GlobalResources/ Disallow: /App_Themes/ Disallow: /App_WebReferences/ Disallow: /aspnet_client/ Disallow: /Bin/ Disallow: /ftb/ Disallow: /Includes/ Disallow: /Install/ Disallow: /js/ Disallow: /Members/ Disallow: /Modules/ Disallow: /PayPal/ Disallow: /App_Code/ # # list specific files robots are not allowed to index # Disallow: /404.aspx Disallow: /home.html # # End of robots.txt file # ###############################