Citation rate (AI search metric)
AI citation rate is the percentage of AI answers that include your domain in the source list. It measures who the AI trusts as evidence — distinct from visibility, which measures who the AI recommends by name in the prose.
How it's calculated
For a given query set: citation_rate = answers_citing_your_domain / total_answers, expressed as a percentage. Citation matching is on the apex domain — a citation of blog.yourbrand.com/post counts the same as yourbrand.com.
One answer can cite your domain multiple times (e.g. citing several pages from your site for one buyer question); we count it as ONE citation for that answer. Citation rate is binary per answer — cited or not — to keep the metric easy to reason about.
Citation rate vs visibility
Citation rate = your domain appeared in the source list. The AI used your content as evidence for its answer. Visibility = your brand name appeared in the prose. The AI explicitly recommended you to the user.
Common patterns: well-known brands have high visibility but average citation (the AI references them from memory). Mid-market brands often have higher citation than visibility (their content gets cited but they're not yet defaults). Both signals matter — citation tells you the AI trusts your content; visibility tells you the AI is willing to put your name in front of buyers.
Why your citation rate may not match competitors'
Three structural reasons. (1) Domain authority on the specific topic — AI engines weight category-specific authority more than overall site authority. A blog focused on your niche outranks a generalist site even if the latter has higher classical DR. (2) Content structure — pages with FAQPage schema and 2–3 sentence extractable answers get cited at materially higher rates than essay-form content. (3) Recency — dateModified matters more than total content volume for citation rate.
How to improve citation rate
Citation rate is the more controllable of the two metrics — it responds to on-site changes faster than visibility does. The leverage moves: add FAQPage + Article schema everywhere, restructure long-form content into Q&A blocks, update dateModified on stale pages with even minor revisions, ensure server-rendered HTML, allow AI crawlers explicitly in robots.txt.
Most brands see citation rate move 5–15 percentage points within 14 days of shipping these fixes. Visibility takes longer because it requires the AI to update its 'mental model' of which brands matter in a category, not just which sources it can extract from.
Related concepts
Frequently asked
Does citing one page count differently than citing multiple pages?
No. Citation rate is binary per answer — your domain appeared in the source list or it didn't. Counting individual citations would over-reward queries where the AI happens to cite multiple pages from one site.
Do subdomains count?
Yes — citation rate matches on apex domain. Citations of blog.yourbrand.com, app.yourbrand.com, and docs.yourbrand.com all count toward yourbrand.com's citation rate.
Can my citation rate exceed my visibility?
Yes, and often does. Comparison pages and listicles cite many brands but only name a few in the lead — being cited without being named is common for mid-tier brands.
Which moves first when I optimise — citation rate or visibility?
Citation rate, by 2–3 weeks. The AI can update its source set within days of finding new content; updating which brands it 'recommends' takes longer because it depends on repeated reinforcement across many answers.
What kills citation rate fastest?
JS-only rendering (AI crawlers see a blank page), robots.txt blocking AI bots, and stale dateModified on pages that AI engines have de-prioritised. All three are foundational issues — fix them before optimising anything else.