A page can be perfectly written and still be unreadable to an AI crawler
Gumshoe fetches your page, runs its coded assessments against it, and hands you the specific changes that make it readable.
What the Technical GEO Audit assesses
Crawlability
Can AI crawlers reach your pages? robots.txt checked against named AI and search agents, plus meta robots and X-Robots-Tag noindex, plus the HTTP status.
Fetch health
If your page can't be fetched cleanly, that's the finding. A bot wall, an error response, a redirect to the homepage, or a near-empty body stops the audit and gets reported instead of a score.
Fetched cleanly
the audit runs and returns a score
Otherwise, reported instead of a score
Structured Data
Is there JSON-LD, and does every block parse? Plus the metadata a model reads to classify your page: canonical, title, OpenGraph, Twitter card, published date.
<script type="application/ld+json">
{ "@context": "https://schema.org", ... }
<script type="application/ld+json">
{ "name": "Acme", "url": , }
Every block has to parse. One broken block is a finding.
Page Structure
Is your content easy to lift into an answer? One h1 and no skipped heading levels, main content volume against the markup around it, and a main or article landmark.
Answer
What the audit gives you
Summary Score
A score, the reasoning behind it, and the strengths and gaps that produced it.
Very Good
Crawlable and structurally sound, but under-signaled where answer engines preview and attribute the page.
Strengths
- Returns 200 and is indexable
- Valid JSON-LD is present
Gaps
- No Open Graph title or image
- Very little text relative to markup
Component Breakdown
Every assessment grouped into its category, each with a score and a pass or fail count.
Machine Readability & Data Layer up to 60% of score
71
7 pass · 2 fail · 1 not applicable
Content Clarity & Answer-Readiness up to 27% of score
84
5 pass · 1 fail · 0 not applicable
Authority & Trust Signals up to 9% of score
45
1 pass · 1 fail · 0 not applicable
Multimodal & Agent Optimization up to 4% of score
90
1 pass · 0 fail · 1 not applicable
Assessments
Open an assessment and it shows what it looked for, how to fix it, and the evidence.
Open Graph essentials
Fail- Why it matters
- Answer engines use these fields to preview and attribute the page.
- How to fix
- Add og:title, og:type, og:image and og:url to the head.
Evidence
<meta property="og:title"> not found Canonical tag
PassPoints at this URL, so the models converge on one version.
How you use it
Point it at a page
Paste a URL and the audit runs against that one page. Start with the pages AI is most likely to draw on when it describes you: home, pricing, product, comparisons.
Assessments run in code
Every assessment runs against the fetched page in code, so the score is repeatable rather than a model's opinion. The written summary sitting on top of it is AI-generated.
Findings with evidence
Each finding names what the assessment looked for, what it found, and the change that fixes it. The evidence is what the fetch actually returned, so nothing rests on taking the score at its word.
Fix, then run it again
Ship the change and re-run the audit. The score moves with the page, and the audit carries the latest run and the date it ran, so progress is easy to track.
71
before
84
after the fix
Questions about the Technical GEO Audit
What does the Technical GEO Audit actually check?
Why might the score move between runs?
How is this different from a technical SEO audit?
Are all the assessments weighted the same?
Which crawlers do you check?
Which pages should I audit first?
How many audits do I get?
How is it different from the Content Audit?
Find out what AI can't see.
Run the Technical GEO Audit on your most important page and get every finding back with the evidence behind it.