############################### # # robots.txt file for website : # # addresses all robots by using wild card * # User-agent: * # # Alternatively you could target an agent like so User-agent: Mozilla/5.0 # # list folders robots are not allowed to index Disallow: /admin/ Disallow: /Athletes/ # # list specific files robots are not allowed to index # Disallow: /search.aspx Disallow: /GamesProfile.aspx # # End of robots.txt file # ###############################