Skip to content
Metric VaultHelp Center
Open app

AI citation audit

Free public tool that scores whether a page carries the facts, author and trust signals that earn a named citation in an AI answer.

Last updated 2026-08-06

Summary#

The Free AI Citation Audit scores whether a page gives an answer engine something worth quoting and a reason to attribute it to you. It fetches the page, its robots.txt and its llms.txt, scores six weighted signals, and returns a 0-100 score with ranked fixes. It runs at /free-tools/ai-citation-audit with no account.

Purpose#

AI answers name their sources. Being named is different from being readable: a page can be perfectly crawlable and well structured and still be passed over because it contains nothing specific enough to quote, or because nothing on it says who wrote it or when.

This audit weights those two things heavily. Concrete facts are worth the most points in the set, and author plus date signals are close behind, because they are what separates a page an engine will attribute from one it will paraphrase anonymously.

Overview#

Three fetches run in parallel: the URL, /robots.txt and /llms.txt. Six checks are scored with fixed weights totalling 100.

Two checks are unique to this tool. Citable facts and data counts concrete numbers in the visible text: thousands separators, percentages, currency amounts, four-digit years and magnitude words such as million, billion, thousand and percent. Five or more matches passes. Author and trust signals requires both a named author signal and a machine-readable date.

Benefits#

  • Measures quotability rather than readability, which is the gap most content audits miss.
  • Counts your concrete facts and tells you how many it found.
  • Checks author and date together, because a citation needs both.
  • Runs on any public URL with no account and no credits.

Use Cases#

  • Turning a good article into a citable one. The fix list usually points at adding specifics rather than rewriting.
  • Auditing thought-leadership content. Opinion pieces score badly on citable facts, which is useful to know before you commission more of them.
  • Checking a byline template. If the author markup is missing site-wide, one run tells you.
  • Comparing with a rival that keeps getting cited. Run it on their page and count the difference in facts and trust signals.

Requirements#

A public URL returning HTML. Private, loopback and internal hosts are refused.

Permissions#

Anyone. No account, plan or role. A shared hourly fair-use limit applies per IP address across the free tools.

Cost#

Free. Zero credits.

metricvaultai.com → Free tools → AI Citation Audit

The page is at /free-tools/ai-citation-audit.

Inputs#

FieldLabel / placeholderRequiredValid valueNotes
URLexample.comYesA bare domain or a full URLhttps:// is added if omitted. Audit the article you want cited.

Helper line: No signup · No credit card · Tests the live page, robots.txt and llms.txt.

Step-by-Step Guide#

  1. Open /free-tools/ai-citation-audit.
  2. Enter the page in the field marked example.com.
  3. Select Run citation audit. The button reads Checking… and the result area shows Reading the page, robots.txt and llms.txt, and scoring AI readiness….
  4. Read the score, then work Priority fixes from the top.

Reading the Results#

The score ring. 0-100 with a tier badge:

ScoreBadgeVerdict line
80-100Strong AI readinessAI answer engines can read and cite this page well.
55-79Partly ready for AI searchSome signals are missing. The fixes below will help AI engines cite you.
0-54AI engines may struggle hereKey signals are missing, so AI engines may skip this page. Start with the fixes below.

The heading reads <N> of 6 AI-readiness checks passed, with the bands 80-100 strong, AI can cite you, 55-79 partly ready and 0-54 at risk.

Citation signals we score. The six checks:

CheckWeightPasses when
Citable facts and data20Five or more concrete numeric facts appear in the visible text
AI crawler access18No AI bot is blocked from the whole site in robots.txt
Structured data18At least one JSON-LD block is present
Author and trust signals18A named author signal and a machine-readable date are both present
Question/FAQ format14FAQPage or Question schema, or a heading ending in a question mark
llms.txt and depth12/llms.txt exists and the page has 300 words or more

Citable facts and data reports the count either way. On a pass it reads <N> concrete stats/dates an answer can quote and attribute; on a failure, Few concrete facts (<N> found). Add specific numbers, dates and stats engines can cite.

Author and trust signals names the missing half: No visible author. Add a named author and bio. or No publish/updated date. Add one so engines trust the page.

