############################### # # robots.txt file for ultrapowersolutions # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /includes/ Disallow: /images/ Disallow: /admin/ Disallow: /catalog/ Disallow: /search/ Disallow: /libs/ Disallow: /js/ # # list specific files robots are not allowed to index # Disallow: /style.css # # End of robots.txt file # ###############################