Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions static/robots.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# developers.flow.com robots.txt
# algolia: 98E1096D4FD67E70
#
# Content Signals Policy (contentsignals.org, 2025) — explicitly permit
# search indexing, live AI retrieval (ChatGPT / Claude / Perplexity / etc.
# citation), and AI training on all content. Flow developer docs are
# open source and intended to be maximally discoverable by humans and
# AI agents.

# Allow all bots
User-agent: *
Disallow:
# Content-Signal: search=yes, ai-input=yes, ai-train=yes
Allow: /

# Sitemap
Sitemap: https://developers.flow.com/sitemap.xml

# Machine-readable AI indexes (complementary, non-standard):
# Curated index: https://developers.flow.com/llms.txt
# Full corpus: https://developers.flow.com/llms-full.txt
# Companion site: https://cadence-lang.org/llms.txt
Loading