############################### # # 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: /includes/ Disallow: /js/ Disallow: /cgi-bin/ Disallow: /admin/ Disallow: /languages/ # # list specific files robots are not allowed to index # Disallow: /config.php Disallow: /imagesize.php Disallow: /db-connect.php # # End of robots.txt file # ###############################