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 page number in the URL should not be used to determine the order or tracking of pagination. Our system does not rely solely on this to understand the navigation structure.
48:31
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h05 💬 EN 📅 20/10/2017 ✂ 29 statements
Watch on YouTube (48:31) →
Other statements from this video 28
  1. 1:05 Les guides de style Google influencent-ils vraiment le classement SEO de votre site ?
  2. 1:05 Les guides de style de Google pour développeurs influencent-ils vraiment votre SEO ?
  3. 2:19 Cache et Similaire sur Google : pourquoi cette distinction change-t-elle votre stratégie SEO ?
  4. 2:19 Comment contrôler les versions en cache et les suggestions de pages similaires dans Google ?
  5. 4:55 Pourquoi faut-il plusieurs mois pour qu'une amélioration de contenu impacte le classement ?
  6. 4:58 Combien de temps faut-il vraiment pour que Google réévalue la qualité d'un contenu ?
  7. 6:24 La popularité de marque influence-t-elle vraiment le classement Google ?
  8. 6:25 La popularité de marque influence-t-elle vraiment le classement Google ?
  9. 9:44 Faut-il supprimer ou noindexer les contenus dupliqués détectés par Panda ?
  10. 10:46 Le texte d'ancre précis booste-t-il vraiment votre SEO plus qu'une ancre générique ?
  11. 11:20 La vitesse de chargement est-elle vraiment un facteur de classement ou juste un mythe SEO ?
  12. 13:20 La vitesse de chargement est-elle vraiment un critère de classement SEO décisif ?
  13. 15:02 Le contenu sous onglets est-il vraiment indexé par Google en mobile-first ?
  14. 15:28 Le contenu masqué dans les onglets est-il vraiment indexé en mobile-first ?
  15. 17:35 Comment Google indexe-t-il réellement les produits identiques sur plusieurs URL ?
  16. 19:33 Faut-il vraiment contacter les webmasters avant de désavouer des backlinks toxiques ?
  17. 20:32 Faut-il vraiment utiliser l'outil de désaveu pour gérer les backlinks toxiques ?
  18. 24:17 Comment Google classe-t-il vraiment les pages de médias sociaux d'une marque dans ses résultats de recherche ?
  19. 26:56 L'indexation mobile fonctionne-t-elle vraiment avec les sites séparés m-dot et dynamiques ?
  20. 27:41 L'indexation mobile-first traite-t-elle vraiment tous les types de sites mobiles de la même manière ?
  21. 29:02 Comment Google ajuste-t-il réellement vos positions en temps réel ?
  22. 29:09 Les algorithmes de Google fonctionnent-ils vraiment en temps réel ?
  23. 30:18 Pourquoi la Search Console ne montre-t-elle qu'une fraction de vos backlinks réels ?
  24. 38:51 Les mauvais backlinks peuvent-ils vraiment pénaliser votre site ?
  25. 39:53 Les PBN sont-ils vraiment détectables par Google ou simple pari risqué ?
  26. 50:34 Hreflang norvégien : faut-il vraiment privilégier NO-NO au lieu de NO-NB ?
  27. 52:37 Faut-il encore se soucier de l'échappement d'URLs pour le crawl JavaScript de Google ?
  28. 57:17 Google indexe-t-il vraiment tout le JavaScript d'un site web ?
📅
Official statement from (8 years ago)
TL;DR

Google states that page numbers in the URL do not determine the order or structure of pagination. The engine relies on other signals to understand navigation. This means your rel="next"/"prev" tags and internal linking matter much more than the simple /page/2/ in the URL.

What you need to understand

What does Google really mean by ‘not relying on the page number’?

This statement by John Mueller challenges a widespread belief: many SEOs thought that Google automatically detected pagination through patterns like /page/2/, /page/3/, etc. The reality is more nuanced. The engine does not use these numbers as a direct signal to reconstruct the order of paginated pages.

