############################### # # 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: /images/ # # list specific files robots are not allowed to index # Disallow: /1.jpg Disallow: /2.jpg Disallow: /3.jpg Disallow: /4.jpg Disallow: /5.jpg Disallow: /6.jpg Disallow: /book1.htm Disallow: /floorplan.html Disallow: /logo.gif Disallow: /strap.gif # End of robots.txt file # ###############################