SEOMethodology15 min readPublished August 2, 2026

One scoped prompt · four ask-categories · minutes-long agentic loop · honest blind spots

One Prompt, One Site Audit: Deep Research Done Right

Deep-research modes run multi-step, multi-source agentic loops — a structurally different process from a single chat turn. Scoped with one careful prompt, that loop can produce a genuinely useful whole-site audit. This is the method we use: the scope-widening opener, the four ask-categories, and an honest map of what the agent structurally cannot see.

DA
Digital Applied Team
Senior strategists · Published Aug 2, 2026
PublishedAug 2, 2026
Read time15 min
Sources12
Gemini research-time cap
60min
documented API maximum
most done in ~20
Search queries per run
~80
Gemini standard mode, per docs
~160 in Max mode
Token spend vs one chat turn
~15×
multi-agent research, Anthropic-reported
Auto-scoring vs human experts
72.56%
DeepResearch Bench alignment

A deep research site audit prompt is a different artifact from a chatbot question. Every major vendor now ships a deep-research mode — OpenAI, Anthropic, Google, Moonshot — and each one runs a multi-step agentic loop that plans sub-questions, issues dozens of searches, reads sources, and synthesizes a structured, cited report over minutes rather than seconds. Point that loop at a website instead of a research question and you get something close to a first-pass consultant's audit — if the prompt is scoped correctly.

That conditional is the whole story. In our own audit work we have found that an unscoped ask — "audit this website" — tends to collapse into a narrow technical-SEO checklist, because that is the shape of query these tools most resemble from their default examples. The fix is not a better model. It is a better prompt: one that explicitly widens scope past SEO, names four distinct ask-categories, demands URL-level evidence, and forces the agent to admit what it cannot measure.

