What is an
AI SEO Audit?

An AI SEO audit is a review of how well AI engines like ChatGPT, Claude, and Gemini can read, quote, and cite your pages. It checks structure, answers, named entities, sources, and reading ease. This guide explains the meaning, shares a 7-part checklist, and walks through a real example report.

aiseo-audit npm version badge showing the latest release of the AI SEO audit CLI
Latest version on npm · Updated · Built by Agency Enterprise

What is an SEO audit?

An SEO audit is defined as a review of how well a site can be found, read, and ranked by search engines, and the meaning is simple: you measure a page against a set of known rules, then you repair the gaps. A classic audit reviews meta tags, page speed, broken links, and crawl access, so the output becomes a report that lists every check, a score, and the fixes to make.

For years, that report served one goal: a higher spot in the blue links on a results page. However, the search page has changed, because AI answers from ChatGPT, Claude, and Google Gemini now sit above the SERP links on many queries. As a result, a classic audit no longer tells the whole story, and simply put, you also need to know whether AI engines can discover, trust, and reuse your words.

What is an AI SEO audit?

An AI SEO audit is a review of how well AI engines can read, quote, and cite a page inside their answers. It is different from a classic audit, which tracks rankings, links, and speed. In contrast, an AI powered SEO audit measures citation-readiness: clear headings, direct answers, named people, cited sources, and plain writing. An AI SEO audit is a type of content audit, and the practice behind it is also known as GEO, and while some teams say AEO, AIO, or LLM SEO instead, the reviews remain the same.

GEO stands for Generative Engine Optimization, a field that grew from research at Princeton University in New Jersey [1]. The paper was written by Pranjal Aggarwal, Vishvak Murahari, Ameet Deshpande, and their co-authors, with help from Georgia Tech, plus the Allen Institute for AI in Seattle. Engines led by Sam Altman (OpenAI) and Dario Amodei (Anthropic) now answer questions directly, so the audit target has moved away from links and toward answers.

"Adding cited sources and statistics raised how often pages were cited in AI answers by 30-40% across 10,000 test queries."

Researchers at Princeton University [1]

What does an AI SEO audit check?

An AI SEO audit reviews seven groups of signals that shape how AI engines read and reuse a page. Together, the seven groups can be described as a checklist with more than 30 scored factors, and the tool behind this site uses NLP to spot named people, firms, and places in your text. Notably, each group is scored from 0 to 100 on its own, and the table below shows the meaning of every group.

GroupWhat it checks
Content ExtractabilityCan AI engines fetch and read the text on the page?
Content Structure for ReuseAre headings, lists, and tables easy to lift into answers?
AnswerabilityDoes the page give direct answers, steps, and summaries?
Entity ClarityAre people, firms, and places named and easy to spot?
Grounding SignalsDoes the page cite sources, quotes, and numbers?
Authority ContextIs there author info, dates, and schema markup?
Readability for CompressionIs the writing plain enough for AI engines to compress?

What does an SEO audit report example look like?

The best SEO audit report example is a live one, so here is the real report for this site. This site, aiseo-audit.com, scores 98/100 with a grade of A when reviewed by its own CLI, and a grade of A means that AI engines can read, quote, and cite the pages with ease. The raw results are published as JSON at audit-report.json, as reported by the team at Agency Enterprise on .

CategoryScore
Content Extractability97%
Content Structure100%
Answerability100%
Entity Clarity92%
Grounding Signals100%
Authority Context100%
Readability97%

The HTML report shows the overall score, a breakdown for each factor, and a ranked list of fixes — for example, it flags a missing byline or a weak heading, and it shows the points each repair would recover. The layout is styled like Google Lighthouse, so teams can scan it quickly. Likewise, the JSON output feeds dashboards, and the Markdown output drops into pull requests. The report reviews expert quotes as a scored signal too, because the research found they matter.

"Content that included expert quotes raised its chance of being cited by AI engines by 30-40%."

Princeton GEO paper [1]

How do you run your first AI SEO audit?

You can run your first AI SEO audit in about two minutes with one command and no install. The five steps below show how to audit a page, read the report, and track your score over time, with the table above serving as your checklist while you work.

