############################### # # robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index # Disallow: /aspnet_client/ Disallow: /AWS/ Disallow: /cgi-bin/ Disallow: /CSS/ Disallow: /images/ Disallow: /pages/SecurityTest_files/ Disallow: /templates/ Disallow: /Testing/ # # list specific files robots are not allowed to index # Disallow: /pages/feedback.htm # # allow all of the rest of the site # Allow: / # # let the robots know where the sitemap file is # sitemap: http://www.powlec.biz/sitemap.xml # # # End of robots.txt file # ###############################