############################### # # robots.txt file for tomodachi.com.au # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /admin/ Disallow: /css/ Disallow: /flash/ Disallow: /images/ Disallow: /js/ Disallow: /pdf/ # # list specific files robots are not allowed to index # Disallow: /includes/connection.php Disallow: /includes/functions.php # # End of robots.txt file # ###############################