############################### # # 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: /filespace/ Disallow: /formbuilder/ Disallow: /logs/ Disallow: /pages/ Disallow: /foruse/ # # list specific files robots are not allowed to index # Disallow: confirmation.html Disallow: contact.htm Disallow: portfolio.htm Disallow: profile.htm Disallow: services.htm # # End of robots.txt file # ###############################