# Novura Robots.txt # Curated policy — do not regenerate. The Next.js app exports the sitemap at # /sitemap.xml via src/app/sitemap.ts, and /llms.txt provides an LLM-friendly # summary of services and content. # Default - Allow all crawlers User-agent: * Allow: / Disallow: /api/ Disallow: /_next/ Disallow: /admin/ Disallow: /login Disallow: /register Disallow: /signup Disallow: /*.json$ Crawl-delay: 1 # Googlebot User-agent: Googlebot Allow: / Disallow: /api/ Disallow: /_next/ Disallow: /admin/ # Bingbot User-agent: Bingbot Allow: / Disallow: /api/ Disallow: /_next/ Disallow: /admin/ Crawl-delay: 1 # DuckDuckGo User-agent: DuckDuckBot Allow: / # Search engines: training-data crawlers (explicit allow) User-agent: Google-Extended Allow: / User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / # AI / LLM crawlers (explicit allow) User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / User-agent: cohere-ai Allow: / User-agent: CCBot Allow: / User-agent: Bytespider Allow: / User-agent: Amazonbot Allow: / User-agent: Meta-ExternalAgent Allow: / User-agent: Meta-ExternalFetcher Allow: / User-agent: FacebookBot Allow: / # Host Host: https://novura.io # Sitemaps Sitemap: https://novura.io/sitemap.xml # LLM discovery # See: https://novura.io/llms.txt