What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

The use of rel=canonical in a paginated set must be cautious. If each paginated page has a canonical that points to the first page, the other pages will be ignored in indexing. If the individual pages are important for SEO, the rel=canonical should not reference them solely to the first page.
16:51
🎥 Source video

Extracted from a Google Search Central video

⏱ 59:23 💬 EN 📅 08/09/2015 ✂ 15 statements
Watch on YouTube (16:51) →
Other statements from this video 14
  1. 2:09 Les balises hreflang et canonical peuvent-elles faire disparaître vos pages de l'index Google ?
  2. 9:11 Combien de temps faut-il vraiment pour qu'un changement de domaine international soit indexé ?
  3. 16:42 Combien de temps faut-il vraiment pour qu'un changement SEO soit visible dans Google ?
  4. 19:59 Les sitemaps et Fetch as Google suffisent-ils vraiment à accélérer l'indexation ?
  5. 20:06 Le contenu dupliqué est-il vraiment pénalisé par Google ?
  6. 22:56 Les anomalies Google Search Console affectent-elles vraiment votre classement ?
  7. 23:12 Les fichiers JavaScript lourds pénalisent-ils vraiment le référencement Google ?
  8. 23:33 Le temps de chargement influence-t-il vraiment le classement Google ?
  9. 29:36 Une redirection 302 peut-elle vraiment devenir une 301 aux yeux de Google ?
  10. 31:45 Comment utiliser x-default pour gérer les versions linguistiques non reconnues ?
  11. 35:27 Pourquoi Google rejette-t-il les plugins de traduction automatique pour les sites multilingues ?
  12. 36:01 Les contenus automatiquement générés sont-ils vraiment pénalisés par Google ?
  13. 40:43 AdSense au-dessus du pli : Google tolère-t-il vraiment les annonces en haut de page ?
  14. 46:04 Faut-il vraiment une redirection 301 quand on met à jour du contenu existant ?
📅
Official statement from (10 years ago)
TL;DR

Google claims that pointing all paginated pages to the first via rel=canonical removes the other pages from indexing. If these pages have their own SEO value (unique content, long-tail), canonicalizing to page 1 is a strategic mistake. The challenge is to distinguish low-value paginations from series of pages that should be preserved individually.

What you need to understand

What’s the difference between rel=canonical and rel=next/prev?

The rel=canonical tag tells Google which version of a page should be considered the reference. When you place a canonical on page 2 that points to page 1, you are explicitly telling the search engine: "Index page 1, not this one."

The rel=next/prev tag, abandoned by Google since March 2019, was used to signal a paginated series. The algorithm now handles pagination independently, without these tags.

Why is canonicalizing all pages to page 1 a problem?

Specifically, if you have a product category spanning 10 pages and each page from 2 to 10 has a canonical pointing to page 1, Google ignores pages 2 to 10 in indexing. The products only present on these pages disappear from the results.

This is not a bug; it's the expected behavior of the canonical tag. You yourself indicate that these pages are duplicates of the first.

When does canonicalizing to page 1 make sense?

When the paginated pages are strictly identical in editorial content (same intro, same H1, only the product module changes), and you are not targeting any specific keywords on the subsequent pages. Typically: a blog with 200 articles per page, without long-tail value on pages 2+

But if each paginated page contains unique content (specific category descriptions, enriched filters, local keywords), canonicalizing to page 1 ends up wasting traffic potential.

  • The rel=canonical intentionally de-indexes targeted pages in favor of the reference page.
  • Since 2019, rel=next/prev is no longer considered by Google — the algorithm manages pagination on its own.
  • If the paginated pages contain unique SEO-value content, they should have a self-referential canonical.
  • Canonicalizing to page 1 only suits strictly mechanical paginations, without content variation.
  • Facet filters often generate pages with distinct canonicals, depending on the chosen indexing strategy.

SEO Expert opinion

Is this directive consistent with real-world observations?

Yes, and it aligns exactly with what we observe on e-commerce sites with poorly configured pagination. Pages 2+ disappear from Search Console and products present only there never rank.

The classic trap: a developer reads that they should "avoid duplicate content" and applies a canonical to page 1 across all pagination. The result is that 80% of the catalog becomes invisible. Google has been clear about this for years, but the confusion persists.

What nuances should be applied in practice?

The SEO reality is more subtle than "self-referential canonical everywhere". On a high-volume site, you need to segment: some paginations deserve complete indexing, others do not.

Concrete example: a category "Men's Shoes" with 500 products across 50 pages. Pages 2 to 5 can include relevant long-tail expressions ("brown leather men's shoes", "cheap men's sneakers"). Beyond page 10, organic traffic is nearly zero and the pages become wasted crawl budget.