This guide covers what deep-research modes actually are (with each vendor's documented operating envelope), the exact prompt structure we use, why explicit scoping should change the output shape, the blind spots no crawl can overcome, and how to read the resulting report critically. Every worked example uses an invented composite services website — no real audited company appears anywhere in this post.

Key takeaways
  1. 01
    Deep research is a different shape of work.These modes autonomously plan sub-questions, search, read, and synthesize over minutes — Google documents a 60-minute cap with most runs near 20, and Anthropic reports multi-agent research consuming roughly 15× the tokens of a normal chat turn.
  2. 02
    The prompt must widen scope explicitly.Our practice: open by licensing the agent to cover UX, intuitiveness, and information flow — not just SEO — then structure the ask into four categories. Without that opener, output tends to regress to a technical-SEO frame.
  3. 03
    Vendor docs give you a real operating envelope.Google documents ~80 search queries per standard run (~160 in Max mode) and 250K-900K input tokens; OpenAI documents multi-minute background runs with character-positioned citations. Plan the audit around those envelopes.
  4. 04
    The agent cannot see your data — by construction.Analytics, CRM and deal data, revenue per page, internal search logs, and support tickets live behind logins a crawl has no route into. Any priority ranking the agent produces is a plausible estimate to revalidate, not a measurement.
  5. 05
    Read the report as a hypothesis, not a verdict.DeepResearch Bench's own automated scoring agrees with expert human judgment only 72.56% of the time across its tasks — the clearest available evidence that a well-formed research report still needs a human reviewer with domain judgment.

01What Deep Research IsA structurally different shape of work.

A standard chat completion answers directly from one forward pass plus whatever a single search round returns. A deep-research run is a compound process. OpenAI's Deep Research API documentation describes a model that autonomously plans sub-questions, uses tools like web search and code execution, and produces a final structured response — with tasks that can take several minutes and a recommended background mode so clients don't time out. A 2025 academic survey of the field (arXiv: 2506.18096) defines these agents by dynamic reasoning, adaptive long-horizon planning, multi-hop retrieval, iterative tool use, and structured analytical reports — explicitly contrasting that compound process with static single-pass generation.

The performance gap is measurable, with caveats. OpenAI's own launch announcement reported 26.6% accuracy on Humanity's Last Exam — a hard, multi-hop research benchmark — versus roughly 10% for the best single-pass frontier models at the time (a vendor-run benchmark from early 2025, so treat the exact figures as OpenAI-reported). Anthropic's engineering write-up on its multi-agent research system reports that an orchestrated lead-plus-subagents setup outperformed a single-agent baseline by 90.2% on Anthropic's internal research eval, and traced 80% of the performance variance in the BrowseComp eval to token and effort spent. Those are internal, vendor-reported evals on general research tasks — not audit-specific tests — but the mechanism they quantify (dynamic follow-up, cross-source verification, adaptive planning) is exactly the mechanism a whole-site audit needs.

"Claude operates agentically, conducting multiple searches that build on each other while determining exactly what to investigate next."— Anthropic, Claude Research announcement, April 2025

That sentence, from Anthropic's Research feature announcement, is the cleanest vendor statement of why this matters for audits. A site audit is inherently multi-hop: you cannot judge a services page without also reading its siblings, the navigation that leads to it, and the competitors ranking beside it. A single chat turn structurally cannot do that follow-the-thread work. A deep-research loop is built for it.

02The LandscapeFour vendors, side by side.

The four major deep-research implementations differ in architecture, documented scale, and — critically for audit work — whether a human checkpoint sits between the prompt and the crawl. The table below compiles what each vendor's own documentation states, at the time of writing. It is a spec snapshot, not a ranking: the leading public benchmark we reviewed scored these tools on 2025-era model snapshots that have all since been superseded, and the models behind them change frequently.

Cross-vendor comparison of deep-research modes: architecture, documented run scale, citation mechanism, and whether a human checkpoint is documented before the research run executes.
Deep-research modeArchitectureDocumented run scaleCitation mechanismHuman checkpoint
As documented by each vendor at the time of writing — verify live docs before relying on any cell
OpenAI Deep Research (API)Single agentic loop — plans sub-questions, uses web search and code executionTasks "can take several minutes"; background mode recommended to avoid timeoutsStructured citations annotated with start/end character positions, title, and URLNone documented as required in the standard API path
Anthropic Claude ResearchAgentic multi-search; the related multi-agent system uses a lead agent spawning 3-5 parallel subagents plus a dedicated CitationAgent"Minutes" (vendor-stated); ~15× the tokens of a chat turn for multi-agent runs (Anthropic-reported); ~200K-token lead-agent context ceiling, with plans saved to memory near the limitA dedicated CitationAgent processes the final report to attach verifiable citationsNone documented as required in the standard flow
Google Deep Research Agent (API)Managed research agent over Google Search grounding60-minute maximum, most tasks within ~20 minutes; ~80 queries standard / ~160 in Max; ~250K-900K input tokens, 50-70% of them cache-servedNumbered inline citations tied to an auto-generated works cited list (app-level flow)Yes — the app flow writes a research plan the user confirms or edits before the crawl runs
Moonshot Kimi-ResearcherTrained end-to-end via reinforcement learning across full research trajectories, rather than a fixed multi-agent workflowAverage of ~23 reasoning steps and 200+ URLs explored per task (vendor-documented, 2025)Not documented in the sources we reviewed for this pieceNone documented

Two cells deserve emphasis. First, Google's numbers are the most concrete operating envelope any vendor publishes: per the Gemini API documentation, a standard run issues an estimated ~80 search queries and a Max run ~160 — which tells you roughly how many pages of a site a single audit run can genuinely visit. Second, Kimi-Researcher represents a genuinely different design philosophy — a single RL-trained trajectory rather than an orchestrated workflow — a useful reminder that "deep research" is a product category, not one architecture.

Cost tracks the loop, not the answer. These modes are metered on tokens, and a run that reads dozens of sources consumes multiples of a chat turn — Anthropic reports roughly 4× for single-agent research and ~15× for multi-agent. Independent testing in mid-2025 found real per-call costs for OpenAI's heavier deep-research model running into the tens of dollars on some queries — a dated, third-party figure we cite as historical context only; check the live pricing pages before budgeting. For a fuller product-level walkthrough of Google's flow, see our playbook for Deep Research Max mode — that post covers the product workflow; this one covers the prompt-and-deliverable method.

03The MethodThe prompt: one scoped ask, four categories.

Here is the method as we practice it. The audit prompt has two load-bearing parts: a scope-widening opener that licenses the agent to look beyond SEO, and four explicit ask-categories that structure what comes back. Everything else — evidence requirements, ranking, the closing top-ten list — hardens the deliverable. The same principle drives our argument that the brief is the product: the specification you write is the single biggest lever on what an agent produces.

Ask 01
Technical & crawl health
indexation · redirects · thin pages

The category the agent would cover anyway. Indexation state, redirect chains, duplicate and thin pages, structured data, externally observable speed signals. Keep it — just don't let it be the whole audit.

The default frame
Ask 02
Content quality & trust
proof · pricing · customer language

Pages that under-explain the service, missing proof elements (reviews, credentials, transparent pricing), and copy that talks about the company instead of the customer's problem.

Where audits earn revenue
Ask 03
Information architecture
grouping · depth · hub quality

How pages group and link, services buried more than two clicks deep, navigation labels that assume internal jargon, and category hubs that are thin link lists rather than genuine pages.

The structural layer
Ask 04
UX & intuitiveness
the scope-widening ask

What a first-time visitor trying to complete the site's core task would struggle with: forms, calls to action, mobile behavior, confusing flows. This is the category the agent skips unless explicitly licensed to cover it.

The de-biasing move
Illustrative example — not a client
The worked example below audits Example Home Services — a deliberately generic placeholder name on the reserved example.com domain, standing in for an invented composite multi-branch plumbing, electrical, and HVAC company. It is not a real business, and no detail in this post describes any real audited site or engagement. Replace the whole opening descriptor — company name, domain, and line of business — with your own when you use the prompt.
You are auditing the website of Example Home Services
(example.com), a multi-branch plumbing, electrical and
HVAC company. Act as a senior website consultant, not
an SEO tool: beyond search, you may and should also cover
UX, intuitiveness, information flow, and how convincing
the site is to a first-time visitor.

Crawl the site starting from the homepage and the XML
sitemap. Then report, in four parts:

1. TECHNICAL & CRAWL HEALTH — indexation, redirects,
   duplicate or thin pages, structured data, and page
   speed signals observable from the outside.
2. CONTENT QUALITY & TRUST — pages that under-explain
   the service, missing proof (reviews, credentials,
   pricing transparency), copy that talks about the
   company instead of the customer's problem.
3. INFORMATION ARCHITECTURE — how pages group and link;
   hub pages that are thin lists; services buried more
   than two clicks deep; navigation labels that assume
   internal jargon.
4. UX & INTUITIVENESS — what a first-time visitor trying
   to book a repair would struggle with: forms, calls to
   action, mobile behavior, anything confusing.

For every finding: name the exact URL(s), quote the
evidence you saw, and propose a concrete fix. Rank fixes
by expected impact — and state clearly that impact is
your estimate, because you cannot see analytics or
revenue data. End with the 10 changes you would make
first.

Three details matter more than they look. The opener — "act as a senior website consultant, not an SEO tool" — reframes the agent's role before any category is named. The evidence clause ("name the exact URL(s), quote the evidence you saw") converts vague observations into checkable claims, which is what makes the report verifiable at all. And the forced admission — "state clearly that impact is your estimate, because you cannot see analytics or revenue data" — bakes the tool's biggest limitation into its own deliverable, so nobody downstream mistakes a reasoned guess for a measured priority. If the audit surfaces structural findings — a slate of missing pages, weak topic grouping — pair the report with topic-cluster architecture when planning the rebuild.

04The ArgumentWhy explicit scoping should change the output shape.

Be clear about the epistemic status of this claim: it describes our practice, and it cannot be independently benchmarked, because it comes from private audit work. But the reasoning is straightforward, and two public facts support it.

First, the reasoning. None of the four vendors' documentation reviewed for this piece offers audit-specific prompting guidance — every documented example is a research or fact-finding task. A tool whose defaults are shaped by research-style queries, pointed at a website, will gravitate toward the website-shaped query it knows best: a technical-SEO inspection. That is not a capability failure; the same agent reasons perfectly well about form friction or confusing navigation when asked. It is a scoping failure. The instruction "you may and should also cover UX, intuitiveness, and information flow" exists to overwrite the default frame before it sets.

Second, the supporting evidence. Google's app-level Deep Research flow makes planning a mandatory, user-visible step: the agent writes out its research plan and waits for you to confirm or edit it before any crawl runs. That design choice is a vendor telling you, in product form, that what the agent decides to investigate is determined up front and is worth a human checkpoint — in other words, that scope set at prompt time shapes everything downstream. Anthropic's finding that token and effort spent explains 80% of performance variance in its BrowseComp eval points the same direction: where the agent spends its effort budget is the outcome — and the prompt is what allocates it.

The core claim, honestly stated
We cannot prove the scope-widening opener changes output shape with a public benchmark — the engagements it comes from are private. What we can say: it is our practice, it is cheap to adopt, the failure mode it guards against (a narrow crawl checklist wearing an audit's clothes) is one you can verify in your own runs, and Gemini's mandatory plan-confirmation step is independent evidence that explicit scoping changes what an agent goes and does.

05Structural LimitsWhat the agent cannot see.

This is the section to hand to anyone who wants to treat an AI-generated audit as final. The limits below are not model weaknesses that the next release fixes — they are consequences of how crawling works.

Start with the crawl itself. Reporting from SALT.agency documents that AI crawlers including GPTBot, Claude-Web, and PerplexityBot do not execute JavaScript — they read the initial server-delivered HTML only. On a client-rendered site, content injected in the browser is invisible to most AI agents outright. Sitemaps have their own mechanics: per Search Engine Land's sitemap guide, the protocol caps a single file at 50,000 URLs / 50MB; standard sitemap best-practice guidance separately excludes noindex pages, error URLs, and orphan (unlinked) pages. A sitemap entry is a claim by the site owner about what exists — not a validated snapshot of what the page contains.

Then the part that follows by construction, which we present as reasoned analysis rather than a sourced quote: your analytics, CRM and deal data, revenue per page, internal search logs, and support-ticket volume all live in systems a public crawl has no access route into. They are login-gated, unlinked from any public URL, or not web-exposed at all. Professional information architecture practice also relies on live-participant methods — card sorting and tree testing — that reveal users' actual mental models; a crawl of page content cannot substitute for either. The table below makes the boundary concrete.

What a deep-research site audit can and cannot see: each input, whether a sitemap-driven crawl agent can observe it, why, and what to do instead.
InputVisible to the crawl?WhyWhat to do instead
Site-side inputs — visibility varies
Page content & copyYesThe crawl's native input — server-delivered HTMLSpot-check the agent quoted real text, not a paraphrase
Internal link structurePartialOnly links present in the HTML of pages the run actually visitedConfirm coverage against the query budget (~80-160 on Gemini's documented runs)
Sitemap-listed URLsPartialA sitemap asserts URLs exist; it does not validate content, and files cap at 50,000 URLs / 50MBCheck the sitemap index is complete before trusting coverage
JS-rendered contentMostly noAI crawlers documented as reading initial HTML without executing JavaScriptServer-render critical content; verify with a JavaScript-off view
Orphan / unlinked pagesNoBest practice excludes orphans from sitemaps, and no link path reaches themDiff the CMS page list against crawled URLs yourself
Gated / authenticated areasNoPortals, dashboards, and staging sit behind logins with no crawl routeAudit gated flows manually or with an authenticated session
Never visible — bring the owner's data
Analytics (traffic, funnels)NoLives in a login-gated platform, not on any public pageJoin the agent's findings to your analytics before ranking fixes
CRM, deals & revenue per pageNoNot web-exposed at all — no crawl route exists by constructionMap audited pages to pipeline and revenue data internally
Internal search & support ticketsNoLogged inside private systems the crawl cannot reachMine both — they are your best test of the agent's guessed priorities
Users' real mental modelsNoCard sorting and tree testing require live participants, not page contentRun user research before committing to IA changes

One practical consequence: when the agent flags a category hub as weak, it is judging the page's content and links — it cannot know whether that hub converts. That diagnosis still tends to be directionally useful; we go deeper on the pattern in our diagnostic on thin category-hub pages. And for the mechanical layer the crawl does handle well, run a full technical SEO audit checklist alongside the judgment-heavy deliverable this method produces.

06VerificationReading the output critically.

How do you tell a genuine audit from a plausible-sounding one? The research community's own numbers are the best starting point. DeepResearch Bench — a 2025 preprint benchmark of 100 PhD-level research tasks across 22 fields, written by domain experts — scores deep-research agents on two axes: report quality (comprehensiveness, depth, instruction-following, readability) and citation trustworthiness. Its published results showed a meaningful spread across vendors at the time — evidence that deep-research modes are not interchangeable — though every model in that snapshot has since been superseded, so the specific standings are history, not guidance.

Two of its findings transfer directly to audit work. The benchmark scores citation volume and citation accuracy as separate axes — an agent can produce many citations or correct ones, and the two do not automatically travel together. And its automated scoring framework reached 72.56% overall alignment with expert human judgment across the benchmark's tasks — a direct admission that even the best current automated evaluation of research quality only roughly agrees with a human expert. If automated judges cannot fully grade these reports, neither can you skip the human review of one.

Benchmark scope
PhD-level tasks, 22 fields
100

DeepResearch Bench's task set is written by domain experts with PhDs or 5+ years' experience — the field's most cited shared yardstick for deep-research agents.

2025 preprint
Auto-eval ceiling
Alignment with human experts
72.56%

The benchmark's own automated scoring agrees with expert human judgment 72.56% of the time overall — the case for human sign-off on any AI-generated audit.

The review argument
Acted on bad output
Of surveyed enterprise AI users
47%

A 2025 Deloitte survey, as reported by Infomineo, found 47% of surveyed enterprise AI users had made at least one major business decision based on a hallucinated result during 2024.

Secondary-reported
"The AI system behaved as expected, producing output that was coherent, plausible, and authoritative in tone. The breakdown occurred in the mechanisms that were supposed to validate that output before it reached the client."— Infomineo, AI Hallucinations in Consulting, April 2026

That line, from Infomineo's analysis of AI errors in consulting deliverables, describes the exact failure mode an unverified AI audit invites — the output reads confident whether or not it is right. The same piece adds a subtler warning: "As consultants invest time and effort in prompting, refining, and shaping AI-generated output, the result increasingly feels validated through iteration." It isn't. Polishing a report is not the same as checking it. Frontier models still hallucinate at rates that are nowhere near zero, concentrated in exactly the long-horizon agent tasks an audit run is — our benchmarking of documented 2026 hallucination rates covers the numbers. Practically: spot-check a sample of the report's URL-level claims against the live site, verify quoted evidence is real text, and treat every unverifiable claim as unwritten.

One more lens: the audit's UX commentary should map onto recognized practice, not invented criteria. Nielsen Norman Group's ten usability heuristics — visibility of system status, error prevention, recognition over recall, and the rest — remain the standard expert-review checklist, and NN/g is explicit that they are broad rules of thumb rather than mechanical pass/fail tests. If the agent's UX findings rhyme with those heuristics, it is reasoning inside established practice; if they don't, ask why.

07OperationalizingFrom report to roadmap.

The deliverable this method produces is a first-pass consultant's report: cross-category findings with URL-level evidence and an explicitly estimated ranking. Getting from there to a roadmap is a data-join exercise. Take the agent's top-ten list, attach your analytics (does the flagged page actually get traffic?), your CRM (do the leads it should produce actually convert?), and your internal search and support logs (do users actually report this friction?) — then re-rank. In our experience the agent's list and the data-informed list overlap substantially but never perfectly, and the differences are where the real prioritization judgment lives.

The one-prompt audit is also one instrument among several — the skill is routing each job to the right one. This is the workflow we productize in our agentic SEO service; if you want the build-it-as-a-service angle instead, see packaging autonomous audits as a service.

First pass
One-prompt deep-research audit

Judgment-heavy, cross-category diagnosis in one run: technical, content, IA, and UX findings with URL-level evidence. The fastest honest first look a site can get — read as hypothesis, not verdict.

Start here
Mechanical layer
Dedicated crawler + checklist

Exhaustive error inventory — status codes, redirect chains, canonical conflicts, schema validation — at full-site scale a query-budgeted research run cannot match. Complements, never replaces, the judgment layer.

Run alongside
Validation layer
Real user research

Card sorting, tree testing, and session observation reveal actual user mental models — input no crawl-based agent can produce. Mandatory before committing to information-architecture changes.

Before IA changes
Prioritization layer
Owner's data joins

Analytics, CRM, revenue per page, internal search, support tickets. This is what converts the agent's estimated ranking into a defensible roadmap — and it only exists on your side of the login.

Before any roadmap

08ConclusionThe audit is a hypothesis generator.

The method in one breath

Scope it wide, demand evidence, and revalidate against data the agent will never see.

Deep-research modes turned a multi-hour manual first pass into a minutes-long agentic run — and the vendor documentation is unusually concrete about the machinery: documented run-time caps, query estimates, token envelopes, citation mechanics. What the documentation does not give you is the audit prompt. That part is method, and ours is deliberately simple: widen the scope past SEO before the default frame sets, structure the ask into four categories, require URL-level evidence, and force the agent to label its own ranking as an estimate.

The honest boundaries are what make the deliverable usable. The agent reads pages; it does not read your analytics, your CRM, your revenue, your search logs, or your users' minds — and automated evaluation of research output still only roughly agrees with human experts. So treat the report as the strongest hypothesis set you can buy for the price of one prompt, then do the distinctly human work: verify, join, re-rank.

Looking forward, we expect the vendors to keep publishing better operating envelopes and the agents to keep widening what a crawl can technically reach. The structural boundary will not move: first-party data lives behind logins, and user mental models live in users. The teams that get compounding value from this tooling will be the ones that build the revalidation habit now — while everyone else is still forwarding unread AI reports.

Get an audit you can actually act on

One prompt starts the audit. Judgment makes it worth acting on.

We run scoped deep-research audits, verify the findings against your analytics and CRM, and turn the survivors into a prioritized roadmap — senior judgment on top of agentic speed.

Free consultationExpert guidanceTailored solutions
What we work on

Audit-to-roadmap engagements

  • Scoped deep-research site audits — four ask-categories
  • Finding verification against the live site
  • Analytics + CRM data joins and re-ranking
  • Information-architecture and content roadmaps
  • Technical SEO remediation sprints
FAQ · Deep-research site audits

The questions we get every week.

A deep-research mode is an agentic loop, not a single model response. Per the vendors' own documentation, the agent plans sub-questions, issues many searches, reads sources, follows up on what it finds, and synthesizes a structured, cited report — OpenAI describes multi-minute background runs, Anthropic describes multiple searches that build on each other, and Google documents runs of up to 60 minutes issuing an estimated ~80 queries in standard mode. A chatbot turn answers from one pass plus at most a single search round. For a site audit, that difference is decisive: judging a page requires also reading its siblings, its navigation context, and its competitors — follow-the-thread work only a multi-step loop can do.