# AegisMind Robots.txt # Allow all well-behaved crawlers User-agent: * Allow: / # Sitemap location Sitemap: https://www.aegismind.app/sitemap.xml # Specific crawlers User-agent: Googlebot Allow: / Crawl-delay: 0 User-agent: Googlebot-Image Allow: / User-agent: Bingbot Allow: / Crawl-delay: 0 User-agent: Slurp Allow: / Crawl-delay: 1 # Social media crawlers (for preview cards) User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / User-agent: facebookexternalhit Allow: / # AI/LLM crawlers User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Google-Extended Allow: / # Block bad bots (optional - uncomment if needed) # User-agent: AhrefsBot # Disallow: / # User-agent: SemrushBot # Disallow: / # Disallow admin/api endpoints User-agent: * Disallow: /api/ Disallow: /admin/ Disallow: /_next/ Disallow: /dashboard/ # Crawl delay for aggressive crawlers (reduces load during restarts) User-agent: * Crawl-delay: 10