Pagination handling for SEO has evolved significantly. Google deprecated rel='next'/rel='prev' tags in 2019, leaving site owners to manage paginated content with a slightly more nuanced approach. The 2026 best practices for paginated archives (blog category pages, ecommerce category pages, search result archives, paginated articles): (1) Use self-referencing canonical tags on each paginated page. Page 2 should canonical to page 2, not back to page 1. Canonicalizing all pagination back to page 1 was a common pre-2019 pattern that often caused pages 2+ to be deindexed entirely, losing the deep-content products or articles only accessible through pagination. (2) Ensure each paginated page has unique title tags and meta descriptions. Common patterns: 'Category Name - Page 2 | Site Name', 'Category Name (Page 2 of 12) | Site Name'. The page number variation provides enough uniqueness for Google to index each page distinctly. (3) Provide clear internal linking between paginated pages. Numbered links to specific page numbers (1, 2, 3, ... 12), plus next/previous links, plus links to first/last pages give users and crawlers clear navigation. Avoid pagination patterns that only show 'Load more' JavaScript without underlying URL-based pages — these create discoverability issues for content beyond the initial view. (4) Consider 'View all' alternatives for shorter archives. If your category has 50 or fewer items, a single 'view all' page may rank better than paginated archives because it consolidates topical relevance into one URL with deep content. For larger archives, pagination is necessary, but the 'view all' option for sub-segments often performs well. (5) Submit only the first page in your XML sitemap if pagination depth is high (10+ pages). Google can still discover deeper pages through internal links, but sitemap inclusion of every paginated URL can dilute crawl budget. For shallow pagination (under 5 pages), submitting all pages is fine. (6) Don't use noindex on paginated pages 2+. This was a common 2019-era recommendation that has aged poorly — it can cause Google to stop following links from those pages, suppressing crawling of items only accessible through deeper pagination. Allow indexing and let Google decide which paginated pages to surface. (7) For ecommerce specifically: combine pagination with proper category structure and faceted navigation handling. Faceted parameter URLs (filters, sorts) should be canonicalized to the clean parameter-free URL or noindex'd if they create infinite combinations. The category URL itself can be paginated normally. The Canadian-specific consideration: Canadian ecommerce sites with bilingual content need to ensure pagination works consistently in both language versions, with hreflang reciprocity preserved across paginated pages. /en/category/page-2/ should hreflang to /fr/categorie/page-2/ and vice versa. Mismatched pagination depth between language versions causes hreflang validation errors that suppress both language versions.