# 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: /mp3s/ Disallow: /images/ Disallow: /cssimages/ Disallow: /p7lsm/ Disallow: /p7lsm_img_1/ # # list specific files robots are not allowed to index Disallow: /success.html Disallow: /cancel.html Disallow: /soldout.html # # end of robots.txt file