############################### # # 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: /_private/ Disallow: /cgi-bin/ Disallow: /gallery2/ Disallow: /includes/ Disallow: /scripts/ # # list specific files robots are not allowed to index # Disallow: scroller.php Disallow: *.swf Disallow: *.pdf Disallow: *.flv Disallow: *.js Disallow: *.css Disallow: error_log # # End of robots.txt file # ###############################