Official statement
Other statements from this video 43 ▾
- 2:22 What should you do if your site lost traffic after a Core Update without making any mistakes?
- 2:22 Are Core Web Vitals Really Going to Transform Your SEO Strategy?
- 3:50 Does a ranking drop after a Core Update really indicate an issue with your site?
- 3:50 Should You Really Wait Before Optimizing Core Web Vitals?
- 3:50 Why is Google delaying the complete transition to the Mobile-First Index?
- 7:07 Can Google really delay Mobile-First Indexing indefinitely?
- 11:00 Why doesn't Google canonicalize URLs with fragments in sitelinks and rich results?
- 11:00 Do URLs with fragments (#) in Search Console mean you need to rethink your tracking and analysis strategy?
- 14:34 Why do the numbers from Analytics, Search Console, and My Business never match?
- 14:35 Why do your Google metrics never align between Search Console, Analytics, and Business Profile?
- 16:37 How are FAQ clicks really counted in Search Console?
- 18:44 Are mobile and desktop accordions really neutral for SEO?
- 29:45 Does the rel=canonical via HTTP header really still work?
- 30:09 Does the HTTP header rel=canonical really work to manage duplicate content?
- 31:00 Why does Search Console still show 'PC Googlebot' on recent sites when Mobile-First Index is supposed to be the standard?
- 31:02 Is it true that all sites indexed after July 2019 default to Mobile-First Indexing?
- 33:28 Why does Google emphasize textual context in Search Console feedback?
- 33:31 Are Search Console tools really enough to solve your indexing problems?
- 33:59 Why are your pages still not indexed after 60 days in Search Console?
- 37:24 What happens when Google occasionally indexes HTTP instead of HTTPS even after an SSL migration?
- 37:53 Is it really necessary to combine both 301 redirections AND canonical tags for an HTTPS migration?
- 39:16 What really causes your sitemap to fail in Search Console and how can you effectively resolve the issue?
- 41:29 Is your brand disappearing from the SERPs for no apparent reason: can Google feedback really fix it?
- 44:07 Should you choose a subdomain or a new domain for launching a service?
- 44:34 Subdomain or New Domain: What Does Google Really Think for SEO?
- 44:34 Do Google penalties really transfer between domains and subdomains?
- 45:27 Do Google penalties really spread between domains and subdomains?
- 48:24 Should you really overlook PageRank when deciding between a domain and a subdomain?
- 48:33 Do links between root domains and subdomains really pass PageRank?
- 49:58 Should you really be worried about duplicate content from scraping?
- 50:14 Can you relaunch an old domain without being penalized for duplicate content by spammers?
- 50:14 Should you really report every scraping URL via the Spam Report to prompt action from Google?
- 57:15 Is it really necessary to report spam URL by URL to assist Google?
- 58:57 Why does Google refuse to show your FAQs in rich results despite perfect markup?
- 59:54 Why doesn't Google display your FAQ rich results even with perfect markup?
- 65:15 Is it possible to add FAQs to your pages just to secure rich results in SEO?
- 65:45 Can you really add a FAQ just to get the rich result without risking penalties?
- 67:27 Should you still optimize rel=next/prev tags for pagination?
- 67:58 Should you really submit all paginated pages in the XML sitemap?
- 70:10 Should you really index all category pages to optimize your crawl budget?
- 70:18 Should you really stop placing category pages in noindex?
- 72:04 Does the number of JavaScript files really slow down Google indexing?
- 72:24 Does Googlebot really render all JavaScript in a single pass?
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.
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
❓ Frequently Asked Questions
Le contenu en accordéon mobile a-t-il le même poids SEO que le contenu directement visible ?
Mon site n'est pas encore en Mobile-First Indexing — cette règle s'applique-t-elle quand même ?
Les accordéons chargés dynamiquement en JavaScript sont-ils crawlables ?
Faut-il utiliser des balises HTML spécifiques pour les accordéons ?
Peut-on mettre 100% du contenu d'une page en accordéons mobiles ?
🎥 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 →
💬 Comments (0)
Be the first to comment.