SEO

Pagination

Also called Paging, paged series

The practice of splitting a long listing across a numbered series of URLs so deeper items stay reachable.

Quick facts: Pagination

Category
SEO
Also called
Paging, paged series
Level
Intermediate
Affects
Crawl discovery, indexing of deep pages, browsing experience
Where to see it
Screaming Frog or any crawler, Google Search Console Pages report, your CMS listing settings
In this article4
  1. How pagination works
  2. Why pagination matters
  3. Where pagination goes wrong
  4. Getting it right

How pagination works

When a list is too long for one screen — a blog archive, a product category, a directory of resources — it is split into a series, and each part is given its own address, usually a numbered path or a query parameter. The first part carries the newest or most important items; the rest hold everything else.

Those later addresses are real pages. A crawler can request them, read them and follow the links inside them to the individual items they list. That is pagination’s actual job in search: it is the route by which deep items are discovered. Anything that breaks the route — links that appear only after a click, an address that never changes — leaves those items reachable by luck rather than by design.

Why pagination matters

On a large catalogue or an established blog, most of your content sits beyond the first part of a listing. If the series is crawlable, those items are found, refreshed when they change and re-crawled when you update them. If it is not, they can quietly drop out of the index while nothing on the site appears broken.

It matters for customers too. Someone comparing options wants to see the full range, keep their place, and send a colleague a link to what they were looking at. A series of stable addresses does all three. A listing that resets to the top when you use the back button does none of them.

Where pagination goes wrong

The most damaging mistake is pointing every part of the series at the first one with a canonical tag. It looks tidy, and it tells search engines that the later pages are duplicates not worth keeping — along with the only links to the items listed on them. Each page in a series should carry a canonical pointing at itself.

Two others are common. Blocking later pages from the index while still expecting them to pass value onward: a page excluded for long enough tends to have its links followed less, and the items below it go quiet. And leaving every page in the series with an identical title and description, which produces a wall of near-identical rows in your reports and gives nobody, human or machine, a way to tell one from another.

Getting it right

Give every page in the series a self-referencing canonical, a title that says which part of the series it is, and ordinary crawlable links to the parts either side. Keep the item links in the HTML rather than loading them only after an interaction, and make sure sorting and filtering controls do not silently spawn a separate series for every combination a visitor can pick.

Decide, too, what belongs in a listing at all. If the real value sits in the individual items, a shorter series supported by strong internal links from relevant articles beats an endless one nobody scrolls through. And if you are considering replacing the series with infinite scroll, keep the paginated addresses underneath it rather than removing them, so the discovery route survives the interface change.

Do and do not

Do

  • Point each page's canonical at itself
  • Give every page in the series a distinct title
  • Keep next and previous links in the HTML

Do not

  • Canonicalise the whole series to the first page
  • Hide later pages behind a script-only control
  • Let filters create a series for every combination

Questions people ask about this

Should I noindex the later pages of a listing?

Usually not. Those pages are how a crawler reaches the items listed on them, and excluding them for a long period tends to reduce how often their links are followed. If a listing genuinely has no value in search, keep it crawlable and let the individual items rank instead, rather than cutting the route that leads to them.

Is a view-all page better than pagination?

It can be, when the full list is short enough to load quickly on a phone. A single page keeps every item in one place and removes the series entirely. On a large catalogue it becomes slow and heavy, which costs more in abandoned visits than the tidy structure gains, so measure the loading time on a mobile connection before committing.

Do titles need to differ on each page of a series?

Yes, and it is an easy win. If every part of the series carries the same title, search engines and your own reports treat them as interchangeable, and you lose the ability to see which parts are actually being requested. Appending the position in the series to the title is enough; it does not need clever wording.

Related terms

Found this useful?

Share it, or ask an AI to summarise it

Back to the glossary

Knowing the term is the easy part

Applying it to your own site and budget is the work. Book a call and I will tell you what actually applies to you.