# Robots.txt for Lona™ # https://lona.agency # Allow all crawlers by default User-agent: * Allow: / Disallow: /api/ Disallow: /sign-in Disallow: /sign-up Disallow: /dashboard Crawl-delay: 1 # --- LLM & AI crawlers --- # OpenAI (ChatGPT training + browsing) User-agent: GPTBot Allow: / Disallow: /api/ Disallow: /sign-in Disallow: /sign-up Disallow: /dashboard User-agent: ChatGPT-User Allow: / Disallow: /api/ Disallow: /sign-in Disallow: /sign-up Disallow: /dashboard # All other LLM bots — shared block with Disallow rules # (per robots.txt spec, wildcard User-agent: * does not apply # once a bot has its own named block) User-agent: anthropic-ai User-agent: Claude-Web User-agent: ClaudeBot User-agent: PerplexityBot User-agent: Google-Extended User-agent: meta-externalagent User-agent: CCBot User-agent: Bytespider User-agent: Applebot-Extended Allow: / Disallow: /api/ Disallow: /sign-in Disallow: /sign-up Disallow: /dashboard # Sitemap location Sitemap: https://lona.agency/sitemap.xml