############################### # # 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: /css/ Disallow: /js/ Disallow: /img/ Disallow: /gfx/ # # # list specific files robots are not allowed to index # Disallow: /about.html Disallow: /contact.html Disallow: /contactok.html Disallow: /contacterror.html Disallow: /apply.html Disallow: /applyok.html Disallow: /applyerror.html # # End of robots.txt file # ###############################