############################### # # robots.txt file controls spidering of this site by search engines # # address all robots by using wild card * User-agent: * # list folders robots are not allowed to index # using a / without any folders listed prevents entire site from being indexed #Disallow: / # otherwise, specific files and folders are not indexed. Disallow: /airriess.net Disallow: /allangroves.com Disallow: /Connections Disallow: /creativity Disallow: /downloads Disallow: /howellfam.org Disallow: /images Disallow: /includes Disallow: /Templates # list specific files robots are not allowed to index #Disallow: /phpinfo.php #Disallow: /tutorials/meta_tags.html #Disallow: /tutorials/custom_error_page.html # google is the first search engine to allow wildcards in the disallow area #User-agent: googlebot #Disallow: *.cgi # End of robots.txt file # ###############################