WebmasterID logoWebmasterID
Data quality

Redirect and referrer loss

The referrer tells analytics where a visit came from, but it is fragile. A redirect hop can replace the original referrer with the redirector's URL, and Referrer-Policy or HTTPS-to-HTTP downgrades can suppress it entirely. When the referrer is empty, the visit falls into direct; when it is the redirector's domain, it can look like a self-referral. This page explains referrer loss in transit.

Verified against primary sources

How redirects and policy strip referrers

When a click passes through a redirect (a link shortener, an interstitial, a tracking hop), the browser may set document.referrer to the redirector rather than the original page — or drop it if the redirector sends a strict Referrer-Policy. Separately, a navigation from an HTTPS page to an HTTP page drops the referrer for security, and Referrer-Policy values like no-referrer or strict-origin change what (if anything) is sent.

Downstream attribution effects

An empty referrer means analytics has no source signal, so the visit is bucketed as direct — the same bucket as bookmarks and untagged traffic. A referrer that shows the redirector's own domain can be misread, and if that domain is in your property's family it can register as a self-referral.

Mitigations: prefer tagged campaign links so attribution does not depend on the referrer at all; minimize redirect hops on inbound links; and understand your and your partners' Referrer-Policy settings.

How it appears in analytics and logs

A surge of direct or unexpected-referrer traffic after adding a redirect step usually means the original referrer was stripped or overwritten in the hop.

Diagnostic use case

Explain why traffic from a known source arrives as direct, or why a redirect service appears as the referrer instead of the real origin.

What WebmasterID can help detect

WebmasterID records the referrer it actually receives first-party, so you can see when redirects or policies have already stripped it rather than guessing.

Common mistakes

Privacy and accuracy notes

Referrer policies exist partly to protect users; full-URL referrers can leak context, so trimming is often intentional. This page is educational, not legal advice.

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.