############################### # # robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /data/ Disallow: /images/ Disallow: /templates/ Disallow: /Backup/ Disallow: /connections/ Disallow: /_mmServerScripts/ Disallow: /_notes/ Disallow: /logs/ # # list specific files robots are not allowed to index # Disallow: /admin.asp Disallow: /admin_menu.asp Disallow: /admin_object.asp Disallow: /object_add.asp Disallow: /object_delete.asp Disallow: /object_edit.asp # # End of robots.txt file # ###############################