############################### # # 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: /intranet/connection/ Disallow: /intranet/admin/ Disallow: /database/ Disallow: /tutorials/Documents/ # # list specific files robots are not allowed to index # Disallow: /ProductList.asp Disallow: /quickview.asp # # End of robots.txt file # ###############################