################## # # 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: /admin/ Disallow: /kimiko/ Disallow: /zack/ Disallow: /oneida/ # # list specific files robots are not allowed to index # Disallow: /admin/author_agreement.html Disallow: /admin/editor_agreement.html Disallow: /admin/image_agreement.html Disallow: /admin/index.html Disallow: /admin/contributing_editor_agreement.html Disallow: /kimiko/index.html Disallow: /zack/index.html Disallow: /oneida/index.html # # End of robots.txt file # ###################