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

With Mobile-First Indexing, hidden content within mobile accordions is indeed recognized by Google. The handling of accordion content on PC no longer impacts indexing as Google now crawls with the mobile Googlebot.
18:44
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h14 💬 EN 📅 04/06/2020 ✂ 44 statements
Watch on YouTube (18:44) →
Other statements from this video 43
  1. 2:22 What should you do if your site lost traffic after a Core Update without making any mistakes?
  2. 2:22 Are Core Web Vitals Really Going to Transform Your SEO Strategy?
  3. 3:50 Does a ranking drop after a Core Update really indicate an issue with your site?
  4. 3:50 Should You Really Wait Before Optimizing Core Web Vitals?
  5. 3:50 Why is Google delaying the complete transition to the Mobile-First Index?
  6. 7:07 Can Google really delay Mobile-First Indexing indefinitely?
  7. 11:00 Why doesn't Google canonicalize URLs with fragments in sitelinks and rich results?
  8. 11:00 Do URLs with fragments (#) in Search Console mean you need to rethink your tracking and analysis strategy?
  9. 14:34 Why do the numbers from Analytics, Search Console, and My Business never match?
  10. 14:35 Why do your Google metrics never align between Search Console, Analytics, and Business Profile?
  11. 16:37 How are FAQ clicks really counted in Search Console?
  12. 18:44 Are mobile and desktop accordions really neutral for SEO?
  13. 29:45 Does the rel=canonical via HTTP header really still work?
  14. 30:09 Does the HTTP header rel=canonical really work to manage duplicate content?
  15. 31:00 Why does Search Console still show 'PC Googlebot' on recent sites when Mobile-First Index is supposed to be the standard?
  16. 31:02 Is it true that all sites indexed after July 2019 default to Mobile-First Indexing?
  17. 33:28 Why does Google emphasize textual context in Search Console feedback?
  18. 33:31 Are Search Console tools really enough to solve your indexing problems?
  19. 33:59 Why are your pages still not indexed after 60 days in Search Console?
  20. 37:24 What happens when Google occasionally indexes HTTP instead of HTTPS even after an SSL migration?
  21. 37:53 Is it really necessary to combine both 301 redirections AND canonical tags for an HTTPS migration?
  22. 39:16 What really causes your sitemap to fail in Search Console and how can you effectively resolve the issue?
  23. 41:29 Is your brand disappearing from the SERPs for no apparent reason: can Google feedback really fix it?
  24. 44:07 Should you choose a subdomain or a new domain for launching a service?
  25. 44:34 Subdomain or New Domain: What Does Google Really Think for SEO?
  26. 44:34 Do Google penalties really transfer between domains and subdomains?
  27. 45:27 Do Google penalties really spread between domains and subdomains?
  28. 48:24 Should you really overlook PageRank when deciding between a domain and a subdomain?
  29. 48:33 Do links between root domains and subdomains really pass PageRank?
  30. 49:58 Should you really be worried about duplicate content from scraping?
  31. 50:14 Can you relaunch an old domain without being penalized for duplicate content by spammers?
  32. 50:14 Should you really report every scraping URL via the Spam Report to prompt action from Google?
  33. 57:15 Is it really necessary to report spam URL by URL to assist Google?
  34. 58:57 Why does Google refuse to show your FAQs in rich results despite perfect markup?
  35. 59:54 Why doesn't Google display your FAQ rich results even with perfect markup?
  36. 65:15 Is it possible to add FAQs to your pages just to secure rich results in SEO?
  37. 65:45 Can you really add a FAQ just to get the rich result without risking penalties?
  38. 67:27 Should you still optimize rel=next/prev tags for pagination?
  39. 67:58 Should you really submit all paginated pages in the XML sitemap?
  40. 70:10 Should you really index all category pages to optimize your crawl budget?
  41. 70:18 Should you really stop placing category pages in noindex?
  42. 72:04 Does the number of JavaScript files really slow down Google indexing?
  43. 72:24 Does Googlebot really render all JavaScript in a single pass?
📅
Official statement from (6 years ago)
TL;DR

Google claims that hidden content within mobile accordions is now fully recognized and indexed due to Mobile-First Indexing. The algorithm crawls with the mobile Googlebot, making the old distinction between visible and hidden content on desktop obsolete. In practice, you can use accordions to enhance mobile UX without worrying about penalizing your SEO — but the technical implementation must be flawless.

What you need to understand

Why is Google changing its stance on hidden content?

Historically, Google devalued hidden content within tabs or accordions on desktop. The logic was simple: if the user does not see the information directly, it carries less weight. But with the widespread adoption of Mobile-First Indexing, this rule has become outdated.

On mobile, screen space is limited. Accordions and collapsible content are no longer a means of concealment — they are a UX necessity. Google has adapted its crawl: the mobile bot now reads the complete DOM, including content that is hidden by default, as long as it is present in the HTML.

What does this mean for the indexing of my site?

If your site has transitioned to Mobile-First Indexing (which applies to almost the entire web now), Google no longer indexes the desktop version. The mobile Googlebot becomes the reference. The content in your mobile accordions is thus crawled, indexed, and weighted exactly as if it were visible.

However, be cautious: this does not mean all hidden content is treated the same way. Google distinguishes between a technically accessible accordion (present in HTML, visible through a click or tap) and content that is truly hidden by CSS or JavaScript in a misleading way. The statement by 金谷武明 targets standard accordions, not disguised cloaking techniques.

Does this rule apply to all types of hidden content?

Not exactly. Google makes a clear distinction between legitimate UX accordions and hidden content intended to manipulate indexing. Accordions, tabs, and “Read more” sections are fine as long as they are clickable and accessible for the mobile user.

On the other hand, content hidden via display:none without possible interaction, or invisible text meant solely for bots, remains subject to penalties. Intent matters: if your accordion enhances user experience without misleading the engine, you’re in the clear.

  • Mobile-First Indexing makes the mobile Googlebot the reference for indexing — no need to prioritize the desktop version.
  • Mobile accordions are treated as visible content, provided they are technically accessible.
  • Key distinction: legitimate UX accordions vs hidden content for manipulation — Google knows how to differentiate.
  • Impact on editorial strategy: you can structure your mobile content with accordions without fearing a ranking loss.
  • Essential technical validation: ensure that the content is present in the HTML and accessible to crawl.

SEO Expert opinion

Is this statement consistent with on-the-ground observations?

Overall, yes. Since the full deployment of Mobile-First Indexing, it has been observed that sites using mobile accordions no longer experience downgrades as they did a few years ago. Crawl tests show that Googlebot can access the collapsed content.

However, a nuance must be made: not all accordions are created equal. If your implementation relies on heavy JavaScript that loads content dynamically after interaction, Google may not see it on the first crawl. The content must be present in the initial DOM, even if it is visually hidden. Pure CSS implementations or those using aria-expanded attributes work better.

What biases or limitations does this statement have?

金谷武明 remains deliberately vague on weighting. Saying that content is “well recognized” does not mean it has the same weight as directly visible content. [To be confirmed]: no official data confirms that accordion content receives strictly identical weighting to content displayed by default.

From experience, it has been observed that pages with too much hidden content (e.g., 80% of text in accordions) tend to rank lower than pages that display the essentials directly. This may be explained by UX signals (bounce rate, time spent) rather than the crawl itself — but the line is thin.

In what cases might this rule not fully apply?

If your site has not yet transitioned to Mobile-First Indexing (rare, but possible for very old or low mobile sites), Google still prioritizes crawling the desktop version. In this case, the old rule applies: hidden content = devalued content.

Another edge case: Single Page Applications (SPA) where accordion content is generated client-side using React, Vue, or Angular. If server-side rendering (SSR) or pre-rendering is not in place, Googlebot may never see the content, even with Mobile-First Indexing. Technical implementation takes precedence over Google's statement.

Warning: do not confuse “recognized” with “weighted the same”. Google indexes accordion content, but there is no guarantee that it has the same SEO impact as directly visible content. Test your pages with Google Search Console and Mobile-Friendly Test to check the actual rendering.

Practical impact and recommendations

What should I practically check on my site?

First step: confirm that your site is indeed on Mobile-First Indexing. Go to Google Search Console > Settings > Crawling. If the message indicates “Googlebot for smartphones,” you’re good. If not, investigate why your site hasn't transitioned.

Next, test the mobile rendering of your pages with the URL Inspection tool in Search Console. Look at the “View crawled page” tab and check that the content in your accordions appears correctly in the rendered HTML. If sections are missing, your JS implementation has issues.

What implementation errors should be avoided at all costs?

Never load accordion content solely after a user click via an AJAX request. Google won't click for you. The content must be present in the initial DOM, simply visually hidden via CSS (display:none, height:0, visibility:hidden) or using a hidden attribute.

Avoid aggressive lazy-loading techniques on the text content of accordions. Lazy-loading images is okay — but the text should be crawlable from the first render. Finally, do not place 100% of your content in accordions: maintain a balance between visible content and collapsed content to avoid any negative UX signals.

How can I optimize my accordions for SEO and UX?

Structure your accordions with HTML5 semantic tags: <details> and <summary> are ideal as they are accessible, crawlable, and work without JavaScript. If using custom JS, ensure you implement ARIA attributes (aria-expanded, aria-controls) for accessibility.

Also consider enriching your accordions with schema.org. A FAQ schema on a FAQ accordion section can generate rich snippets in SERPs. Lastly, keep in mind that if an accordion enhances mobile UX, it may degrade the desktop experience if poorly managed — test both versions.

These technical optimizations may seem simple on paper, but implementing them across an entire site, especially on complex CMS or SPA architectures, requires expert knowledge. If you’re not confident in mastering all aspects (JavaScript rendering, accessibility, schema markup, crawl testing), consulting a specialized SEO agency can help you avoid costly mistakes and ensure compliance with Google’s expectations.

  • Check Mobile-First Indexing status in Google Search Console
  • Test mobile rendering with the URL Inspection tool and verify the presence of accordion content in HTML
  • Ensure that the content is present in the initial DOM, not loaded post-interaction
  • Prioritize <details>/<summary> tags or implement ARIA correctly
  • Add schema.org (FAQ, HowTo) if relevant for obtaining rich snippets
  • Maintain a balance between visible and collapsed content — avoid complete concealment
Mobile-First Indexing has changed the game: mobile accordions are now fully crawlable and indexable. But be careful with the technical implementation — content must be present in the initial HTML, accessible, and semantically structured. Don’t rely solely on hidden content: a balance between visible and collapsed content remains the safest strategy to maximize both SEO and UX.

❓ Frequently Asked Questions

Le contenu en accordéon mobile a-t-il le même poids SEO que le contenu directement visible ?
Google indexe le contenu accordéon, mais aucune donnée officielle ne confirme une pondération strictement identique. D'expérience, un équilibre entre contenu visible et masqué reste préférable pour éviter tout signal UX négatif.
Mon site n'est pas encore en Mobile-First Indexing — cette règle s'applique-t-elle quand même ?
Non. Si Google crawle encore votre version desktop en priorité, l'ancienne règle s'applique : le contenu masqué est dévalué. Vérifiez votre statut dans Google Search Console et corrigez les problèmes bloquant le passage au Mobile-First.
Les accordéons chargés dynamiquement en JavaScript sont-ils crawlables ?
Seulement si le contenu est présent dans le DOM initial ou rendu côté serveur (SSR). Si le contenu se charge après un clic via AJAX, Googlebot ne le verra probablement pas. Privilégiez le contenu présent dès le rendu HTML.
Faut-il utiliser des balises HTML spécifiques pour les accordéons ?
Les balises <details> et <summary> sont idéales car natives, accessibles et crawlables sans JavaScript. Sinon, implémentez les attributs ARIA (aria-expanded, aria-controls) pour garantir accessibilité et bonne interprétation par les moteurs.
Peut-on mettre 100% du contenu d'une page en accordéons mobiles ?
Techniquement oui, mais ce n'est pas recommandé. Un site avec tout le contenu masqué peut envoyer des signaux UX négatifs (taux de rebond, engagement faible). Gardez un équilibre entre contenu visible et replié.
🏷 Related Topics
Content Crawl & Indexing AI & SEO Mobile SEO

🎥 From the same video 43

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