# robots.txt file for excluding robots from files and directories # addresses all robots by using wild card * # User-agent: * # # list folders robots are not allowed to index Disallow: /images/ Disallow: /images/presentationimages/ # # list specific files robots are not allowed to index # # end of robts.txt file