WebmasterID logoWebmasterID
Referrers

Referrer trimming by browsers

Modern browsers trim the referrer for privacy: the default policy sends only the origin (scheme + host) when navigating cross-site, not the full path and query. So you often see example.com rather than the specific page that linked to you. This page explains the default referrer policy, why it exists, and why UTM parameters are unaffected.

Verified against primary sources

Why browsers trim the referrer

The Referrer-Policy standard governs how much of the referring URL a browser shares. To reduce leaking page paths and query strings across sites, modern browsers default to strict-origin-when-cross-origin: for cross-origin navigations they send only the origin (scheme and host), and they send no referrer at all when downgrading from https to http.

The effect on analytics is that cross-site referrals commonly show only the bare domain. The full referring URL — the specific article or thread — is withheld by default, so you can see that traffic came from a site but not exactly which page on it.

Working with trimmed referrers

Trimming is not something to fight; it is the privacy baseline and it is consistent. Read the referrer as a coarse source — which site, not which page — and do not build reports that depend on full referring URLs you will rarely receive.

For the granular detail trimming removes, use UTM parameters on the links you control. Query parameters on your own destination URLs are not subject to referrer trimming, so utm_source, utm_medium, and utm_campaign give you the specificity the trimmed referrer cannot.

How it appears in analytics and logs

An origin-only referrer (the bare host with no path) is the expected result of the browser's default referrer policy on cross-site navigation. The missing path is privacy trimming, not a lost source — though it does mean you cannot see the exact referring page.

Diagnostic use case

Understand why your referrer report shows bare domains instead of full referring URLs, and rely on UTM parameters rather than the referrer path for granular source detail.

What WebmasterID can help detect

WebmasterID records whatever referrer the browser sends — full URL or origin-only — and reads UTM parameters that are not subject to referrer trimming, so source detail survives even when the path is stripped.

Common mistakes

Privacy and accuracy notes

Referrer trimming is a deliberate privacy default; WebmasterID treats the origin-only referrer as a coarse source and never tries to reconstruct the trimmed path or identify the visitor.

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.