AEO services: what should exist when it is finished

Judge AEO services by what physically exists at the end. If the deliverable list is a slide deck and a score, you bought a report; if it includes a change to what your server sends, you bought the work.

Read the quickstartTwo lines of middleware. Free tier is 1,000 agent visits a month.

Your business

Products, services and policies

What is missing

Details a customer needs

A clearer answer

Information you can publish

The deliverables worth asking for

Everything below is checkable by you after the fact, which is the point. A deliverable you cannot verify without the vendor is not a deliverable.

DeliverableHow to verify it landedYours after they leave?
A baseline score per templateRe-run the scan yourself and compareYes, it is a number you hold
A written bot and CDN rule decisionRead the configYes
Content negotiation in your stackOne curl with an Accept headerYes, if it is your middleware
Structured data that matches the proseDiff the two on any pageYes
Fact-position changes per templateCharacter offset of the first factYes
A miss log and a ranked backlogIt should be a list you can sortOnly if the log is on your server
A monthly reportAsk which log it readsNo, it ends with the retainer

What you can produce yourself, free

Four of the seven rows above are free to produce with public tooling, which changes what the engagement should be worth rather than whether it is worth having.

  • The baseline. The scan needs no account, and the spec is published so the number is checkable rather than proprietary.
  • The bot-rule decision. An hour reading robots.txt and your CDN rules and asking whether you would write each line today.
  • Content negotiation. Two lines of middleware. Free, unmetered, self-hostable, with no plan concept at the edge.
  • The miss log. It comes from your own server once the gateway is running, which is also what makes it survive any vendor change.
Verify the serving change yourself
curl -s -H 'Accept: text/markdown' https://example.com/page | head -20
curl -s https://example.com/page | wc -c

What is genuinely worth paying for

Two things, and neither is the technical setup. The first is judgement about your templates: knowing which facts a buyer in your category actually asks for, and restructuring pages around them. The second is writing, because answering real questions well is a skill and most teams do not have spare capacity for it.

Everything else in an AEO proposal is either a config change or a report. Both are fine to buy if you are short of time. Neither should be the bulk of a recurring retainer.

What this does not do

Frequently asked questions

What do AEO services include?

Usually a baseline audit, a bot and CDN rule review, a serving-layer change, structured data corrections, page restructuring and ongoing reporting. Four of those are one-time and covered by free tooling.

How do I verify AEO work was actually done?

Request one of your pages with Accept: text/markdown and look at what comes back, then re-run the readability scan and compare against the baseline. Both checks are free and neither needs the vendor.

Should the serving change live on my infrastructure?

Yes, wherever possible. Middleware you own keeps working after the engagement ends; a vendor-hosted rewrite layer stops when the contract does, and takes your results with it.

Can AEO services guarantee AI mentions?

No. Assistants are not deterministic and no vendor controls their output, so a guaranteed mention is not deliverable at any price by anyone.