############################### # # 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: /admin/ Disallow: /clients/ Disallow: /css/ Disallow: /images/ Disallow: /logs/ Disallow: /Connections/ Disallow: /SpryAssets/ Disallow: /downloads/ # # list specific files robots are not allowed to index # Disallow: /login.php Disallow: /loginError.php Disallow: /testconn.php Disallow: /error404.html Disallow: /paypalOrderConfirmation.php # # End of robots.txt file # ###############################