Pagination
Pagination divides a large collection of content into a numbered sequence of separate pages, such as product listings or blog archives, each with its own URL.
Pagination is how a site splits a large set of items — category listings, search results, article archives — across a numbered sequence of pages, each on its own URL. It exists to keep individual pages fast and usable, but if handled carelessly it can waste crawl budget, hide deep content from search engines, or bury products on page five where nothing gets indexed.
How it works
Each page in a sequence should have a unique, crawlable URL (for example /shoes?page=2) reachable through real <a href> links, so crawlers can walk the whole set and reach the items linked from each page. Google no longer uses rel="next" and rel="prev" as indexing signals — it treats paginated pages as individual pages — so the current guidance is simpler: give every page a self-referencing canonical, never canonicalize page 2+ back to page 1, and don’t noindex deeper pages that hold the only links to real content. Infinite scroll and “load more” patterns need paginated URLs behind them, or the deeper content becomes invisible to crawlers.
Where it applies
Pagination shows up anywhere a single view would otherwise list too many items.
- Ecommerce — category and search pages paginate hundreds of products; deep pages often hold the long tail.
- Publishing — archives, author pages, and tag pages paginate years of articles.
- Marketplaces — high-churn listings paginate constantly, straining crawl efficiency.
- Forums and reviews — long threads and review sets split across pages that each need to be discoverable.
What matters from each seat
- Engineering — render pagination as crawlable links with clean, stable URL parameters, not JavaScript-only controls.
- In-house — confirm deep pages are indexable and not accidentally canonicalized or blocked, especially after replatforming.
- Merchandising — order listings so high-value items surface on early pages that get crawled and indexed most.
- Agency and consulting — pair a pagination review with faceted-navigation controls to stop crawl-budget waste at the source.
Have a search problem worth solving?
Bring the migration, the ranking drop, or the question you cannot get a straight answer on. One call tells us both whether I can help.