############################### # # sample robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index # Warning: Disallow: / used without any folder name tells the robot do not index ANY page of the website. # Disallow: /examples/abc Disallow: / # # list specific files robots are not allowed to index # # Disallow: /examples/abcd.html # # End of robots.txt file # ###############################