############################### # # robots.txt # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /includes/ Disallow: /cgi-bin/ Disallow: /admin/ # # list specific files robots are not allowed to index # Disallow: /errorlog Disallow: /guests.php Disallow: /mailing-list.php Disallow: /mailing-list2.php Disallow: /addguest.php Disallow: /addguest2.php # # End of robots.txt file # ###############################