# DOP 363: Is Your Website Agent-Ready? Page: https://stenobird.com/podcast/devops-paradox/dop-363-is-your-website-agent-ready Text version: https://stenobird.com/podcast/devops-paradox/dop-363-is-your-website-agent-ready.md Podcast: [DevOps Paradox](https://stenobird.com/podcast/devops-paradox) Published: 2026-08-12T10:00:00+00:00 Episode link: https://www.devopsparadox.com/episodes/is-your-website-agent-ready-363/ Audio file: https://dts.podtrac.com/redirect.mp3/traffic.libsyn.com/secure/devopsparadox/dop363-is-your-website-agent-ready.mp3?dest-id=1254752 Processing state: not_requested JSON: https://stenobird.com/v1/public/podcasts/devops-paradox/episodes/dop-363-is-your-website-agent-ready Duration seconds: 2664 ## Resource #363: Three waves of the web, and you are late for the third one. The 90s were about getting a browser to render your page at all. The early 2000s were about SEO, or as Darin puts it, sell me all the ads ready. Now it is agent ready, and Cloudflare built a scoreboard for it at [isitagentready.com](https://isitagentready.com/). The devopsparadox.com site scored about 70 out of 100 and then went down when Cloudflare added new checks. Run yours. You will be sad. Viktor thinks the framing is slightly off, though, and the correction is the good part. Optimizing for agents that browse your site is aiming at the wrong thing, because most requests never touch your server. Agent asks the model, model answers, agent shows you. So the target is not the crawler, it is the training data - and if the model does go looking, the question becomes whether you are the first answer or one of the five sites it was told to go analyze. Same game as Google. Different index. It is not Google index anymore, it is model training now. Then the practical part. Five things Cloudflare scores you on: discoverability, content, bot access control, API, Auth, MCP & Skill Discovery, and Commerce. Content accessibility is where most of you are losing, because agents want Markdown and you are serving them a pile of HTML tags to strip. Both DOP and Viktor's site are Hugo, so the Markdown is already sitting on disk next to the HTML - serve one or the other based on what the request asks for. Almost no effort. If you are still shipping a JavaScript-rendered site, Darin says it is game over, and humans do not like those either. On the blocking side, both of them are baffled by the same thing: if you do not want agents reading it, do not publish it. robots.txt is a suggestion at best. If you really want to bloc… ## Actions - request_transcript: `POST https://stenobird.com/v1/public/podcasts/devops-paradox/episodes/dop-363-is-your-website-agent-ready/transcription-requests` — Idempotently request low-priority transcript generation for this episode. - read_markdown: `GET https://stenobird.com/podcast/devops-paradox/dop-363-is-your-website-agent-ready.md` — Read the agent-friendly Markdown representation of this episode resource. A page view does not enqueue transcription. Agents should invoke `request_transcript` explicitly when they need this episode processed. ## Transcript Full transcripts are not published on public pages unless there is a clear rights basis.