############################### # # 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: /cp/ Disallow: /Electrical/Images/ Disallow: /Electrical/Redundant/ Disallow: /images/ Disallow: /modlogan/ Disallow: /Pages/Old_Frames/ Disallow: /Redundant/ Disallow: /sharedimages/ Disallow: /SiteImages/ Disallow: /Templates/ Disallow: /webalizer/ # # # list specific files robots are not allowed to index # Disallow: /index.html Disallow: /info.html Disallow: /links_hover.css Disallow: /table.css # # allow all of the rest of the site # Allow: / # # let the robots know where the sitemap file is # sitemap: http://www.eese.info/sitemap.xml # # # End of robots.txt file # ###############################