############################### # # sample robots.txt file for this website # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /layout/set/print/ Disallow: /content/view/full/47/(rgn)/ # # list specific files robots are not allowed to index # Disallow: /content/view/full/5545/ Disallow: /content/view/full/1493/ Disallow: /*.gif$ Disallow: /*.jpg$ Disallow: /*.css$ Disallow: /*.js$ Disallow: /*.swf$ Disallow: /*.zip$ # # End of robots.txt file # ###############################