# [Generative engine optimization agency: how to brief one](https://rebilder.com/solutions/generative-engine-optimization-agency)

- **Updated:** 2026-09-10
- **Description:** Define a GEO engagement around useful content, source integration and measurable delivery. Agree scope, reporting and handover.

Give your GEO agency a brief tied to customer questions, accurate business information and measurable delivery. Rebilder provides the scan, serving and reporting tools to support the work.



## What you get

- A brief that specifies outcomes instead of activities
- The baseline to take before anyone starts
- Acceptance criteria you can check without the vendor
- The one clause that protects you if the engagement ends

## What the brief should specify

A useful brief names the desired result and its evidence. Define the source connections, page improvements and reporting the engagement will deliver.

1. **Name the templates in scope.** Not "the site". List the page kinds: product, category, location, article, service, FAQ.
2. **Require a baseline first.** A readability score per template against a published spec, taken before any change and handed to you as numbers.
3. **Specify the serving outcome.** `Accept: text/markdown` returns the page’s facts, and the response is a stated fraction of the HTML size.
4. **Specify fact position.** The first substantive fact appears within the first few lines rather than tens of thousands of characters in.
5. **Choose the operating model.** Agree on hosting, source access, exports, code ownership and ongoing maintenance.
6. Combine server-side request reporting with browser analytics. The gateway observes requests it handles; the Rebilder Tag records AI-referred visits and supported browser activity.

## The clause that protects you

Agree how the integration will operate after the engagement ends. For hosted services, cover export, migration and continued service; for self-hosted middleware, cover code ownership and maintenance.

> **This is possible because the tooling is free** The gateway SDK is free and self-hostable, and the readability specification is published. Agree who owns the integration, where it runs and how it will be maintained after the engagement.

Acceptance check, run it yourself

```bash
# Facts present, and dramatically smaller than the HTML?
curl -s -H 'Accept: text/markdown' https://example.com/page | head -20
curl -s https://example.com/page | wc -c

# And Googlebot still gets canonical HTML?
curl -s -A 'Googlebot' https://example.com/page | head -5
```

## Clarify measurement and responsibility

- **Define the result.** Separate delivered work from observed outcomes, and agree how performance will be measured and attributed.
- Keep sampled answer positions separate from search rankings. Document which prompts, models and dates were sampled, and report your own agent requests and referrals alongside them.
- **Competitor comparisons.** Use sourced, dated observations with a clear sampling method. Named editorial comparisons and verified index listings use distinct publication policies.
- Combine server-side request reporting with browser analytics. The gateway observes requests it handles; the Rebilder Tag records AI-referred visits and supported browser activity.

## What does a generative engine optimization agency do?

A technical half covering how your pages are served to AI agents, and an editorial half covering content that answers real questions. Both technical and editorial work need maintenance as sources, products and customer questions change.

## What should I put in a GEO brief?

Specify the source and page improvements, a starting baseline, the reporting method and ownership. Choose self-hosted or managed operation according to the business’s needs.

## How do I check the work was done?

Request a page with `Accept: text/markdown` and read what comes back, measure it against the raw HTML size, re-run the readability scan against the baseline, and confirm Googlebot still receives canonical HTML. All four are free.

## How should a GEO agency measure results?

Ask the agency to define the work, evidence and measurement window. Source selection remains with each assistant, so the agreement should distinguish delivery from observed outcomes.

## Are you a GEO agency?

Rebilder is a software platform for businesses and agencies. Use the free scan and self-hostable SDK, or contact us about setup and managed operations.

## Related

- [Generative engine optimization services](https://rebilder.com/solutions/generative-engine-optimization-services)
- [GEO vs SEO: what actually changes](https://rebilder.com/learn/geo-vs-seo)
- [AI SEO agency: what they do](https://rebilder.com/solutions/ai-seo-agency)
- [AEO services](https://rebilder.com/solutions/aeo-services)
- [The published readability spec](https://rebilder.com/spec/ars)