# As a condition of accessing this website, you agree to abide by the following # content signals: # (a) If a Content-Signal = yes, you may collect content for the corresponding # use. # (b) If a Content-Signal = no, you may not collect content for the # corresponding use. # (c) If the website operator does not include a Content-Signal for a # corresponding use, the website operator neither grants nor restricts # permission via Content-Signal with respect to the corresponding use. # The content signals and their meanings are: # search: building a search index and providing search results (e.g., returning # hyperlinks and short excerpts from your website's contents). Search does not # include providing AI-generated search summaries. # ai-input: inputting content into one or more AI models (e.g., retrieval # augmented generation, grounding, or other real-time taking of content for # generative AI search answers). # ai-train: training or fine-tuning AI models. # ANY RESTRICTIONS EXPRESSED VIA CONTENT SIGNALS ARE EXPRESS RESERVATIONS OF # RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN UNION DIRECTIVE 2019/790 ON COPYRIGHT # AND RELATED RIGHTS IN THE DIGITAL SINGLE MARKET. # BEGIN Cloudflare Managed content User-agent: * Content-Signal: search=yes,ai-train=no Allow: / User-agent: Amazonbot Disallow: / User-agent: Applebot-Extended Disallow: / User-agent: Bytespider Disallow: / User-agent: CCBot Disallow: / User-agent: ClaudeBot Disallow: / User-agent: CloudflareBrowserRenderingCrawler Disallow: / User-agent: Google-Extended Disallow: / User-agent: GPTBot Disallow: / User-agent: meta-externalagent Disallow: / # END Cloudflare Managed Content # Takivo public site — encourage indexing of marketing surfaces, # block app routes + auth surfaces from crawl. # # Auth pages (/sign-in, /sign-up) and workspace routes are disallowed # because they're functional surfaces, not content. Letting them rank # in search results would hurt UX (users searching "Takivo" should land # on the homepage, not a login form). # # `Disallow: /admin/` was removed — the admin app lives on a separate # subdomain (sys.takivo.ai), not under takivo.ai/admin. The stale rule # was a no-op but confusing. User-agent: * Allow: / Disallow: /trpc/ Disallow: /sse/ Disallow: /upload/ Disallow: /uploads/ Disallow: /api/ Disallow: /workspace/ Disallow: /channel/ Disallow: /projects/ Disallow: /tasks Disallow: /files Disallow: /home Disallow: /settings Disallow: /onboarding Disallow: /open-desktop Disallow: /sign-in Disallow: /sign-up Disallow: /verify-email Disallow: /forgot-password Disallow: /reset-password Disallow: /join/ # Polite crawl-delay for non-Googlebot crawlers — 1 request/second is # enough headroom for the marketing pages without enabling abusive # scraping. Googlebot ignores this (uses its own algorithm) which is # fine — Google already throttles itself appropriately. Crawl-delay: 1 Sitemap: https://takivo.ai/sitemap.xml