#******************************************************************# # Description: robots.txt # # Author: Robert Gruber # # History: 05 Feb 2004 - 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: /class/ Disallow: /css/ Disallow: /inc/ Disallow: /php/ Disallow: /swf/ Disallow: /tmp/ Disallow: /index.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/