############################### # # sample robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list nothing after disallow: means allow everything #Disallow: # list folders robots are not allowed to index, / means disallow all Disallow: /cpanel/ #Disallow: /tutorials/images/ # # list specific files robots are not allowed to index # #Disallow: /tutorials/meta_tags.html # # End of robots.txt file # ###############################