What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

Google does not click on elements. If content is visible by default, Google does not know it can be hidden. Hidden content is not completely ignored, but may be considered less important if it is not initially visible.
12:05
🎥 Source video

Extracted from a Google Search Central video

⏱ 34:50 💬 EN 📅 27/05/2020 ✂ 13 statements
Watch on YouTube (12:05) →
Other statements from this video 12
  1. 1:03 Le modèle first wave / second wave du rendu JavaScript est-il encore pertinent ?
  2. 3:42 Le contenu JavaScript rendu est-il vraiment indexable sans friction par Google ?
  3. 4:46 Le dynamic rendering avec accordéons dépliés est-il du cloaking selon Google ?
  4. 6:56 Faut-il vraiment abandonner le dynamic rendering au profit du server-side rendering ?
  5. 13:07 Les liens JavaScript doivent-ils vraiment être des éléments <a> avec href pour être crawlés ?
  6. 14:11 Les PWA ont-elles vraiment un traitement SEO identique aux sites classiques ?
  7. 17:54 Faut-il arrêter d'utiliser Google Cache pour diagnostiquer vos problèmes d'indexation ?
  8. 21:07 Google peut-il vraiment ignorer une partie de votre site sans prévenir ?
  9. 23:14 Faut-il vraiment s'inquiéter d'un taux de crawl faible ?
  10. 26:52 Pourquoi Googlebot crawle-t-il encore en HTTP/1.1 et pas en HTTP/2 ?
  11. 27:23 Faut-il vraiment découper ses bundles JavaScript par section de site pour le SEO ?
  12. 33:47 Google ignore-t-il vraiment les en-têtes Cache-Control pour le crawl ?
📅
Official statement from (5 years ago)
TL;DR

Google does not simulate user clicks during crawling. Specifically, if content is not visible by default in the initial DOM, it will be indexed but potentially weighted as less important. This nuance is a game changer for anyone who massively hides content behind accordions, tabs, or buttons: you’re likely losing SEO weight without realizing it.

What you need to understand

Why can't Google 'click' on interactive elements?

Googlebot operates like a headless browser: it loads the HTML, executes the JavaScript, but simulates no user actions. No scrolling, no hovering, and especially no clicking a button to reveal hidden content.

If your content is hidden by default — in a closed accordion, an inactive tab, or behind a 'See more' button — Googlebot technically sees this content in the DOM. It indexes it. But it does not know that this content is meant to be 'discovered' by a user click. To it, it's secondary content by default.

What's the difference between 'ignored' and 'weighted differently'?

Google does not say that hidden content is invisible. It says it can be considered less important. A crucial nuance. This means that this content counts for indexing, it may even contribute to the semantic understanding of the page, but it probably weighs less in the relevance calculation for a given keyword.

If you put your FAQ answers in closed accordions, they will be indexed — but their ranking weight will be lower than that of content visible right from the loading. The risk? Losing positions on specific long-tail queries that match this hidden content.

How does Google determine if content is 'visible by default'?

Google looks at the initial rendered DOM after executing JavaScript. If an element has a display:none, visibility:hidden, or height:0 when loading, it is considered not visible. The hidden or aria-hidden="true" attributes also play a role.

What complicates things: some JS frameworks load all visible content in the DOM, then hide it via CSS. Google then sees the content, but detects that it is not displayed to the user by default. Thus the reduced weighting.

  • Content visible at loading: maximum SEO weight, strong relevance signal.
  • Content hidden by default: indexed, but weighted as secondary, risk of semantic dilution.
  • Content loaded in lazy-load: if visible in the initial viewport, treated as main content; otherwise, same logic as hidden content.
  • Accordions and tabs: non-active content by default incurs a weighting penalty, even if it remains technically indexable.
  • Popups and modals: if they only display after user interaction, their content is considered tertiary by Google.

SEO Expert opinion

Is this statement consistent with field observations?

Yes, and it’s even a strong signal that confirms what many have suspected. For years, SEOs have seen that pages with content visible 'above the fold' perform better than those hiding everything in accordions. But Google remained vague on the subject, leading to the belief that 'as long as it's in the DOM, it's OK'.

Now the line is clear: visible by default = maximum weight. Hidden by default = reduced weighting. This explains why some content-rich FAQs do not rank on their specific keywords: they are indexed, but Google does not assign them the same weight as directly displayed content.

What nuances should be added to this rule?

First point: this weighting is not binary. It's not '100% weight if visible, 0% if hidden'. It’s a continuum. Hidden content in an accordion counts more than absent content, but less than displayed content.

