/*
  X-Robots-Tag: all
  Access-Control-Allow-Origin: *

/ai.json
  Content-Type: application/json; charset=utf-8
  Cache-Control: no-store, max-age=0, must-revalidate

/llms.txt
  Content-Type: text/plain; charset=utf-8
  Cache-Control: no-store, max-age=0, must-revalidate

/sitemap.xml
  Content-Type: application/xml; charset=utf-8
  Cache-Control: public, max-age=3600

/blog-sitemap.xml
  Content-Type: application/xml; charset=utf-8
  Cache-Control: public, max-age=3600

/blog/*
  Cache-Control: public, max-age=1800, must-revalidate

/audit-report
  Content-Type: text/html; charset=utf-8

/verify-guide
  Content-Type: text/html; charset=utf-8

/security
  Content-Type: text/html; charset=utf-8

/independent-assurance
  Content-Type: text/html; charset=utf-8

/audit/status.json
  Content-Type: application/json; charset=utf-8
  Cache-Control: no-store, max-age=0, must-revalidate

/source/release.json
  Content-Type: application/json; charset=utf-8
  Cache-Control: no-store, max-age=0, must-revalidate

/source/*.tar.gz
  Content-Type: application/gzip
  Cache-Control: public, max-age=14400, must-revalidate

/source/*.sha256
  Content-Type: text/plain; charset=utf-8
  Cache-Control: public, max-age=14400, must-revalidate

/robots.txt
  Content-Type: text/plain; charset=utf-8
  Cache-Control: public, max-age=3600

/ai-index.html
  Content-Type: text/html; charset=utf-8
  Cache-Control: public, max-age=300, must-revalidate
  X-Robots-Tag: all

/ai-index.txt
  Content-Type: text/plain; charset=utf-8
  Cache-Control: public, max-age=300, must-revalidate
  X-Robots-Tag: all
