#--------------------------------------------------------------------- # file : robots.txt # author : Nicolas Fontaine # date : 20050728 # purpose : helping the web crawlers robots #--------------------------------------------------------------------- User-agent: * # for all the robots Disallow: /admin # exclusion of the /admin directories and admin.* files Disallow: /images # exclusion of the /images directories and images.* files Disallow: /include # exclusion of the /include directories and include.* files Disallow: /wysiweb # exclusion of the /wysiweb directories and wysiweb.* files Disallow: /fckeditor # exclusion of the /fckeditor directories and fckeditor.* files Disallow: /batch # exclusion of the /batch directories and batch.* files