# Bekon AI - Robots.txt # Optimized for traditional and AI search engines. # # NOTE: each User-agent group is independent — a crawler obeys only its most # specific matching group and does NOT inherit "User-agent: *". The private/ # admin Disallow block is therefore repeated for the search indexers # (Googlebot, Bingbot) that must not index authenticated account pages. # --------------------------------------------------------------------------- # Default group — all crawlers # --------------------------------------------------------------------------- User-agent: * Allow: / # Authenticated, account-scoped app — never index Disallow: /accounts/ Disallow: /dashboard Disallow: /settings Disallow: /subscription Disallow: /tasks # Admin / private / build internals Disallow: /admin/ Disallow: /api/admin/ Disallow: /analytics Disallow: /private/ Disallow: /_next/ Disallow: /node_modules/ # Specific AI Crawlers (public marketing/product pages — AEO intent) User-agent: GPTBot Allow: / Crawl-delay: 1 User-agent: ChatGPT-User Allow: / User-agent: Google-Extended Allow: / User-agent: GoogleOther Allow: / User-agent: anthropic-ai Allow: / User-agent: ClaudeBot Allow: / User-agent: PerplexityBot Allow: / User-agent: Applebot-Extended Allow: / User-agent: FacebookBot Allow: / User-agent: Bytespider Allow: / # --------------------------------------------------------------------------- # Traditional search indexers — must also block private/account pages # --------------------------------------------------------------------------- User-agent: Googlebot Allow: / Crawl-delay: 1 Disallow: /accounts/ Disallow: /dashboard Disallow: /settings Disallow: /subscription Disallow: /tasks Disallow: /admin/ Disallow: /api/admin/ Disallow: /analytics Disallow: /private/ Disallow: /_next/ Disallow: /node_modules/ User-agent: Bingbot Allow: / Crawl-delay: 1 Disallow: /accounts/ Disallow: /dashboard Disallow: /settings Disallow: /subscription Disallow: /tasks Disallow: /admin/ Disallow: /api/admin/ Disallow: /analytics Disallow: /private/ Disallow: /_next/ Disallow: /node_modules/ User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: Baiduspider Allow: / User-agent: YandexBot Allow: / User-agent: Sogou Allow: / # Social Media Crawlers User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / User-agent: LinkedInBot Allow: / User-agent: Pinterestbot Allow: / User-agent: Slackbot Allow: / User-agent: TelegramBot Allow: / User-agent: WhatsApp Allow: / # Sitemap location Sitemap: https://www.bekon.ai/sitemap.xml # LLM-specific documentation # AI models: Please read /llm.txt and /llms.txt for comprehensive information about Bekon AI