Instead, Google relies more on internal links between pages, the DOM structure, and historically on the rel="next"/"prev" tags (even though they have not been officially supported since March 2019). The number in the URL can be completely arbitrary — you could have /abc/xyz/ and /def/uvw/ — as long as the navigation signals are consistent.

Why does this confusion persist among practitioners?

Many CMS and frameworks generate URLs with a numerical pattern (/page/1/, /page/2/), which creates a mental association: ‘the system must see that 2 follows 1’. This is incorrect. Google crawls and indexes each URL independently and then attempts to reconstruct the navigation relationship through links.

SEOs have long used the rel="next" and rel="prev" tags to clarify this structure. Since their official abandonment, Google has increasingly relied on analyzing internal links and patterns of duplicate or semi-duplicate content. If your pagination is not clear through linking, Google may treat each page as an isolated entity.

What are the actual signals that Google uses to understand pagination?

The engine analyzes the internal linking: presence of ‘Next Page’, ‘Previous Page’ links, clickable numbering. It also observes a common HTML structure across paginated pages (same template, same main content area). If two pages share 80% of the DOM and are linked by a ‘Next’ link, Google infers a series relationship.

It also monitors duplication patterns: if a product list partially repeats from one page to another, with simply an offset of items, it is a strong indicator of pagination. Finally, XML sitemaps can help if you include all paginated pages with consistent priorities, but this is not a direct signal of sequence.

  • Clear internal linking between paginated pages (visible and crawlable Prev/Next links)
  • Consistent HTML structure and repeatable across all pages in the series
  • Semi-duplicate content patterns analyzed to detect series
  • XML sitemaps including all paginated pages to facilitate crawling
  • No canonicalization to page 1 if each page has distinct content to index

SEO Expert opinion

Is this statement consistent with real-world observations?

Yes and no. On e-commerce sites or large blogs, it is observed that Google sometimes ignores pages 2, 3, 4+ if the internal linking is weak or if these pages are canonicalized to page 1. But we also see cases where Google correctly crawls and indexes paginations with exotic URLs (/archives/part-alpha/, /suite/beta/), provided that the internal links are strong.

The problem is that Mueller does not provide any quantitative details: what is the exact weight of linking vs. URL pattern? How long does it take for Google to rebuild the series logic without rel="next"/"prev"? [To be verified] There is a lack of concrete data to assess the actual impact on crawl budget or indexing of deep pages.

In what cases does this rule not apply or cause problems?

On sites with endless pagination (infinite scroll), Google may never discover pages 2+ if they are only accessible via JavaScript with no HTML fallback. In this case, the URL pattern does not matter: without a crawlable link, nothing happens. Mueller speaks of ‘navigation structure’ but does not specify if this includes links loaded in JS.

Another case: paginations with combined filters (/category/page/2/?color=red&size=M). Google might interpret each combination as a distinct page, not as a logical sequence. If you want Google to understand pagination in this context, the linking must be ultra-explicit, with links to /page/3/ and /page/1/ from /page/2/. Otherwise, you risk fragmented silo indexing.

What is the gray area to watch for here?

The real question is: how does Google prioritize paginated pages for ranking? Mueller says that the number does not serve to determine the order, but we know that Google often favors page 1 in the SERPs, even if pages 2+ are indexed. Is this a freshness bias, more internal links pointing to page 1, or a hidden algorithmic logic?

[To be verified] Google does not communicate whether pages 2+ have a ranking 'handicap'. However, in practice, they rarely rank as well as page 1, even if their content is relevant. This suggests that there is an implicit signal favoring top pages, regardless of the number in the URL. Without official data, it’s an area open to interpretation.

Attention: If you have removed your rel="next"/"prev" tags thinking that Google didn’t care, check in Search Console that your pages 2+ are still being crawled and indexed. In some cases, their disappearance has led to reduced crawling of deep pages.

Practical impact and recommendations

What should you do concretely on a paginated site?

First, audit the internal linking of your paginated series. Each page should clearly point to the next and previous one, with anchors like ‘Next Page’ or ‘Previous’. If you use clickable numbering (1, 2, 3… 10), make sure it is in pure HTML, not generated solely in JS.

