Add rule: Do you serve Markdown to AI agents? - #13168
Merged
isaaclombardssw merged 2 commits intoAug 18, 2026
Merged
Conversation
Contributor
🔍 Preview PR ChangesView updated pages in edit mode:
|
isaaclombardssw
force-pushed
the
isaac/serve-markdown-to-ai-agents
branch
from
August 12, 2026 23:48
3248098 to
ced5146
Compare
isaaclombardssw
changed the base branch from
isaac/aeo-geo-category
to
isaac/allow-ai-answer-engines
August 13, 2026 01:53
isaaclombardssw
force-pushed
the
isaac/serve-markdown-to-ai-agents
branch
from
August 13, 2026 01:53
ced5146 to
6c2b21f
Compare
isaaclombardssw
force-pushed
the
isaac/serve-markdown-to-ai-agents
branch
from
August 13, 2026 02:01
6c2b21f to
c537475
Compare
tiagov8
requested changes
Aug 13, 2026
tiagov8
force-pushed
the
isaac/serve-markdown-to-ai-agents
branch
from
August 13, 2026 18:04
c537475 to
ebb6f70
Compare
isaaclombardssw
force-pushed
the
isaac/serve-markdown-to-ai-agents
branch
from
August 14, 2026 01:40
ebb6f70 to
f92817c
Compare
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
isaaclombardssw
force-pushed
the
isaac/serve-markdown-to-ai-agents
branch
from
August 14, 2026 01:46
f92817c to
bf5cd33
Compare
Contributor
|
Howzit @isaaclombardssw, This PR has been here a while. Did you know you should avoid merge debt?
Thanks! |
tiagov8
approved these changes
Aug 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✏️ Building the AI Search Readiness tool for tina.io. It checks whether a site serves Markdown to agents and had no SSW rule to link to. Pairs with #13167.
✏️ New rule at
/serve-markdown-to-ai-agentscovering:Accept: text/markdown, with a request/response example. Cloudflare measured up to 80% fewer tokens than the HTML equivalentVary: Acceptas mandatory, since without it a CDN can cache the Markdown response and serve plain text to real visitors.mdURL fallback, because only Claude Code, OpenCode and Cursor send the header by default todayllms.txt, which is one index file rather than per-page deliverycurlone-liner to check your own siteAdded to Rules to Better Google Rankings and SEO, and cross-linked with the existing Do you optimize your content for AI answers? rule. No overlap: that rule covers how to write content, this one covers how to deliver it.
Sources cited in the rule: Cloudflare Markdown for agents, Cloudflare Agent Readiness score, RFC 9110.
Validators run locally and passing: frontmatter, check-mdx, category-sync, lint-urls.
✏️ n/a
🤖 Generated with Claude Code