############################### # # sample robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /css/ Disallow: /images/ Disallow: /functions/ Disallow: /includes/ Disallow: /js/ Disallow: /staff/ Disallow: /clients/includes/ Disallow: /cgi-bin/ Disallow: /clients/ # # list specific files robots are not allowed to index # Disallow: /wi_nightlife.php Disallow: /wi_template.php Disallow: /test.php # # End of robots.txt file # ###############################