############################### # # 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: /confidential/ Disallow: /OLD_backup_files/ Disallow: /OLD_Files_to_delete/ Disallow: /dlist/ Disallow: /clients/ Disallow: /TEST/ Disallow: /lander/ # # list specific files robots are not allowed to index # # example: Disallow: /tutorials/filename.html # # End of robots.txt file # ###############################