############################### # # robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /cgi-bin/ Disallow: /control/WebForm/ Disallow: /cp/ Disallow: /images/ Disallow: /modlogan/ Disallow: /templates/ Disallow: /webalizer/ # # list specific files robots are not allowed to index # Disallow: info.php Disallow: info.html # # allow all of the rest of the site # # Allow: / # Take out on 3 Jluy as site was dropped from index # # let the robots know where the sitemap file is # sitemap: http://www.powlec.com/sitemap.xml # # # End of robots.txt file # ###############################