############################## # # robots.txt file # # addresses all robots by using wildcard * # User-agent: * # list folders robots are not allowed to index Disallow: /draft/ Disallow: /admin/ Disallow: /user/ # # List specific files robots are not allowed to index # # # End of robots.txt file # ##############################