Next, check your canonicals. A classic mistake is to canonicalize all pages 2+ to page 1 to ‘avoid duplicate content’. However, if each pagination page contains unique products or articles, you lose their indexing. Canonical = self-referencing on each page, unless there is truly no SEO value to index.

What mistakes should you absolutely avoid?

Do not rely on the URL pattern to ‘explain’ pagination to Google. If your CMS generates /page-2/, /page-3/ but these pages are linked nowhere or blocked in robots.txt, Google will never discover them. The number is just a human label, not a robot signal.

Also, avoid noindexing pages 2+ by reflex. It was a common practice before, but if these pages contain unique content (e.g., different products), you forgo long-tail traffic. It’s better to optimize the linking and let Google index, even if it means monitoring the crawl budget on very large sites.

How can you check that your pagination is well understood by Google?

In the Search Console, go to Coverage > Indexed, and filter by URL pattern (e.g., /page/). How many pages 2+ are indexed? If you have 50 but only 5 appear, it’s a warning signal. Then check in Settings > Crawling > Crawl Statistics: are pages 2+ being crawled regularly?

Perform an internal link test with Screaming Frog: crawl your site by following only the HTML links. Are pages 2, 3, 4+ discovered naturally? If not, your linking is failing. Finally, in Google Search (site:yourdomain.com inurl:page), check how many paginated pages come up. A significant delta between existing pages and indexed pages = problem.

  • Ensure that each paginated page has HTML links to Prev/Next
  • Audit the canonicals: self-referencing on each page unless justified exception
  • Do not noindex pages 2+ if unique content should be valued
  • Control the real indexing in Search Console (Coverage)
  • Monitor the crawl budget if more than 1000 paginated pages (Crawl Statistics)
  • Test crawling with Screaming Frog to detect orphan pages
Pagination remains a delicate technical subject, especially on large inventory sites. If your architecture generates thousands of paginated pages, optimizing internal linking and navigation signals becomes quickly complex. A poor configuration can fragment indexing or waste crawl budget. For tailored support and to avoid common pitfalls, consulting a specialized SEO agency could be wise: they will know how to finely audit your structure and set up the right signals to maximize the visibility of your paginated content.

❓ Frequently Asked Questions

Google utilise-t-il encore les balises rel="next" et rel="prev" pour la pagination ?
Non, Google a officiellement cessé de les prendre en compte depuis mars 2019. Le moteur s'appuie désormais sur le maillage interne et l'analyse de structure pour comprendre les séries paginées.
Dois-je canonicaliser mes pages 2, 3, 4+ vers la page 1 ?
Seulement si ces pages ne contiennent aucun contenu unique à indexer. Si chaque page de pagination présente des produits ou articles différents, laissez un canonical self-referencing pour permettre leur indexation individuelle.
Puis-je utiliser des URLs sans numéro pour ma pagination ?
Oui, tant que le maillage interne est clair. Google ne se fie pas au pattern numérique dans l'URL. Vous pouvez avoir /suite-a/, /suite-b/, etc., pourvu que les liens Prev/Next soient présents et crawlables.
Comment éviter que Google ignore mes pages paginées profondes ?
Renforcez le maillage interne : ajoutez des liens depuis la page 1 vers les pages intermédiaires, et vice-versa. Incluez toutes les pages paginées dans votre sitemap XML. Surveillez le crawl dans la Search Console pour détecter les orphelines.
Les pages 2+ ont-elles moins de poids en SEO que la page 1 ?
Dans la pratique, oui. Même si Google les indexe, elles rankent généralement moins bien, probablement à cause d'un biais de liens internes (la page 1 reçoit plus de liens) et de fraîcheur perçue. Aucune donnée officielle ne confirme un handicap algorithmique direct.
🏷 Related Topics
Domain Age & History Links & Backlinks Domain Name Pagination & Structure

🎥 From the same video 28

Other SEO insights extracted from this same Google Search Central video · duration 1h05 · published on 20/10/2017

🎥 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.