############################### # # robots.txt file for crescenthomes # # addresses all robots by using wild card * # User-agent: * # list folders robots are not allowed to index Disallow: /db/ Disallow: /images/ Disallow: /include/ Disallow: /maintenance/ Disallow: /scripts/ Disallow: /styles/ # # list specific files robots are not allowed to index # Disallow: /notfound.asp # # End of robots.txt file # ###############################