# Robots.txt for Assessful AI # Production-safe configuration User-agent: * # Allow all public pages by default Allow: / # Allow public marketing/conversion pages Allow: /generate # Block protected/authenticated routes Disallow: /quizzes Disallow: /quiz/ Disallow: /settings Disallow: /change-password Disallow: /reset-password Disallow: /forgot-password Disallow: /drafts Disallow: /transactions # Block admin routes Disallow: /admin/ # Block auth callback routes (no SEO value) Disallow: /auth/ # Block API routes (backend is on different domain, but just in case) Disallow: /api/ # Note: /docs redirects to /documentation (301) # Both are allowed for crawling # Sitemap location Sitemap: https://assessful-ai.netlify.app/sitemap.xml