Branded vs non-branded referrers
Branded traffic is driven by people who already know your name; non-branded traffic comes from people who found you generically. The Referer header cannot tell them apart because modern search engines strip the query, so the split must be approximated using search-console keyword data and the entry context, not the referrer alone.
What the distinction means
Branded traffic comes from queries or links that include your name, product, or domain — people who already intend to reach you. Non-branded traffic comes from generic queries and discovery where the visitor did not start with your brand. The two behave very differently: branded converts more readily, while non-branded measures whether new audiences are finding you.
This split is a marketing analysis, not a raw log field. A referrer can place a visit in organic search or referral, but it cannot say whether the underlying intent was branded.
Why the referrer cannot prove it
Modern search engines remove the query from the Referer header, so a search referral arrives without the keyword. That means you cannot separate branded from non-branded by inspecting referrers; the header looks identical for 'acme login' and 'project management software'.
Approximate the split with first-party tools instead: use Search Console / Bing Webmaster Tools query reports to classify keywords as branded or not, and use landing-page context (a branded campaign page versus a generic guide) to infer intent. Tag your own campaigns so branded campaign clicks are unambiguous, and keep organic estimation separate from those tagged sources.
- Referrer shows the engine, never the branded vs non-branded query
- Use search-console query data to classify keywords
- Tag your campaigns so branded campaign clicks are explicit
How it appears in analytics and logs
The referrer tells you the engine or site, not whether the visit was branded. A search.yahoo.com or google referrer is just organic search; whether it was branded depends on the hidden query, which the header does not contain.
Diagnostic use case
Separate demand from people who already know your brand from genuinely new discovery, and avoid reading the referrer as if it revealed the search term.
What WebmasterID can help detect
WebmasterID surfaces organic-search and referral channels server-side; it never claims to read a stripped query, so branded versus non-branded is presented as an analysis layer, not an invented field.
Common mistakes
- Believing the referrer reveals whether a search was branded — the query is stripped.
- Counting all organic search as non-branded discovery.
- Mixing tagged branded-campaign clicks into the organic estimate.
Privacy and accuracy notes
The referrer never carries the query in modern engines, so no search term is reconstructed from it. Branded analysis relies on aggregated search-console data, not on identifying any individual searcher.
Related pages
- Google organic search referrer
Visits from Google organic search arrive with a google.com referrer, but the query string no longer carries the keyword: Google moved organic search behind HTTPS and reports keyword '(not provided)'. To see which queries drove clicks, Google Search Console is the authoritative source, not the analytics referrer.
- Referrer grouping into channels
Analytics platforms do not report every raw referrer separately — they map hosts into channel groups such as organic search, paid, social, referral, email, and direct. Understanding the default rules explains why a click ends up in one bucket versus another, and why a custom source can be misfiled until you adjust the grouping.
- UTM vs referrer: which wins
When a visit carries both a referrer and UTM campaign parameters, most analytics treat the explicit UTM source as authoritative over the inferred referrer. That is usually correct: UTM tags describe intent you set deliberately, while a referrer is whatever the browser happened to send. Understanding the precedence prevents double-counting and mis-attribution.
- Attribution analytics
Keep organic search separate from tagged campaigns so branded analysis stays honest.
Sources and verification notes
- Google Search Central — Search Console performance reportQuery-level data is in Search Console, not the referrer.
- MDN — Referer header
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.