AI SEO services: what belongs in the scope

AI SEO services is a phrase, not a scope. Here is the itemised version, so you can price each line, keep the ones worth paying for, and stop paying for the ones that take an afternoon.

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

Conversion lift, AI-referred visitors vs search
~38%
Cyber Week 2025 retail data
Content negotiation vs llms.txt, accurate retrieval
~4.2x
300k-domain study, mid-2026

The scope, itemised

Proposals vary in wording far more than in content. Nearly all of them are some subset of the following, and separating them is what lets you tell a fair price from a padded one.

Line itemShapeWorth paying for?
Readability or agent auditOne-timeThe scan is free; pay only for interpretation
Bot and CDN rule reviewOne-time, an hourRarely. It is a config review
Content negotiation setupOne-time, middlewareNo. The SDK is free and self-hostable
Structured data correctionsOne-time, then maintenanceSometimes, if your templates are messy
Fact-position restructuringPer templateYes, if you lack front-end time
Content that answers real questionsOngoingYes. This is the durable half
Answer or mention monitoringOngoing subscriptionOnly after the technical half is done
Monthly reportingOngoingOnly if it reads your server logs, not analytics

Three of those eight are one-time technical changes that the free tooling covers end to end. If a monthly retainer is mostly those, you are renting something you already own.

The part that costs nothing

The scan needs no account. The gateway SDK is free, unmetered and self-hostable, and the command-line scanner ships zero telemetry, so an audit can run entirely on your own machine without a URL leaving it.

middleware.ts
import { gateway } from '@rebilder/gateway'

export default gateway({
  source: { kind: 'document', resolve: myPages },
})

Insist on a baseline before anything starts

The most common way one of these engagements ends badly is that nobody measured the start, so nobody can prove the finish. Two numbers taken beforehand fix it, and both are free.

  1. A readability score per template, from a published deterministic spec, so the same page scores the same unless it changed.
  2. The raw response an agent receives, saved. Bytes and first-fact offset are the two figures that move first when the work is real.
  3. Then agree what reporting will read. If the answer for the agent half is a page-view tool, change it now: agent fetches fire no beacon and will never appear there. The referred half is different; the free Rebilder Tag counts AI-referred visitors with one pasted line, and the server log covers the rest.

What this does not do

Frequently asked questions

What are AI SEO services?

A bundle covering how your site is served to AI agents and what content it offers them. In practice it is some subset of eight line items, three of which are one-time technical changes that free tooling covers completely.

How much do AI SEO services cost?

It varies far more than the work does, which is why the itemised list matters. Price each line separately: the technical items should be close to free, and the content items should cost what good writing costs.

What should I do before getting quotes?

Scan a page of each template and save the numbers. Walking into the conversation with your own baseline changes it completely, and it costs nothing.

Can I do AI SEO myself?

The technical half, almost certainly: it is middleware plus a config review. The content half depends on whether you have people who can write answers to the questions your customers actually ask.