# Production - Allow crawlers for SEO # Copy this to robots.txt for production deployment # AI Crawlers - explicitly allowed User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: ClaudeBot Allow: / User-agent: PerplexityBot Allow: / User-agent: Google-Extended Allow: / User-agent: Applebot-Extended Allow: / # All other crawlers User-agent: * Allow: / # Disallow admin/internal paths Disallow: /admin Disallow: /api # Disallow auth and user routes Disallow: /login Disallow: /register Disallow: /oauth/ Disallow: /auth/ Disallow: /user/ Disallow: /dashboard # Disallow test/dev routes Disallow: /badge-test Disallow: /hero-test Disallow: /logo-test # Disallow internal routes Disallow: /invite/ Disallow: /migrations/ # Sitemap Sitemap: https://rephlo.app/sitemap.xml