#******************************************************************# # Description: robots.txt # # Author: Robert Gruber # # History: 12 Aug 2005 - RoGr - File created # #******************************************************************# # # This is an empty robots.txt file that can be used to indicate to # WWW robots which parts of a web site should not be indexed. # # Following page has details on how to setup a robots.txt file and # related security issues: # # http://www.chami.com/tips/internet/010198I.html # # 1. Uncomment following two lines by removing "#" at the beginning to # indicate that all robots should stay away from the /cgi-bin/ folder User-agent: * Disallow: /admin/ Disallow: /class/ Disallow: /css/ Disallow: /fonts/ Disallow: /htmlarea/ Disallow: /inc/ Disallow: /js/ Disallow: /log/ Disallow: /logout/ Disallow: /php/ Disallow: /template/css/ Disallow: /template/js/ Disallow: /template/mod/ Disallow: /template/php/ Disallow: /template/template.html #Allow: /index.html #Disallow: /cgi-bin/ # 2. Following two lines indicate that robots named "WWW_Robot_Name" # should stay away from this site. #User-agent: WWW_Robot_Name #Disallow: / # 3. Following two lines indicate that robots named "WWW_Wanderer_Name" # should not index files in the /private/ folder. #User-agent: WWW_Wanderer_Name #Disallow: /private/