WebmasterID logoWebmasterID
Analytics metrics

Pageviews: what the metric counts

A pageview is recorded when a page is loaded (or a virtual page is rendered in a single-page app). It is the oldest web-analytics metric and the easiest to misread: pageviews count loads, not people, and modern apps and prefetching can inflate or hide them. This page defines the metric and its caveats.

Verified against primary sources

What this means

A pageview is logged when a page loads. In a classic multi-page site that maps to a browser navigation; in a single-page application (SPA) it maps to a 'virtual pageview' the app fires on each route change. Both are valid, but they are counting render events, not people and not sessions.

How it is measured

Most tools fire a pageview from a small script on load (and on virtual navigation in SPAs). That means anything that loads the page — a prefetch, a bot that executes JavaScript, a refresh — can add a pageview. Server-side counting (from request logs) counts differently again, since it sees requests the browser script never fires for.

Common ways it misleads

Pageviews are not visitors and not sessions — one person can generate many. Comparing pageviews across tools that define them differently (SPA virtual views vs server requests) is apples-to-oranges. And unfiltered bot traffic inflates pageviews without any human reading anything.

How it appears in analytics and logs

A pageview means a page was loaded or a route rendered. A spike can be real interest, a prefetch wave, or bot traffic — pair it with sessions and bot filtering before concluding anything about audience.

Diagnostic use case

Read pageviews as a volume signal for content, while knowing it is not a count of people and can be distorted by SPAs, prefetching, and bots.

What WebmasterID can help detect

WebmasterID records page_view events server-side-classified, so human pageviews are separated from bot pageviews by default — the count you read is the human one unless you ask for bots.

Common mistakes

Privacy and accuracy notes

Counting pageviews needs no cookies or personal identifiers — it is an event count. WebmasterID records page_view events first-party and keeps bot pageviews out of the human total.

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.