# ============================================ # Capture — robots.txt # ============================================ # Traditional search engines User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / # AI engine crawlers — ALLOW ALL User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: PerplexityBot Allow: / User-agent: ClaudeBot Allow: / User-agent: Applebot-Extended Allow: / User-agent: cohere-ai Allow: / User-agent: Google-Extended Allow: / # Default rules User-agent: * Allow: / Disallow: /api/ Disallow: /_next/ # Sitemap Sitemap: https://trycaptureapp.com/sitemap.xml