############################### # # 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: /secure/ Disallow: /images/ Disallow: /webmail/ Disallow: /hotel/ Disallow: /bnb/ # # list specific files robots are not allowed to index # Disallow: /calendar.js Disallow: /config.xml Disallow: /crypto.php Disallow: /demo.php Disallow: /footer.php Disallow: /sitempa_gen.py Disallow: /tellafriend1.php Disallow: /terms_condition.php Disallow: /top_navigation_menu.php # # End of robots.txt file # ###############################