############################### # # robots.txt file for this website # # list robots allowed to index # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /bak/ Disallow: /cgi-bin/ Disallow: /images/ # # list specific files robots are not allowed to index (examples) # #Disallow: /sample.html #Disallow: /custom_error_page.html # # End of robots.txt file # ###############################