############################### # # 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: /includes/ Disallow: /msds/ Disallow: /tds/ Disallow: /admin/ Disallow: /admin2/ Disallow: /control/ Disallow: /protected/ Disallow: /gifs/ # # list specific files robots are not allowed to index # Disallow: /sheet.php Disallow: /logout.php Disallow: /login.php Disallow: /register.php Disallow: /config.inc.php Disallow: /activate.php Disallow: /terms.php Disallow: /account.php Disallow: /contact.php # # End of robots.txt file # ###############################