############################### # # robots.txt file for minipolo website # # addresses all robots by using wild card * # User-agent: * # # list folders robots are not allowed to index # Disallow: /forums/admin/ Disallow: /forums/cache/ Disallow: /forums/db/ Disallow: /forums/docs/ Disallow: /forums/images/ Disallow: /forums/language/ Disallow: /forums/templates/ Disallow: /forums/ Disallow: /cgi-bin/ Disallow: /images/ Disallow: /media/ # # list specific files robots are not allowed to index # Disallow: styles.css # # End of robots.txt file # ###############################