# robots.txt for Colin Climo Memorial Website # https://www.itechne.com/robots.txt User-agent: * Allow: / # Disallow development and documentation files Disallow: /README.md Disallow: /.git/ Disallow: /.gitignore Disallow: /*.md # Allow all HTML content and assets Allow: /*.html Allow: /css/ Allow: /js/ Allow: /images/ Allow: /articles/ Allow: /tools/ # Sitemap location Sitemap: https://www.colinclimo.com/sitemap.xml