The optimal strategy combines self-referential canonicals on the first pages, then noindex or infinite pagination on deeper pages. [To be verified]: Google has never provided a precise numeric threshold on the number of paginated pages to leave indexed — it's case by case based on crawl budget and internal PageRank.

When does this rule not apply?

When you deliberately want to consolidate the signal on a single page. On a blog with little differentiated monthly archives, canonicalizing to a "complete archive" page can strengthen the ranking of that pivotal page.

But be careful: if you canonicalize to page 1 while the subsequent pages receive direct backlinks, you lose some link juice. Google follows the canonical, but dilution occurs. It's often better to leave the page indexed and optimize the internal linking.

Attention: On highly seasonal sites, paginated pages can temporarily rank and then lose their value. Dynamically adjusting the canonical strategy based on search volumes can prevent the indexing of dead pages while preserving active opportunities.

Practical impact and recommendations

What should you do concretely on existing pagination?

Start with a Search Console audit: export all indexed URLs, filter those containing "?page=" or "/page/". Compare with organic traffic data. If the pages 2+ generate no clicks over 6 months, they are probably unnecessary in the index.

Next, check the canonical tag in the source code of each paginated page. If it consistently points to page 1, you have identified the problem. Replace it with a self-referential canonical on the pages to be preserved, and add a noindex on those without value.

What mistakes should be avoided during the redesign?

Never switch an entire pagination from page 1 canonical to self-referential canonical at once without checking the crawl budget. On a large site, this can trigger an explosion of indexed pages and dilute internal PageRank.

Another common mistake: leaving a self-referential canonical on paginated pages with strict duplicate content (same H1, same meta, only the order of products changes). Google may then arbitrarily choose which page to index, and it’s never the one you want.

How to check if the configuration is correct?

Use a Screaming Frog crawl or Oncrawl to extract all canonicals. Export to CSV, filter the lines where "Canonical URL" differs from "Address". Each line represents a page that canonicalizes elsewhere — check if it’s intentional.

At the same time, monitor the Search Console coverage report. If strategic paginated pages appear as "Excluded by canonical", it's because the canonical points elsewhere while they should be indexed. Fix it immediately.

  • Identify all indexed paginated pages via Search Console and check their real organic traffic.
  • Extract canonical tags from each paginated page via a complete technical crawl.
  • Replace canonicals pointing to page 1 with self-referential canonicals on pages with high SEO value.
  • Add a noindex or a canonical to page 1 only on deeper pages without traffic or long-tail potential.
  • Monitor the evolution of the number of indexed pages and crawl budget over 3 months post-redesign.
  • Adjust the strategy based on actual ranking and crawl data, without technical dogmatism.
Managing pagination remains a delicate technical challenge, where a misconfiguration can make whole sections of a catalog disappear. The issues of crawl budget, internal PageRank, and indexing strategy require sharp expertise and case-by-case analysis. If your site has complex pagination or an extensive catalog, working with a specialized SEO agency can save you months of trial and error and secure your organic performance.

❓ Frequently Asked Questions

Le rel=next/prev est-il encore utile en SEO aujourd'hui ?
Non, Google ne prend plus en compte ces balises depuis mars 2019. Le moteur gère désormais la pagination de manière autonome, sans signal explicite de ta part.
Dois-je toujours utiliser un canonical auto-référent sur mes pages paginées ?
Seulement si ces pages ont une valeur SEO propre : contenu unique, mots-clés spécifiques, potentiel de trafic. Sinon, un canonical vers page 1 ou un noindex peut être plus pertinent selon le crawl budget disponible.
Que se passe-t-il si une page paginée reçoit des backlinks mais a un canonical vers page 1 ?
Google transmet le jus de lien vers la page canonicalisée, mais une partie du signal peut se perdre. Si la page reçoit des liens de qualité, mieux vaut souvent la laisser indexée avec un canonical auto-référent.
Comment savoir combien de pages paginées je peux laisser indexées sans problème ?
Analyse ton crawl budget via les logs serveur et la Search Console. Si Googlebot crawle efficacement toutes les pages stratégiques, tu as de la marge. Sinon, priorise les pages à fort potentiel et noindex les autres.
Peut-on mélanger canonical auto-référent et noindex sur une même pagination ?
Oui, c'est même recommandé sur les gros catalogues : canonical auto-référent sur les premières pages à forte valeur, noindex sur les pages profondes sans trafic pour préserver le crawl budget.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO

🎥 From the same video 14

Other SEO insights extracted from this same Google Search Central video · duration 59 min · published on 08/09/2015

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.