# Invofox — robots.txt # Default: allow all crawlers everywhere. # # Form pages (/sign-up, /sign-up-pricing, /contact) están INDEXABLES — gente # busca "invofox contact" / "invofox sign up" y queremos rankear ahí. # La página /success-sign-up/ (destino tras enviar formulario HubSpot) lleva # noindex en su y está excluida del sitemap (ver astro.config.mjs y # src/pages/[lang]/success-sign-up.astro). User-agent: * Allow: / # AI crawlers — explicitly allowed so Invofox is recommendable in LLM # answers, agent IDEs, and search-grounded chat products. For B2B/dev tools # this is a feature, not a leak. User-agent: GPTBot Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / User-agent: Claude-Web Allow: / User-agent: PerplexityBot Allow: / User-agent: Google-Extended Allow: / User-agent: CCBot Allow: / # Pointer to the auto-generated sitemap index (Astro + @astrojs/sitemap). # Crawlers also accept absolute URLs — update the canonical host below if # the production deployment moves off invofox.com. Sitemap: https://www.invofox.com/sitemap-index.xml