Priority fixes. Failed checks, numbered and weight-sorted.

Examples#

Example

Example: A market commentary post scores 58. Citable facts and data fails with Few concrete facts (2 found). The author adds the underlying figures already in their research notes, three percentages and two dated comparisons, and the check passes for 20 points.

Example

Example: A documentation page scores 64 with Author and trust signals failing on No visible author. The docs template deliberately omits bylines. Adding an author property to the page's Article schema satisfies the check without changing the visible design.

Screenshots#

Screenshot
The AI Citation Audit hero with the H1, the subtitle about AI answers naming their sources, the example.com input and the "Run citation audit" button.
Screenshot
A completed result showing the score ring, the tier badge and the "<N> of 6 AI-readiness checks passed" heading.
Screenshot
The "Citation signals we score" card listing the six checks with weights, including the concrete-fact count in the detail line.

Tips#

  • The fact counter reads visible text only, so numbers hidden in images or charts do not count. Put the key figures in prose as well.
  • A date in datePublished or dateModified satisfies half of the trust check even when the design shows no date.
  • Question/FAQ format passes on a heading that ends in a question mark, so it is often the cheapest remaining points.
  • Re-run after each edit. Nothing is cached.

Best Practices#

  • Lead with specifics. One sentence carrying a number, a date and a source is more citable than a paragraph of adjectives.
  • Give every substantive page a named author and a real date, in markup as well as on screen.
  • Keep the facts accurate and dated. An engine that quotes a stale number quotes it in your name.
  • Run GEO audit on the same URL. That tool checks whether the page can be read as an answer; this one checks whether it deserves the attribution.

Common Mistakes#

  • Inflating the fact count with filler numbers. The check counts numeric patterns and cannot judge relevance, so padding raises the score without improving the page. That helps nobody.
  • Assuming the score predicts citations. It measures signals on your page, not what any engine does.
  • Adding an author name in an image or a graphic. It has to be in the HTML.
  • Expecting the result to persist. Anonymous runs are not stored.

Limitations#

  • One URL per run. No crawl.
  • The fact counter is a pattern match. It cannot tell a meaningful statistic from a phone number or a price list, and it can be gamed. Read the count as a rough proxy.
  • The author check looks for author markup, a rel="author" link, an author meta tag or a byline class. An unconventional byline pattern can fail it even when a human sees a name.
  • Server-rendered HTML only.
  • No model is queried, so the tool cannot report actual citations. That is AI Citation Tracker in the app.
  • No export, history, scheduling or recommendations panel. See Free tools, no account needed.

Troubleshooting#

SymptomLikely causeFix
That does not look like a valid domain. Try example.comThe input is not a plausible hostnameEnter example.com or a full URL
Check failed: Could not fetch that page (HTTP 403). Check the URL and try again.Bot protection on the target siteTry a page without a challenge
Author and trust signals fails although a byline is visibleThe byline is not in markup the check recognizesAdd an author property to the page schema or an author meta tag
Citable facts and data fails on a data-heavy pageThe figures live in images or a client-rendered chartRepeat the key numbers in text
Hourly fair-use limit reached (100 light-tool calls/hour)…Too many free-tool runs from one network within the hourWait for the next hourly reset

FAQs#

What is an AI citation? A named source in an AI-generated answer. The assistant summarizes the answer and credits the pages it drew from, usually with a link.

How is that different from a backlink? A backlink is another site linking to you. A citation is an assistant naming you inside an answer. They can move independently, and this tool measures only the on-page conditions for the second.

Does this cover ChatGPT, Gemini, Perplexity and Claude? The signals it checks, crawler access, structured data, concrete facts, author and date, are the ones answer engines generally rely on. It does not query any of them. Measuring which engines actually cite you over time is AI Citation Tracker.

Is it really free? Yes. No account, no card, no credits.

How often should I check? Once per substantive page, and again after any template change that touches author, date or schema markup.

What does the paid product add? Ongoing measurement of which sources the engines cite for your topics, whether you are among them, and how that changes. See What you get on Free.

See also

Was this article helpful?