############################### # # myemma.com robots.txt file # # addresses all robots by using wild card * User-agent: * # List real folders robots are not allowed to index Disallow: /backend/ Disallow: /db/ Disallow: /images/ Disallow: /templates/ Disallow: /static/ Disallow: /themes/ # List dynamically created directories robots are not allowed to index Disallow: /_includes/ Disallow: /_templates/ Disallow: /application/ Disallow: /data/homepage-features/ Disallow: /data/inquiry/ Disallow: /status/ Disallow: /login/ Disallow: /old-browser/ Disallow: /studiodesign-beta/ Disallow: /trial/ Disallow: /partners/ # Specifically tracked pages, just in case Disallow: http://myemma.com/blog/2010/05/27/social-sharing-is-officially-here/?utm_source=superhero&utm_medium=site&utm_content=postcard # Sitemap Sitemap: http://myemma.com/data/sitemap/ # # End of robots.txt file # ###############################