############################### # # 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: /database/ Disallow: /images/ Disallow: /html/ Disallow: /photogallery/ Disallow: /Connections/ Disallow: /temp_site/ Disallow: /tn/ Disallow: /login/ Disallow: /js/ Disallow: /cgi-bin/ Disallow: /App_Data/ Disallow: /aspnet_client/ Disallow: /AWStats/ # # list specific files robots are not allowed to index # Disallow: /booking.asp # # End of robots.txt file # ###############################