############################### # # 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: /_db_backups Disallow: /aspnet_client Disallow: /My Files Disallow: /stats # # list specific files robots are not allowed to index # Disallow: /1.jpg Disallow: /2.jpg Disallow: /3.jpg Disallow: /Geek.jpg Disallow: /gdform.asp Disallow: /DFW Geek On The Go.exe # # End of robots.txt file # ###############################