What is a Pageview?
A pageview is a web analytics metric that counts each time a browser loads or reloads a page on a website. Every load adds 1 to the count, regardless of how long the visitor stays or what they do next, so one person can generate many pageviews in a single visit.
More About Pageviews
Pageviews measure how many times a page was loaded, including repeat loads by the same visitor. You’ll see the metric in most web analytics platforms, and, along with sessions and users, it can be broadly described as website traffic.
SEO results show up here first, since more organic traffic means more pageviews. The count also drives real decisions: ad-supported sites track earnings per 1,000 pageviews (the page RPM figure in Google AdSense reports), editors use pageview counts to decide which topics deserve follow-ups, and a sustained climb is the cue to check whether your hosting plan still fits your traffic.
How pageviews are counted
Counting is mechanical. One visitor lands on your homepage, opens a blog post, reloads it, and clicks back to your homepage: that’s 4 pageviews, 1 session, and 1 user. Time on page and later actions don’t change the number.
In Google Analytics 4, the count comes from a page_view event that fires when a page loads or the browser history changes, which is how single-page apps get counted. GA4 reports the total as “Views” in its Pages and screens report; there’s no metric labeled “Pageviews,” and Universal Analytics’ separate “unique pageviews” metric no longer exists. That’s one reason GA4 numbers rarely match older UA reports.
Page refreshes and immediate bounces still count as pageviews, but bot handling varies by tool. Google Analytics automatically excludes known bots and spiders, identified through Google research and the Interactive Advertising Bureau’s International Spiders and Bots List, and that exclusion can’t be turned off, so only unrecognized bots inflate its counts. Raw server logs, by contrast, record bot requests alongside human ones, and log-analysis tools may count those as pageviews or filter them out, depending on their bot-detection rules.
Pageviews vs. sessions vs. unique visitors
The three metrics count the same activity at different levels:

- Pageview: every load of a page. The visit above produced 4.
- Session (or visit): one continuous visit, which can contain many pageviews. All 4 loads above happened in 1 session.
- Unique visitor (or user): one person, across any number of sessions. Analytics tools approximate a person with an identifier, usually a browser cookie or device ID, so a return visit tomorrow starts a new session but counts as the same 1 user only if the tool recognizes that identifier. A different device or browser, or cleared cookies, shows up as a new user.
Because pageviews include repeat visits from the same person, cross-reference them with supporting stats, such as unique visitors, time spent on page, and bounce rate, before drawing conclusions from a big number.
Where to find your pageview numbers
In Google Analytics 4, the Pages and screens report lists the Views metric for every page once the Google tag is installed on your site. If your site is hosted with DreamHost, the Traffic Dashboard in your panel already reports page views server-side, with no tracking codes or cookies to set up, and it complements GA4 rather than replacing it. Open either report and check your top pages: what people actually read is where your next content decision should start.
Frequently Asked Questions
Do page refreshes and back-button views count as pageviews?
Yes. Google Analytics 4 sends a page_view event on every page load and browser history change, so refreshes and back or forward navigations each count. Site owners who need tighter control can disable the automatic event and send pageviews manually, which is common on single-page apps.
What happened to unique pageviews?
Unique pageviews was a Universal Analytics metric that counted a page once per session, ignoring repeats. Google Analytics 4 has no equivalent metric. The closest substitute is pairing Views with Sessions or Users to see how many visits or people your pageviews represent.
Are pageviews the same as impressions?
No. A pageview counts a page loading in a browser. An impression counts a link being shown: Google Search Console records one when a link to your site appears in a results page, usually even if it isn't scrolled into view. Clicking that link then creates a pageview.