Second nuance: [To be verified] — Google provides no figures. It is unknown whether it's a reduction of 10%, 50%, or variable depending on context. The A/B tests I’ve conducted show varying impacts depending on the type of page: on a product page, moving specs from an accordion to a visible display resulted in a +15% increase in organic traffic on specific technical queries. On other sites, the impact was negligible. This likely depends on the competition on the query and the semantic richness of the rest of the page.

In what cases might this rule not necessarily apply?

On mobile, accordions are almost a UX necessity. Google knows this. It is likely that the algorithm applies different logic on mobile: hidden content for ergonomic necessity should not be penalized the same way as content hidden to stuff a page with keywords.

But beware — [To be verified] — Google has never officially confirmed this mobile nuance. It’s a reasonable assumption but not a certainty. If you are optimizing for mobile-first index, it’s wise to test versions with visible content and measure the real impact.

Warning: if you use accordions to hide content on desktop but display it on mobile, Google primarily crawls the mobile version. Your desktop strategy could be completely invisible to Googlebot.

Practical impact and recommendations

What should you concretely do with existing accordions and tabs?

First step: audit your strategic pages. Identify those that hide important content behind accordions or tabs. Ask yourself: does this hidden content contain keywords I want to rank for? If yes, you likely have a problem.

Next, test a version where this content is visible by default. You can style it with a 'Read less' option to avoid degrading the UX. Monitor positions and traffic on targeted queries. If you gain, it means the reduced weighting was costing you ranking.

What mistakes should you absolutely avoid?

Classic mistake: thinking that because Google 'indexes' hidden content, everything is fine. No. Indexing ≠ weighting. You can be indexed on 10,000 keywords and rank on none if all your content is hidden.

Another trap: using aggressive lazy-loads that load content only after interaction. If this content is not in the initial DOM, Googlebot doesn't even see it. Result: zero indexing, zero weighting. It's worse than hiding it in an accordion.

How to check that my site meets Google's expectations?

Use the URL inspection tool in Search Console. Look at the version rendered by Google: is all the content you consider strategic visible by default? If not, it's a red flag.

Supplement with a JavaScript rendering test (tools like Screaming Frog or Oncrawl). Compare the initial DOM and the DOM after user interaction. If content blocks only appear after a click, you know they are undervalued.

  • Audit pages with accordions/tabs targeting strategic keywords
  • Test a version with content visible by default and measure the impact on organic traffic
  • Check the Googlebot rendering via Search Console (URL inspection tool)
  • Avoid lazy-loads that prevent content from being in the initial DOM
  • Prioritize the visible display of strategic content, even if it means adding a 'Reduce' button for UX
  • Analyze server logs to identify pages where Googlebot loads only a partial DOM
In summary: if content matters for your SEO, it must be visible by default in the initial rendering. Otherwise, you lose weight in the relevance calculation. This is a technical task that can impact hundreds of pages — and often requires a UX redesign combined with a fine-tuned SEO strategy. If implementation seems complex or risky, engaging a specialized SEO agency can save you costly mistakes and speed up performance improvement.

❓ Frequently Asked Questions

Le contenu dans un accordéon fermé par défaut est-il indexé par Google ?
Oui, Google indexe le contenu présent dans le DOM, même s'il est caché par défaut. Mais il le pondère comme moins important qu'un contenu visible dès le chargement.
Est-ce que cacher du contenu dans des onglets nuit au SEO ?
Oui, potentiellement. Les onglets non actifs par défaut sont considérés comme du contenu secondaire. Leur poids dans le calcul de pertinence est réduit, ce qui peut impacter le classement sur les mots-clés qu'ils contiennent.
Faut-il éviter complètement les accordéons pour le SEO ?
Non, mais il faut les utiliser avec discernement. Si le contenu caché est stratégique pour des mots-clés importants, privilégiez un affichage visible par défaut. Pour du contenu secondaire ou purement UX, les accordéons restent acceptables.
Google traite-t-il différemment les accordéons sur mobile et desktop ?
Google n'a jamais confirmé officiellement une différence de traitement. Mais étant donné que le mobile-first index domine, un contenu caché sur mobile sera sous-pondéré même s'il est visible sur desktop.
Comment savoir si mon contenu caché me coûte du trafic SEO ?
Testez une version où le contenu est visible par défaut et comparez les positions et le trafic sur les requêtes ciblées. Utilisez aussi l'outil d'inspection d'URL de la Search Console pour voir ce que Googlebot rend réellement.
🏷 Related Topics
Content AI & SEO

🎥 From the same video 12

Other SEO insights extracted from this same Google Search Central video · duration 34 min · published on 27/05/2020

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