Technical GEO
A technical SEO and GEO audit checks whether your site is ready for AI retrieval
A technical SEO/GEO audit checks whether retrieval systems can reach and read your pages: access, indexability, structure, freshness, links, rendering and lab performance. Readiness is not a citation forecast; that also depends on relevance, sources, platform behavior and repeated observation.
Why the technical layer comes first
When an AI system uses live web retrieval, it can only use pages its retrieval path can access and process. If a relevant crawler is blocked, or a non-rendering fetcher receives an empty shell, that route cannot use the page. A technical audit checks those prerequisites.
It is important to be precise about what this layer is and is not. A clean, crawlable site removes obstacles; it does not create a citation entitlement. AI systems may rely on an index, a search bot, a user-directed fetch, cached material or training data, and each platform selects sources differently. Treat the audit as a readiness check, not a forecast of citation or growth.
What an AI crawler actually sees
Two facts surprise most teams.
First, crawler capabilities differ. Vercel’s network study found no JavaScript execution in more than half a billion GPTBot requests. Googlebot, which supplies Google Search and its AI features, can render crawlable JavaScript. Putting critical copy in the initial HTML is therefore the safest cross-platform baseline, not proof that every AI crawler behaves identically.
Second, bot names describe different purposes. OAI-SearchBot controls inclusion in ChatGPT Search; ChatGPT-User handles user-initiated visits and is not the Search-inclusion control; GPTBot is for training. Anthropic similarly documents Claude-SearchBot for search, Claude-User for user-directed retrieval and ClaudeBot for model development. Google Search, including AI Overviews, uses Googlebot; Google-Extended controls training and grounding in other Gemini systems and does not control Search inclusion. A correct robots.txt can still be undermined by a CDN or firewall that rejects the request.
What Suparanku checks
The audit looks at your site the way these crawlers and answer engines do — once across the whole domain, and again page by page. Rather than list every single check, here are the groups it covers:
- Access for AI. HTTPS works,
robots.txtis sane, retrieval and citation bots are allowed, and a sitemap exists. This is the gate everything else depends on. - Indexability. Each page returns a real 200 response, isn’t accidentally set to
noindex, declares a sensible canonical, and is listed in your sitemap. - Structure and meaning. One clear H1, a useful title and description, readable URLs, and structured data that matches visible facts. Google says structured data is not required for its generative Search features; it remains useful for conventional rich results and machine-readable facts.
- Freshness. Accurate publication and modification dates, and no stale year left in a title. These checks expose maintenance problems; they do not promise preferential citation.
- Links and internal graph. No broken or redirecting outbound links, and no important page left orphaned or buried many clicks deep where crawlers struggle to reach it.
- Rendering and performance. A deeper pass renders the page and runs Lighthouse. Lighthouse produces controlled lab diagnostics, not real-user Core Web Vitals; field data such as CrUX or RUM is the source for real-user performance.
Every page and the whole site get a 0–100 readiness score (SRPS). The deeper pass adds SRPS+ and PERF, where PERF summarizes Lighthouse lab performance. These are diagnostic scores, not citation probabilities.
From a red flag to a finished fix
A score on its own changes nothing. Deterministic technical findings with a defined remediation include implementation guidance: the affected scope, steps, an artifact where appropriate — such as a robots.txt rule or corrected meta tag — and acceptance criteria. Some content-oriented deep findings require an on-demand generated brief instead. Informational or manually verified checks do not all produce a ready brief.
The implementation guidance can be handed to a developer or copied into a ticket. A compatible external agent may also retrieve it over MCP; what that agent can change or deploy depends on the client, credential scopes, role and connected tooling. After a fix ships, a new audit observes whether the same check now passes. That closes the technical finding, but it does not prove that the fix caused a later citation change.
The first step, not the finish line
A technical audit establishes whether retrieval paths can access and parse the site. The rest of AI Representation Management is a broader closed loop: business context, repeated measurement, PLAYBOOK-versioned recommendations, customer-published work, tracked URLs and re-measurement. The audit supports that loop; it does not predict its outcome.
Related terms: GEO, AI crawler
Sources
- Vercel, "The rise of the AI crawler"
- OpenAI, "Overview of OpenAI Crawlers"
- Anthropic Help Center, "Does Anthropic crawl data from the web?"
- Google Search Central, "AI features and your website"
- Google Search Central, "Google's common crawlers"
- Google Search Central, "Introduction to robots.txt"
- web.dev, "Why lab and field data can be different"