# robots.txt for FlowForce # https://flowforce.app # ---------------------------------------------------- # Default: all crawlers may index the marketing site, # but the authenticated app and API are off limits. # ---------------------------------------------------- User-agent: * Allow: / Disallow: /app/ Disallow: /api/ Disallow: /admin/ Disallow: /login Disallow: /signup Disallow: /reset-password Disallow: /onboarding Disallow: /*?*utm_ Disallow: /*?*ref= # ---------------------------------------------------- # AI search crawlers we explicitly allow so FlowForce # can be cited in ChatGPT, Perplexity, Claude, Gemini, # Apple Intelligence, Meta AI, and similar engines. # ---------------------------------------------------- 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-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: Google-Extended Allow: / User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / User-agent: meta-externalagent Allow: / User-agent: MistralAI-User Allow: / User-agent: DuckAssistBot Allow: / User-agent: cohere-ai Allow: / User-agent: Amazonbot Allow: / # ---------------------------------------------------- # Block aggressive scrapers that don't respect crawl # limits and don't drive traffic or citations. # ---------------------------------------------------- User-agent: AhrefsBot Crawl-delay: 10 User-agent: SemrushBot Crawl-delay: 10 User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / # ---------------------------------------------------- # Sitemap # ---------------------------------------------------- Sitemap: https://flowforce.app/sitemap.xml