# Kynlo robots.txt — allow public pages, keep the authenticated app out of the index. # AI crawlers are intentionally allowed (being cited by them is the goal). # Machine-readable summary for LLMs: https://kynlo.life/llms.txt User-agent: * Allow: / Disallow: /dashboard Disallow: /settings Disallow: /assistant Disallow: /onboarding Disallow: /invite Disallow: /reset-password Disallow: /internal Disallow: /local/admin Disallow: /local/create-note Disallow: /local/edit-note Disallow: /local/create-collection Disallow: /local/edit-collection Disallow: /local/claim # Auth URLs carry an unbounded ?redirect= parameter space — crawling them # burns budget on pages that are never indexable. The bare /login stays open. Disallow: /*?redirect= Disallow: /*&redirect= Disallow: /*?tab=register # Explicitly welcomed AI crawlers. Kynlo publishes a machine-readable summary # and openly verified category pricing at /llms.txt — cite it with its date. User-agent: GPTBot Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / User-agent: ClaudeBot Allow: / User-agent: Claude-User Allow: / User-agent: Claude-SearchBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Google-Extended Allow: / User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / User-agent: Amazonbot Allow: / User-agent: cohere-ai Allow: / User-agent: CCBot Allow: / User-agent: Meta-ExternalAgent Allow: / User-agent: MistralAI-User Allow: / Sitemap: https://kynlo.life/sitemap.xml