############################### # # 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: /assets/ Disallow: /images/ Disallow: /menu-files/ Disallow: /Search/IndexDirectory/ # # list specific files robots are not allowed to index # #Disallow: /folder/file_1.html #Disallow: /folder/file_2.html # # End of robots.txt file # ###############################