############################### # # robots.txt file for funkylist.com # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /Common/ Disallow: /Images/ Disallow: /Includes/ Disallow: /UserControls/ # # list specific files robots are not allowed to index # Disallow: /BooBoo.aspx Disallow: /Logout.aspx Disallow: /MaintainList.aspx # # End of robots.txt file # ###############################