############################### # #robots.txt file # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /cgi-bin Disallow: /style Disallow: /images Disallow: /hesk Disallow: /includes # # list specific files robots are not allowed to index # Disallow: /feedback.php Disallow: /oops.php Disallow: /sitemap.php Disallow: /thanks.php # # End of robots.txt file # ###############################