# Outbound citations

Inline links from your page to third-party authoritative sources. Engines treat their presence as credibility transfer — a page without them reads as opinion, regardless of how well-written the opinion is.

By AgentSite · 2 min read · Updated 2026-05-24

Outbound citations are inline links from your page to other domains — research papers, primary sources, vendor docs, news reports — that ground each claim where it originated. Engines read citation presence as credibility transfer; a page that names its sources beats a page that asserts. Three contextual outbound citations is the floor for a claim-dense page.

## What "outbound" means here

The mirror of [internal links](/internal-links). Internal links navigate your domain; outbound citations leave it. Both contribute to the link graph engines read, but they signal different things: internal links signal site authority topology; outbound citations signal evidentiary grounding. A page with strong internal linking and no outbound citations reads as well-organized opinion. A page with both reads as well-organized substance.

The format is the same `<a href="">` element that the [Google links-crawlable docs](https://developers.google.com/search/docs/fundamentals/creating-helpful-content) recommends across the board. Anchor text describes the target ("per the [Princeton GEO paper](https://arxiv.org/abs/2311.09735), citing sources lifted visibility +27%"), not "click here." The link's date proximity to the cited claim matters — every numeric or load-bearing statement that _could_ be sourced _should_ be.

## What [schema.org](http://schema.org) names

[Schema.org/citation](https://schema.org/citation) defines the property as "a citation or reference to another creative work, such as another publication, web page, scholarly article, etc." Any type that descends from `CreativeWork` (Article, BlogPosting, ScholarlyArticle, etc.) can carry an array of citations. The structured-data surface is parallel to the inline-link surface — the same set of references, declared twice.

Most sites ship only the inline `<a>` form; that's enough for non-rendering AI crawlers, which read the body text directly. Adding the `citation` property in JSON-LD helps consumers that prefer structured data and gives schema-aware extractors a clean list of references to lift.

## Why engines weight it

The Princeton GEO paper measured "Cite Sources" as a top-three optimization tactic with a +27% Position-Adjusted Word Count lift in controlled experiments ([Aggarwal et al., KDD 2024](https://arxiv.org/abs/2311.09735)). The lift is highest on pages that were under-cited to begin with — a lower-ranked source gained +115% from adding sources. The Princeton numbers ratify what Google's E-E-A-T framework already suggests: "Does the content present information in a way that makes you want to trust it, such as clear sourcing, evidence of the expertise involved?"

For AEO the mechanism is direct: the agent looking for a quotable claim prefers a claim with attribution. Vague claims read as opinion and lose to specific, sourced claims even when the specific claim is otherwise weaker.

## Where this fits

Outbound citations is a Layer 4 signal — content-quality territory where the link graph crosses into the evidence model. It pairs with [statistics and citations](/statistics-citations) (the numeric-claim subset of this same discipline) and with [internal links](/internal-links) (the inbound mirror). The GEO paper's controlled-experiment data on this tactic lives in [GEO paper tactics](/geo-paper-tactics). The layered place is in [the five layers of AEO](/five-layer-aeo); the failure catalog is in [AEO problems](/aeo-problems).