View-all pages for pagination: The Complete 2026 Guide
A view-all page renders every item in a paginated series on a single HTML document. It replaces 5, 10, or 20 separate pages with one URL. Google prefers...
- View-all pages work best for short series.
- A single page with all content passes link equity to every product or article.
- Set the view-all page as the canonical URL for every paginated page in the series.
- View-all pages load more content than standard pages.
- Include traditional pagination links for users who prefer browsing page by page.
- For categories with hundreds of items, keep the view-all page but add a noindex tag.
- Add a clear link to the view-all page near the pagination controls.
- Mobile users on slow connections may struggle with a single massive page.
- Identify every paginated series on your site.
A view-all page renders every item in a paginated series on a single HTML document. It replaces 5, 10, or 20 separate pages with one URL. Google prefers consolidated content. View-all pages simplify indexation and pass full link equity through one address.
When to use a view-all page
View-all pages work best for short series. Categories with fewer than 50 items benefit most. Search Engine Land covered view-all page performance in 2024 and found better click-through rates on view-all URLs. Series longer than 100 items produce slow load times. Use pagination for large collections.
How view-all pages help SEO
A single page with all content passes link equity to every product or article. Internal links stay on one domain path. Google's Gary Illyes discussed page consolidation and confirmed that consolidated pages help crawlers find content faster. Crawl budget is not split across 20 URLs.
Canonical setup for view-all
Set the view-all page as the canonical URL for every paginated page in the series. Page 2, page 3, and beyond must include <link rel="canonical" href="https://example.com/category/view-all/" />. Google's canonical documentation supports this consolidation pattern. The view-all page gets indexed. Paginated pages pass signals to it.
Load time considerations
View-all pages load more content than standard pages. Test with Core Web Vitals. Lighthouse reports cumulative layout shift and largest contentful paint metrics that matter. If the view-all page scores poorly, reconsider the approach. Serve compressed images and lazy-load below-the-fold content.
Pagination alongside view-all
Include traditional pagination links for users who prefer browsing page by page. The view-all page acts as the canonical target. Paginated pages remain navigable. Ahrefs tested this dual setup and found no negative SEO impact. The view-all page ranks. Users can still flick through smaller pages.
Noindex view-all for large sets
For categories with hundreds of items, keep the view-all page but add a noindex tag. This prevents Google from indexing a bloated page. Set the canonical on paginated pages to page 1 instead. Search Engine Journal recommends this hybrid approach for large catalogs. The view-all page exists for users. Paginated pages serve the index.
Styling the view-all toggle
Add a clear link to the view-all page near the pagination controls. Use text like "View all items" instead of hiding the option behind a dropdown. Google follows visible links more reliably than JavaScript-triggered elements. Google's link best practices state that anchor tags with href attributes are the safest discovery path.
Mobile view-all pages
Mobile users on slow connections may struggle with a single massive page. Consider serving a truncated view-all on mobile. Use a rel="alternate" tag pointing to the mobile version. Google's mobile-first indexing means the mobile version affects rankings first. Keep mobile pages lean.
The view-all page audit
Identify every paginated series on your site. Check if a view-all page exists. Verify the canonical chain points to the view-all URL. Test page load speed with PageSpeed Insights. Note the gap between your current pagination setup and the view-all best practice. Audit quarterly.