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

When using sliders with numerous links, ensure that you do not include all of them at once to avoid complicating Google's understanding of the context. Study how users interact with various navigation setups.
4:25
🎥 Source video

Extracted from a Google Search Central video

⏱ 47:04 💬 EN 📅 29/06/2017 ✂ 10 statements
Watch on YouTube (4:25) →
Other statements from this video 9
  1. 1:34 Pourquoi Google ignore-t-il parfois l'image principale de vos articles ?
  2. 2:37 Les interstitiels publicitaires peuvent-ils vraiment faire chuter vos positions dans les SERPs ?
  3. 6:45 PageSpeed Insights reflète-t-il vraiment les critères de classement de Google ?
  4. 9:28 Faut-il vraiment passer tous les liens de widgets en nofollow ?
  5. 11:00 Les ID de session dans vos URLs tuent-ils votre référencement ?
  6. 14:53 Les communiqués de presse dupliqués nuisent-ils vraiment au référencement ?
  7. 15:46 Le SameAs Schema est-il vraiment utile pour le SEO ou juste pour les profils sociaux ?
  8. 17:46 Pourquoi Google ignore-t-il les fichiers robots.txt placés dans les sous-répertoires ?
  9. 35:07 Faut-il vraiment s'inquiéter des chaînes de redirections au-delà de 5 sauts ?
📅
Official statement from (8 years ago)
TL;DR

Google recommends avoiding the display of all links from a slider at once in the HTML code to prevent confusing the context of the page. The challenge is to prioritize internal link signals based on their actual relevance. Analyze user interactions to calibrate navigation, as an excess of links dilutes PageRank and complicates crawling.

What you need to understand

Why is Google concerned about the number of internal links on a page?

Google crawls and analyzes the content of a page to understand its topic, structure, and thematic hierarchy. Each internal link present in the HTML code is a signal of relevance and context. When a page contains 200 links from a slider loaded on the first render, the engine can no longer distinguish between structural and secondary links.

The issue arises with modern JavaScript carousels that inject all slides into the DOM upon loading, often for perceived performance or misunderstood accessibility reasons. Google can read all this, but it loses the ability to prioritize: which link deserves PageRank? Which link truly describes the page? The dilution is complete.

How does Google 'read' a slider with several dozen links?

The Googlebot executes the JavaScript and sees the final HTML, which is sent to the browser after the complete render. If the slider loads 50 links generated in the code, all these links are crawlable and pass PageRank. But Google has to guess which are truly important for the user and for the page's theme.

Mueller's statement emphasizes a point that is rarely clarified: Google tries to understand the 'context' of a page, not just its raw links. Flooding the code with ancillary links, even in a slider, muddles this context. The engine can no longer differentiate between a structural link and a decorative link.

What does 'studying how users interact' mean in SEO practice?

Mueller refers to a user-centric approach to calibrate internal linking. If your analytics show that only 3-4 slides of the carousel are actually viewed, why load 20 complete slides in the source code? It's noise for Google and unnecessary weight for crawling.

The idea is to implement sliders that load links progressively (lazy loading of subsequent slides) or to limit the number of visible links at any given moment in the HTML. Non-priority links can be added as user interaction occurs, through JavaScript triggered by an event. Google will then see a cleaner and contextually coherent page.

  • A slider with 50 links loaded at once dilutes PageRank and muddles the thematic understanding of the page.
  • Google executes the JavaScript and analyzes the final HTML code: everything in the DOM counts.
  • Mueller's recommendation encourages loading links progressively, based on real visitor interaction.
  • Analytics data (interaction rate per slide, scroll depth) should guide the technical decision on the number of exposed links.
  • The 'context' of a page is a ranking criterion: too many links degrade it.

SEO Expert opinion

Is this statement consistent with observed reality?

Yes, and it confirms intuitions of advanced SEO practitioners over the years. Sites that have streamlined their internal linking by removing link-packed mega-menus or delaying the loading of heavy sliders have often seen improvements in crawl budget and rankings on strategic pages. Google rarely states this so clearly, but the signal is clear.

That said, Mueller remains vague about the exact threshold. How many links is 'too many'? 50? 100? No specific data, which is frustrating for those wanting to optimize finely. [To be verified] on a diverse set of sites, as the impact varies depending on domain authority and site depth.

What are the risks of misinterpreting this advice?

The first risk is to damage accessibility by hiding all links from crawling under the pretext of 'simplifying context'. Google does not ask for links to be hidden, just not to load them all at once. If you use poorly configured lazy loading (without SSR fallback or prerender), Google may miss structural links.

The second risk is over-optimizing by removing all sliders. Some e-commerce sites need product sliders for their UX. The goal is to differentiates essential links from contextual links, not to flatten everything. A fine analysis of actual navigation via analytics is essential.

