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
- 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>
11 lines
185 B
Text
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
|