I wrote the standard for making websites AI-operable. Learn More

OARS Practitioner Course
Level 0 · Step 5 of 5

Course / Level 0 · Reachable / Step 5

Level 0 · Reachable

Recap

What changed, why it matters, and how to package this level into a service you can sell.


6 minLevel recap

That’s Level 0. Before we climb, a quick look back — what you changed, what it actually means, and why it matters — and then the part that turns it into income: how to sell this as a service.

What you covered

Across this level, you took a site from “maybe an agent can use it” to a solid, reachable foundation:

  • Transport security — HTTPS everywhere, a valid certificate, and TLS 1.2 or better — the non-negotiable entry condition for any agent traffic.
  • Availability & performance — Real uptime and Core Web Vitals that hold up under non-browser clients, so agents don't give up mid-request.
  • Baseline security headers — The minimal hardening headers that signal a competently-run origin without breaking machine clients.
  • Don't block the agent path — CORS support, and making sure CAPTCHAs and JS challenges don't categorically lock verified agents out.

Individually, none of these are dramatic. Together, they’re the difference between a site an agent can rely on and one it quietly gives up on.

Before vs after

It helps to picture the same site through an agent’s eyes, on either side of this work.

Before: some pages still answer over plain HTTP, the certificate is old or weak TLS is allowed, the server is slow or occasionally down, the real content only appears once JavaScript runs, and a stray CAPTCHA or “checking your browser” screen blocks anything that isn’t a person. To an agent, that site is unpredictable — sometimes unreachable, sometimes empty, sometimes untrusted. So it gives up and moves on.

After: every request lands on valid HTTPS with modern TLS and HSTS, the site stays up and answers quickly, its real content ships in the HTML, baseline security headers are in place, and legitimate agents have a clean, non-interactive path in. To an agent, the site is now a dependable front door — the precondition for everything above it.

Note

This is why Level 0 is the floor, not a feature. Discoverability, structured data, an MCP server — none of it counts if an agent can’t open a trustworthy connection first.

Why it matters

Two reasons, one technical and one commercial.

Technically, Level 0 is load-bearing. Every later level assumes a reachable, secure origin; skip it and the work above sits on sand.

Commercially, it’s the easiest “yes” you’ll ever sell. It’s fast, low-risk, and the result is visible — which makes it the perfect way to start a relationship that grows into the bigger work.

Package & sell it as a service

Nobody buys “HSTS headers.” They buy an outcome you can say in one breath: their website is findable by AI and safe to be found. That’s the language to lead with — the config is how you deliver it, not what you name it.

Productize it so a prospect can say yes without a custom quote:

  1. Name it. Something plain, like “Agent-Ready Foundations” or “Website Readiness Check.” The buyer often isn’t technical — skip the jargon.
  2. Scope it. The full Level 0 pass on one site: valid HTTPS with force-redirects, modern TLS and HSTS, an uptime and speed check, baseline security headers, and an agent-access pass so nothing blocks legitimate agents.
  3. Deliver it. The changes made, plus a short before/after readout — ideally the OARS scanner score climbing — on one page they can keep.
  4. Timebox it. “Done within a week.” The hands-on work is an hour or two; the calendar promise is what they remember.

Price it as a flat fee, not hourly. Hourly punishes you for getting fast, and an open meter is harder to approve. A standalone Level 0 pass for a small-business site commonly lands in the $300–$750 range — anchor on the value of a safe, findable site, not the hours.

Pro / agency note

Better still, don’t sell it alone. Make Level 0 the paid first milestone of a larger OARS engagement, or a low-priced “readiness check” that leads into the audit. The goal isn’t the $500 — it’s the relationship it opens.

When you reach out, lead with a worry the client already half-feels, then offer the smallest possible first step:

Tip

A first-message template you can adapt:

“Quick one — I checked [site] and it’s missing a couple of basics that decide whether AI tools and search can even reach you properly. It’s a fast fix. Want me to run a Readiness Check and send you the before/after? Flat fee, done this week.”

It’s specific, low-commitment, and ends with an easy yes. You’re not selling a transformation — you’re offering to prove value cheaply, and earning the right to the bigger conversation.

Recap

  • Level 0 turns an unpredictable site into a dependable front door for agents.
  • It’s load-bearing — every later level assumes it’s done.
  • Sell the outcome (“findable and safe for AI”), productized at a flat fee.
  • Use it as the low-risk first step that opens the door to Levels 1–3.

Foundation set — build and business both. Next up is Level 1, where we make sure agents can actually find you.