############################### # # 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: /cgi-bin Disallow: /images # # list specific files robots are not allowed to index # Disallow: /topnav.htm Disallow: /sidenav.htm Disallow: /bottomnav.htm Disallow: /404.php Disallow: /cookies.php Disallow: /newsletter.php Disallow: /sendmail.php Disallow: /publish.php # # End of robots.txt file # ###############################