A pageview is a single instance of a page being loaded or reloaded in a browser.
A pageview is a single instance of a page being loaded, or reloaded, in a browser. Each time the content of a page is rendered and the analytics tracking fires, one pageview is recorded. It is the most basic unit of web measurement, a simple tally of how many times pages were displayed. If a visitor lands on your homepage, clicks to an article, then hits the back button and returns to the homepage, that sequence produces three pageviews even though only two distinct pages were involved, because the homepage was rendered twice.
The mechanics are straightforward but worth understanding. A pageview is triggered when a snippet of tracking code executes as the page loads and sends a hit to the analytics server. On traditional websites, where every click fetches a new document from the server, this counting is reliable and intuitive. Modern single-page applications complicate matters, because navigating between views may not reload the document at all; instead the framework swaps content in place. In those cases developers must fire virtual pageviews manually so that in-app navigation still registers. This is also why pageviews and the closely related "screen views" in apps sometimes need deliberate configuration rather than working automatically.
The term is a plain compound of "page" and "view," coined in the early days of web analytics when counting page loads was essentially the whole discipline. In that era, a pageview was the currency of the web: advertising was sold against it, publishers bragged about it, and success was measured largely by how many pages could be served. The word has endured even as measurement has grown far more sophisticated, because the underlying idea of counting each render remains useful.
Pageviews matter because they measure raw content consumption and provide the denominator for many other metrics. Publishers and content sites still care deeply about them, since more pageviews can mean more advertising inventory and more opportunities to display a message. For any business, pageviews reveal which pages attract attention and how much of it, and they feed calculations like exit rate and pages per session. Watching how pageviews distribute across a site shows where interest concentrates and where content is being ignored.
The main mistake is treating pageviews as a proxy for success or for human beings. A high pageview count can signal healthy engagement, or it can signal confusion, with visitors reloading and bouncing between pages because they cannot find what they need. Pageviews also inflate easily: a single restless person can generate dozens, and a misconfigured tracking setup can double-count every load. Because a pageview counts renders rather than people or outcomes, it says nothing on its own about quality, satisfaction, or revenue. Read alongside unique visitors, session data, and conversion metrics, pageviews become a useful measure of reach and attention. Read in isolation, they invite the classic error of mistaking activity for achievement, which is why seasoned analysts treat the number as a starting point rather than a verdict.
Pageviews show which content draws the most attention. Tracked over time, they reveal what topics and pages your audience returns to.