What is a Pageview?

A pageview is recorded each time a visitor loads or reloads a page on your website. It's one of the most fundamental metrics in web analytics—a simple count of how many times your pages have been viewed.

If one person visits your homepage, clicks to your pricing page, then goes back to your homepage, that's three pageviews. Each page load counts, even if it's the same page viewed multiple times in the same session.

Pageviews vs Unique Pageviews

A pageview counts every page load—including repeat views of the same page in the same session.

A unique pageview counts each page only once per session, even if the visitor views it multiple times. If someone visits your blog post, navigates to another page, and then comes back to the same blog post, that's two pageviews but one unique pageview.

Unique pageviews give you a cleaner picture of how many sessions included a particular page. Pageviews tell you the total volume of page loads, including repeat views.

Pageviews vs Sessions vs Unique Visitors

These three metrics answer different questions:

Pageviews — How many times were pages loaded? (Measures content consumption volume.)

Sessions — How many visits happened? (Measures how often people come to your site.)

Unique visitors — How many individual people visited? (Measures audience size.)

A single unique visitor can generate multiple sessions, and each session can generate multiple pageviews. So for the same period, you'll always see: pageviews > sessions > unique visitors.

What Counts as a Pageview

A pageview is typically recorded when:

  • A visitor navigates to a new page on your site
  • A visitor reloads or refreshes a page
  • A visitor uses the back button to return to a previously viewed page

What usually doesn't count as a pageview:

  • Scrolling within a page (that's the same pageview)
  • Interacting with elements on the page like dropdowns, tabs, or modals (unless the interaction triggers a new page load)
  • AJAX requests or dynamic content updates that don't change the URL

The specifics depend on your analytics tool and how it's configured. Single-page applications (SPAs) handle pageviews differently since they don't do traditional page loads—most analytics tools have ways to track virtual pageviews for SPAs.

When Pageview Data Is Useful

Pageviews are most useful for understanding content consumption:

Identifying your most popular content. Sort by pageviews to see which pages are getting the most attention. Your top pages by pageviews are your most-consumed content—they're where you have the biggest audience.

Spotting trends over time. A page that suddenly gets more pageviews might be ranking for a new keyword, getting shared on social media, or benefiting from a seasonal trend. A drop in pageviews could signal a technical issue or a ranking change.

Understanding navigation patterns. Looking at pageviews alongside entry pages and exit pages reveals how visitors move through your site. Which pages do they visit after landing? Where do they tend to leave?

When Pageviews Are Misleading

Pageviews have some well-known blind spots:

High pageviews don't always mean high engagement. A confusing site where visitors click around trying to find what they need will generate a lot of pageviews. So will a well-designed site with genuinely engaging content. The number alone doesn't tell you which one you have. Pairing pageviews with average time on page and bounce rate gives a more complete picture.

Pageviews can be inflated by bots. Automated crawlers, scrapers, and spam bots generate pageviews that don't represent real human visits. Most analytics tools filter out known bots, but some slip through.

Pageviews don't capture non-page interactions. If your site is a single-page app or relies heavily on interactive elements, pageviews won't capture much of the actual user activity. Event tracking is better suited for those cases.

Pageviews are a vanity metric when used in isolation. A million pageviews sounds impressive, but it means nothing without context. What matters is what those visitors did—did they convert, sign up, or engage with your content? Always pair pageviews with outcome-oriented metrics.