brackt/public/robots.txt
Chris Parsons 2978ba787d Add robots.txt and sitemap.xml.gz for SEO
Adds a static robots.txt blocking admin/API/auth routes, a sitemap
generation script (scripts/generate-sitemap.mjs) that writes both
sitemap.xml and sitemap.xml.gz to public/, and hooks it into the
build so the sitemap is always fresh on deploy.

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

10 lines
168 B
Text

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