############################### # # robots.txt file for Morguard CMS # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /includes/ Disallow: /fckeditor/ Disallow: /uploads/ # # list specific files robots are not allowed to index # Disallow: index.php Disallow: login.php Disallow: site-select.php Disallow: test_update.php Disallow: test_insert.php Disallow: test_delete.php # # End of robots.txt file # ###############################