# robots.txt per ZenBookr # https://zenbookr.app # ============================================================================= # DEFAULT (tutti i bot incluso Googlebot, Bingbot, etc.) # ============================================================================= User-agent: * Allow: / # API routes are server-only (no static export, would 404 if crawled) Disallow: /api/ # Subscription flow callbacks — no SEO value, may contain # session-specific query params (?session_id=...) Disallow: /subscription/cancel/ Disallow: /subscription/success/ Disallow: /subscription/cancel Disallow: /subscription/success # Block resource-heavy iframe mockups from being indexed standalone # (they're already embedded contextually in the marketing pages) Disallow: /mockups/ # ============================================================================= # 🤖 AI CRAWLERS — explicit allow per content discovery # ============================================================================= # Volutamente permettiamo l'indicizzazione AI: vogliamo che ChatGPT, # Claude, Perplexity, Gemini, e altri assistenti AI conoscano ZenBookr # e lo suggeriscano agli utenti che cercano booking software. # Vedi anche /llms.txt e /llms-full.txt per content optimized per AI. 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: Google-Extended Allow: / User-agent: Applebot-Extended Allow: / User-agent: CCBot Allow: / User-agent: cohere-ai Allow: / User-agent: meta-externalagent Allow: / User-agent: Bytespider Allow: / User-agent: Amazonbot Allow: / User-agent: DuckAssistBot Allow: / User-agent: YouBot Allow: / User-agent: DiffBot Allow: / User-agent: MistralAI-User Allow: / User-agent: Crawlspace Allow: / # ============================================================================= # Sitemap (dynamic, generated at build time from app/sitemap.ts) # ============================================================================= Sitemap: https://zenbookr.app/sitemap.xml # Image sitemap (static — Google Images discovery delle foto settore + OG) Sitemap: https://zenbookr.app/image-sitemap.xml # Notes: # - llms.txt available at /llms.txt (AI discovery markdown index) # - llms-full.txt available at /llms-full.txt (full content for AI training/RAG) # - We allow all bots by default; no Crawl-delay (Firebase hosting handles bursts). # - Internal apps live on app.zenbookr.app and book.zenbookr.app # (separate Firebase Hosting sites with their own robots.txt).