In what cases does this rule not fully apply?

On a site with very high authority (like Amazon or Wikipedia), Google crawls and indexes almost everything, even with 300 links per page. Crawl budget is not a constraint for these giants. Internal PageRank dilution still exists, but the ranking impact is less critical due to external authority.

On a niche site with few pages (20-50), the question of the number of internal links is secondary. The real priority lies elsewhere: content quality, backlinks, E-E-A-T. Focus on this advice if you manage a site with several thousand pages with constrained crawl budget (mid-range e-commerce, media, directories).

Practical impact and recommendations

What should be done practically about your current sliders?

Start with an audit of the sliders present on your templates (homepage, categories, product sheets). Identify how many links are loaded in the initial HTML code. Use the Google Search Console inspection tool ('View the crawled page') to see what Googlebot actually receives.

If a slider loads 30+ links at once, implement deferred loading for non-visible slides. Keep 3-5 slides in the initial HTML, and load subsequent slides as interaction occurs (clicking arrows, swiping). Ensure that lazy loading is compatible with Googlebot's rendering.

How can I ensure that my internal linking remains coherent after optimization?

Use an SEO crawler (Screaming Frog, Oncrawl) to map the number of outgoing links per page and their distribution. Identify pages with over 150 internal links: these are your priority targets. Compare with analytics data: are these links actually clicked?

Set up regular monitoring of the crawl rate of strategic pages via Search Console. If the crawl rate of deeper pages increases after reducing the number of links on hub pages, it’s a good sign. The crawl budget is better distributed.

What mistakes should be avoided when redesigning navigation?

Do not abruptly remove all sliders without analyzing their contribution to the conversion rate. A well-designed slider generates clicks and revenue. The goal is not to sacrifice UX for SEO but to find balance.

Avoid also hiding all links via JavaScript without an SSR alternative. If Google no longer sees any links in the initial HTML, it will not be able to crawl your deep pages. Lazy loading must be gradual and reversible, not radical.

  • Audit all sliders on the site to count the links loaded in the initial HTML
  • Implement gradual lazy loading for sliders with more than 5 slides
  • Check Googlebot rendering via Search Console after each modification
  • Monitor crawl metrics (pages crawled per day, budget consumed) over 4 weeks
  • Analyze actual click rates on the slides via heatmaps or behavioral analytics
  • Maintain a number of internal links per page under 150 for hub pages
Streamlining the number of internal links loaded simultaneously improves Google's understanding of context and optimizes crawl budget. This requires a fine analysis of actual navigation and sometimes delicate technical adjustments. If you manage a complex site or lack developer resources, working with a specialized SEO agency can accelerate compliance and secure ranking gains.

❓ Frequently Asked Questions

Combien de liens internes maximum par page selon Google ?
Google n'a jamais communiqué de seuil officiel. L'ancienne limite de 100 liens (époque PageRank toolbar) n'est plus d'actualité. Mueller recommande surtout de ne pas charger tous les liens d'un slider d'un coup, sans donner de chiffre précis. En pratique, restez sous 150 liens sortants pour les pages stratégiques.
Le lazy loading des sliders est-il compatible avec le crawl de Google ?
Oui, à condition que le lazy loading soit déclenché par des événements que Googlebot peut simuler (scroll, intersection observer). Si les liens sont chargés uniquement au clic utilisateur, Google ne les verra pas. Testez toujours avec l'outil d'inspection de Search Console.
Un slider avec 50 liens dilue-t-il vraiment le PageRank interne ?
Oui. Le PageRank interne se distribue entre tous les liens sortants d'une page. Plus il y a de liens, moins chacun reçoit de « jus ». Si 40 de ces liens sont dans un slider peu utilisé, c'est du PageRank gaspillé qui n'irrigue pas les pages stratégiques.
Dois-je supprimer tous mes sliders pour améliorer mon SEO ?
Non. Supprimez ou optimisez ceux qui chargent trop de liens inutiles dans le code HTML initial. Un slider de 3-5 slides utiles et réellement consultés par les visiteurs n'est pas un problème. L'enjeu est la cohérence entre code HTML et comportement utilisateur réel.
Comment savoir quels liens de mon slider sont réellement cliqués ?
Utilisez Google Analytics 4 avec un tracking événementiel sur les clics de slider, ou des outils de heatmap (Hotjar, Crazy Egg). Si seuls 3 slides sur 10 génèrent des clics, ne chargez que ces 3 dans le HTML initial et différez les autres.
🏷 Related Topics
Content Links & Backlinks Pagination & Structure

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 47 min · published on 29/06/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.