Official statement
Other statements from this video 32 ▾
- 1:07 How does Google actually determine which pages to crawl first on your site?
- 2:07 Are category pages really crawled more by Google?
- 5:21 Should you really optimize product page titles for Google or for users?
- 5:22 Can multiple pages really share the same H1 without risking SEO?
- 6:54 Are mouseover links truly crawlable by Google?
- 9:54 Does Googlebot really follow hidden internal links that appear on hover?
- 10:53 Should you block JavaScript scripts in your robots.txt?
- 13:07 How can you make the most of Search Console to optimize your mobile SEO strategy?
- 16:01 Should you really make your JavaScript files accessible to Googlebot?
- 18:06 Should you really keep your Disavow file even with dead domains?
- 21:00 Can Google Really Handle JavaScript Indexing Effectively?
- 21:45 How can you isolate SEO traffic from a subdomain or mobile version in Search Console?
- 23:24 How many articles should you display per category page for optimal SEO?
- 23:32 Does the canonical tag really transfer as much signal as a 301 redirect?
- 29:00 Is duplicate content really a top SEO concern we should address?
- 29:12 Does the Disavow file really nullify all disavowed backlinks?
- 29:32 Do canonical tags really transmit SEO signals like a 301 redirect?
- 30:26 Should you really clean your Disavow file of dead and redirected URLs?
- 33:21 Is JavaScript really a challenge for Google’s crawling?
- 36:20 Should you really set noindex on sparsely populated category pages?
- 40:50 Is it really necessary to switch your site to HTTPS for SEO?
- 41:30 Does HTTPS really enhance your SEO, or is it just a Google myth?
- 45:25 Does Google really remove misleading pages or does it simply downgrade them?
- 47:32 How can you speed up the deindexing of orphan pages that drag down your Google index?
- 48:06 Does duplicate content really affect your site's crawl budget?
- 53:30 Do Google spam reports really trigger actions?
- 57:26 Does descriptive content on category pages really solve the indexing issue?
- 59:12 Do empty category pages really harm indexing?
- 63:20 Should you really rewrite all product descriptions to rank in e-commerce?
- 70:51 Can Google merge your international sites if the content is too similar?
- 77:06 Should you really avoid canonicals pointing to page 1 on paginated series?
- 80:32 Should you really rely on 404 errors to clean up Google’s index of orphaned URLs?
Google strongly advises against using a canonical tag pointing to the first page of a paginated series. Each page in a pagination contains unique content and should be indexed as a distinct entity. This stance requires a review of practices inherited from the rel=prev/next era, where SEO signals were artificially consolidated onto the first page.
What you need to understand
Why is Google changing its stance on pagination?
For years, SEOs applied a logic of signal consolidation: pointing all pages in a series to page 1 with a canonical tag to avoid diluting PageRank. This approach seemed sensible during the rel=prev/next era, before its official abandonment.
Mueller now clearly states: each paginated page contains distinct content. Different products, different articles, different search results. Forcing a canonical to page 1 essentially tells Google, 'ignore these unique contents.' This is counterproductive if you want every page to be discoverable.
What does a 'unique entity' mean in this context?
A unique entity is a URL that meets a specific search intent. If a user types 'women's running shoes page 3', they want to see page 3, not be redirected to page 1. Google wants to index and rank that page independently.
The classic trap: confusing pagination with technical duplicate content. Page 2 is not a duplicate of page 1, even if the HTML structure is identical. The products or articles displayed are different, so the content is too.
Does this rule apply to all types of pagination?
This statement mainly targets listing pagination: e-commerce categories, blog archives, internal search results. This is where the canonical error towards page 1 was most prevalent.
Edge cases exist: pagination of an article divided into several pages (slideshows, long guides). There, the question arises differently. If the pages don't stand alone, a canonical to a 'view all' version may be justified. But be careful: Google prefers a long single page over artificial splitting.
- Each paginated page should have its own self-referencing canonical (page 2 → canonical to page 2)
- Abandon the practice of pointing all pages to page 1, except in very specific cases
- Do not confuse pagination with duplication: the displayed content differs from page to page
- Prefer a single 'view all' page if the content is too fragmented and UX allows it
- Monitor the effective indexing of pages 2, 3, 4+ after canonical changes
SEO Expert opinion
Is this statement consistent with field observations?
Yes, and that's what is unsettling. Many sites have applied the 'canonical to page 1' logic for years without facing any obvious penalties. But the absence of a sanction does not mean it was optimal. Pages 2+ were simply ignored, limiting indexing surfaces and long tail traffic opportunities.
I have observed net gains on e-commerce sites after switching to self-referencing canonicals on pagination. Pages 3-4-5 began to rank for niche queries, increasing overall traffic by 15-20%. The issue is that this strategy requires each page to have enough unique content to justify its indexing.
What nuances should be added to this rule?
Mueller speaks of 'distinct content', but he doesn't provide any quantitative thresholds. How many products per page? How much minimum descriptive text? [To be verified]: Google does not provide a clear metric, leaving SEOs in a gray area.
If your pagination displays 5 products per page with zero accompanying text, each paginated page is technically 'unique' but remains low in content. Google may index and then gradually de-index those pages for lack of added value. Self-referencing canonical tags are not enough; the page must deserve to exist.
In what cases does this rule not apply?
Articles divided into multiple pages ('next page') are an edge case. If your 10,000-word SEO guide is split into 5 parts, and each part makes no sense in isolation, the canonical to an 'all-in-one' version remains defendable. But Google prefers that you directly serve the full version.
Parametric filters (color, size, price) are not pagination in the strict sense. Here, canonicals often need to point to a reference URL to avoid a combinatorial explosion. Do not mix the two issues.
Practical impact and recommendations
What should you do concretely on an existing site?
First step: audit the current canonicals on your paginated pages. If they all point to page 1, that's the pattern to correct. Use a crawler (Screaming Frog, Oncrawl) to extract all URLs with parameters ?page=, /page/2/, etc., and check their canonical tags.
Second step: switch to self-referencing canonicals. Each page 2 should have <link rel="canonical" href="https://site.com/category/page/2/">. This is the new standard according to Google. Also, ensure that your rel=prev/next tags have disappeared; they have been obsolete for years.
What mistakes should be avoided during this transition?
Common mistake: removing canonicals without replacing them. A page without a canonical is interpreted as self-referencing, indeed, but it’s better to be explicit. Google will appreciate the clarity of the signal, especially if your URLs are complex with multiple parameters.
Another trap: deploying this logic on pages lacking real content. If your page 15 displays 3 out-of-stock products with 50 words of text, Google is likely to consider it thin content and ignore it. The self-referencing canonical does not create value where there is none.
How to check if the new setup works?
In Search Console, monitor the evolution of the number of indexed pages 4-6 weeks after deployment. You should see an increase if your pages 2+ were previously canonicalized to page 1. Also, use the 'Coverage' report to detect any potential 'Detected, currently not indexed' errors.
Check server logs to verify that Googlebot is crawling pages 2, 3, 4+. If the crawl stagnates on page 1, it may be a crawl budget issue or a sign that your paginations lack popularity (insufficient internal links). Strengthen the internal linking to paginated pages if necessary.
- Audit all canonical tags on paginated pages (?page=, /page/2/, etc.)
- Switch to self-referencing canonicals (page 2 → canonical page 2)
- Ensure rel=prev/next tags have been removed (obsolete for a while)
- Ensure that each paginated page contains enough unique content
- Monitor indexing in Search Console 4-6 weeks after deployment
- Analyze server logs to confirm crawling of pages 2+
❓ Frequently Asked Questions
Dois-je absolument supprimer toutes mes balises canonical pointant vers la page 1 d'une pagination ?
Que faire si mes pages paginées ont peu de contenu (5-10 produits par page) ?
Les balises rel=prev/next sont-elles encore utiles en complément des canonical ?
Cette règle s'applique-t-elle aussi aux filtres de recherche interne (couleur, taille, prix) ?
Comment vérifier que Google indexe bien mes pages paginées après modification ?
🎥 From the same video 32
Other SEO insights extracted from this same Google Search Central video · duration 54 min · published on 24/08/2017
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.