Definition
Citation
Also known as: Source attribution, reference
A citation, in the context of answer engines, is the explicit link or reference that a generated answer attaches to the source passage it drew on — the numbered footnote in Perplexity, the linked sources beside a Google AI Overview, or the source list under a ChatGPT search answer. Citations are the unit of visibility that Answer Engine Optimization is measured by.
The word carries two meanings on this site, and both matter.
Citations a page receives. When an answer engine uses a passage, it usually attaches a link back to the page. Whether a passage is cited rather than silently paraphrased depends largely on whether it is the answer: a self-contained sentence or two that resolves the question, from a page with a visible author and date. Counting those links, per engine and per query set, is the core of measuring AI visibility.
Citations a page makes. Outbound references to primary sources are one of the few quality signals a machine can verify cheaply. The GEO paper reported that adding citations, quotations and statistics to content improved its visibility in generative engine responses by up to 40%, while keyword-oriented edits did not help.
Both can be made explicit in markup. Schema.org defines a citation property on CreativeWork — a reference to another creative work such as a publication or web page — and this site fills it from each guide's sources list:
{
"@type": "TechArticle",
"citation": [
{
"@type": "CreativeWork",
"name": "GEO: Generative Engine Optimization",
"url": "https://arxiv.org/abs/2311.09735"
}
]
}Frequently asked questions
Does citing sources on my own page make it more likely to be cited?
The evidence says yes. The GEO study by Aggarwal et al. found that adding citations, quotations from authorities and statistics to a page increased its visibility in generated answers by up to 40% in their metric, whereas adding keywords did not. Outbound citations are also a trust signal a retrieval system can check without reading the whole page.