brackt/public/robots.txt
Chris Parsons 8e73296067
All checks were successful
🚀 Deploy / 🧪 Test (pull_request) Successful in 1m32s
🚀 Deploy / ʦ TypeScript (pull_request) Successful in 1m23s
🚀 Deploy / 🔍 Lint (pull_request) Successful in 49s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
Fix robots.txt and sitemap issues from code review
- Point Sitemap directive at /sitemap.xml (not .gz) so crawlers receive
  plain XML without needing Content-Encoding headers
- Add Disallow: /leagues/ to block all auth-gated league routes
- Gitignore public/sitemap.xml* so they are always generated fresh at
  build time rather than serving a stale committed snapshot

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 22:16:49 -07:00

11 lines
185 B
Text

User-agent: *
Allow: /
Disallow: /admin/
Disallow: /api/
Disallow: /leagues/
Disallow: /onboarding
Disallow: /settings
Disallow: /user-profile
Sitemap: https://brackt.com/sitemap.xml