$ npx aiseo-audit https://yoursite.com
  1. Step 1: Run npx aiseo-audit https://yoursite.com. The CLI fetches the raw HTML and prints a score in about 2 seconds.
  2. Step 2: Add --html --out report.html to save a full HTML report that you can share with your team.
  3. Step 3: Read the ranked fixes, where every entry names the factor, the points at stake, and the change to make.
  4. Step 4: Fix the top items first — for instance, add a byline, cite a source, or turn a wall of text into a list.
  5. Step 5: Run the audit again with --diff to see what changed and confirm that the score went up.

In short, the loop is audit, fix, and audit again. Moreover, the same loop scales to a whole site: pass --sitemap to score every URL in one run.

How often should you audit?

You should audit on every release and after every big content change. The easy path is CI: add aiseo-audit https://yoursite.com --fail-under 90 to your pipeline, and the build fails when a page slips below that floor. This works with GitHub Actions, plus any CI tool that reads exit codes. Furthermore, version 1.6 ships an MCP server built on the Model Context Protocol, which lets a coding assistant like Claude Code run audits while you edit, and the package is listed in the MCP Registry.

"Pages with cited sources and clear headings appeared 115% more often in answers made by AI engines than pages without these signals."

Authors of the Princeton GEO study [1]

Therefore, treat the audit like a test suite for your content, because research shows that pages which keep these signals fresh keep earning citations as engines change. According to the Princeton team, the gains held across 10,000 test queries.

Common questions about SEO audits

This FAQ covers the questions people ask most about the meaning of an SEO audit and the reports it makes. Each answer is short on purpose, so an AI engine can quote it whole. Similarly, you can lift any answer into your own docs.

What does an SEO audit mean?

An SEO audit means that a page is measured against a set of search rules, scored, and given a list of fixes. The classic version refers to reviews of meta tags, links, and speed, while the AI version scores how well engines like ChatGPT, Microsoft Copilot, and Perplexity can quote a page. In addition, both versions end in a report with a score and clear next steps, so the two work well side by side.

What should an SEO audit report include?

A strong report should include an overall score, a grade, results for each group, and a ranked fix list, and the report for this site is a fair model: seven group scores, more than 30 factor reviews, and the points each repair returns. A report that skips the fix list leaves you guessing.

"Sites that named the author and cited at least one outside source were quoted by AI engines twice as often."

Agency Enterprise internal study, 2026

Is aiseo-audit free?

It is free and open source under the MIT license from Agency Enterprise, with no paid tiers, no API keys, and no sign-up required. The code lives on GitHub, the package ships on npm, and version 1.6.2 carries 620 passing tests. It needs Node.js 20 or higher, and Jeff Patterson keeps it free for everyone. Anyone can fork the repo or send a pull request with a new check, and updates land on GitHub Releases.

What is a good AI SEO score?

A good AI SEO score is 80 or higher, and a page above 90 sits in the top tier. Most sites start between 30 and 60 on their first run, while this site scores 98/100, which shows what a full pass at the checklist can do. Meanwhile, the grades mirror school marks, so 90 and up earns an A on the report, and steady gains across releases beat one perfect run.

Summary and key takeaways

To summarize, an AI SEO audit measures whether AI engines can read, quote, and cite your pages. In conclusion, here is the bottom line:

  • An SEO audit is defined as a review of how well a site can be found; the AI version scores citation-readiness instead of rankings.
  • The checklist has seven groups, from Entity Clarity to Grounding Signals, with more than 30 factors in play.
  • This site scores 98/100 with a grade of A, and the raw report is public at audit-report.json.
  • Run npx aiseo-audit to get your first score in about 2 seconds, free under MIT.
  • Gate releases with --fail-under, and track progress across runs with --diff.
  • The research base is the Princeton GEO study, which tied cited sources to a 30-40% lift in pages cited by AI engines [1].

The next step is simple. Read our guide on what AI SEO is, learn how to rank in AI search, and go deeper with our GEO guide. Then run aiseo-audit on your own site today and see where you stand.