WebmasterID logoWebmasterID
Referrers

Referrer-Policy and missing referrers

Referrer-Policy is the web standard that controls how much of the referrer a browser sends with a request. Site owners set it via an HTTP header or a meta tag, and modern browsers default to a privacy-leaning value. Understanding the policy values explains why so many referrers arrive trimmed to the origin or missing entirely.

Verified against primary sources

How the policy controls disclosure

Referrer-Policy is set by the referring page, either as a Referrer-Policy HTTP response header or an equivalent meta tag, and the browser enforces it on outbound navigations and requests. Values range from sending the full URL to sending only the origin, only on same-origin, or nothing at all.

Modern browsers commonly default to strict-origin-when-cross-origin, which sends the full URL same-origin but only the origin (no path or query) when crossing to another site. That default alone explains a large share of 'reduced' referrers.

Why referrers go missing

Stricter values such as no-referrer send nothing, and same-origin sends a referrer only within your own site. When a referring site chooses one of these, your analytics receives little or no referrer, and the visit can fall into direct.

None of this is a bug; it is the standard working as designed. MDN's Referrer-Policy reference lists each value and its effect, and is the authoritative description.

How it appears in analytics and logs

A trimmed referrer (origin only) or a missing one is often the direct result of a Referrer-Policy value, not a tracking failure. The policy is set by the referring site and enforced by the browser.

Diagnostic use case

Understand how Referrer-Policy values control referrer disclosure and why a privacy-leaning default trims or removes the referrer.

What WebmasterID can help detect

WebmasterID treats policy-trimmed and policy-stripped referrers as expected, reporting the resulting gaps honestly rather than inventing a source the policy intentionally withheld.

Common mistakes

Privacy and accuracy notes

Referrer-Policy exists to protect users by limiting what is leaked across sites. WebmasterID reads whatever the policy allows the browser to send and never tries to reconstruct a withheld referrer.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.