############################### # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /admin/ # # list specific files robots are not allowed to index # Disallow: /rd.cfm Disallow: /results.cfm # # list robots not allowed at all # User-Agent: Gigabot Disallow: / # # End of robots.txt file # ################################