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, content hidden behind tabs is still taken into account for SEO, but it should be as easily accessible as possible for users.
13:42
🎥 Source video

Extracted from a Google Search Central video

⏱ 55:57 💬 EN 📅 03/04/2020 ✂ 23 statements
Watch on YouTube (13:42) →
Other statements from this video 22
  1. 1:36 Does the disavow file really work link by link as Google crawls?
  2. 4:39 Do duplicate mobile/desktop menus really hurt your SEO?
  3. 8:21 Should you really nofollow links between your branch pages?
  4. 8:41 Should you really feature your best-selling products in the main navigation?
  5. 9:07 Does incorrect structured data markup really hurt your SEO rankings?
  6. 10:20 Should you really place your key pages in the main navigation to rank better?
  7. 11:26 Does Google really ignore poorly marked structured data without penalizing the page?
  8. 13:01 Is it true that content hidden behind tabs is actually indexed by Google?
  9. 14:36 Does Google really filter medical sites manually to ensure the quality of results?
  10. 16:40 Should you ditch Data Highlighter for JSON-LD?
  11. 20:09 Are nofollow links really ignored by Google for SEO?
  12. 20:19 Does Google really treat nofollow links to discover new sites?
  13. 22:42 Are JavaScript links without href really invisible to Google?
  14. 23:12 Why does Google ignore your poorly formatted JavaScript links?
  15. 27:47 Should you really centralize your content to rank on Google?
  16. 29:55 Is high-quality content really enough to generate natural backlinks?
  17. 30:03 Is it true that Domain Authority is totally irrelevant for ranking on Google?
  18. 30:16 Why does Google consider links from image sites, classifieds, and free platforms to be spam?
  19. 38:17 Does Google really declare its user-agent while crawling?
  20. 43:06 Does Google really understand all video embedding formats for SEO?
  21. 44:12 Do blocked third-party cookies really affect your mobile traffic in Analytics?
  22. 51:11 Should you ditch the desktop version to solely optimize the mobile version?
📅
Official statement from (6 years ago)
TL;DR

Google claims to index content hidden behind tabs in a mobile-first context, but emphasizes user accessibility. In practice, the algorithm captures this content but may devalue it if it hinders the user experience. For SEO experts, this means conducting an audit of the tab structure: strategic content should not only be accessible via an extra click without a valid UX reason.

What you need to understand

What changes does mobile-first indexing bring for hidden content?

Mobile-first indexing, rolled out for years, requires that Googlebot first analyzes the mobile version of a site. Historically, content hidden by accordions or tabs was suspected of manipulation: it was stuffed with keywords hoping the user would never see it.

With mobile-first, this logic is partially reversed. Mobile interfaces naturally require collapsible elements — narrow screens, touch navigation. Google thus claims to take this content into account, but Mueller adds a critical nuance: it must be "easily accessible".

What does "easily accessible" really mean?

The term is intentionally vague. Google does not publish any precise thresholds — number of clicks, loading delays, acceptable types of JavaScript interaction. We know that Googlebot executes modern JavaScript, so a dynamically loaded tab is likely to be crawled.

But "easily accessible" also implies a UX dimension: if content is technically visible but buried in an absurd tab structure, Google might regard it as secondary. The engine never explicitly states that it devalues such content — it merely emphasizes the importance of accessibility.

Why doesn't Google clearly decide on this issue?

Because doing so would create a manipulable signal. If Google said, "content behind a tab is worth 80% of directly visible content," all sites would mechanically adjust their structure. The ambiguity keeps pressure on real UX, not on a technical game of deception.

Mueller uses words like "should" instead of "must". It's a recommendation, not a strict rule. This leaves Google free to adjust its algorithms based on observed patterns — and it leaves SEOs in an uncomfortable gray area.

  • Content behind tabs is indexed, Google officially confirms this in a mobile-first context.
  • User accessibility remains a criterion — content hidden behind 3 successive clicks could be deprioritized.
  • No quantified threshold is communicated: Google retains control over qualitative interpretation.
  • Modern JavaScript is crawled, so a tab loaded in React or Vue will likely be indexed if the implementation is clean.
  • Mueller's phrasing is cautious: "should", not "must" — typical of Google communication that preserves room for adjustment.

SEO Expert opinion

Is this statement consistent with field observations?

Overall, yes. A/B testing on e-commerce sites shows that content in well-implemented accordions remains indexed and can rank. However, several edge cases reveal inconsistencies: some sites experience a drop in visibility after migrating to an all-tab design, without clear explanation.

The problem is that Mueller quantifies nothing. "Taken into account" does not mean "valued equally". Empirical tests suggest that immediately visible content holds a slight advantage — difficult to isolate from other factors (engagement, CTR, dwell time). [To be verified]: no Google study has ever publicly compared the weight of tabbed content vs directly visible content, in an equal context.

What nuances should be added to this statement?

First, the type of tab matters. A classic tab system (pure HTML + CSS) is trivial to crawl. A JavaScript carousel that loads content in lazy-loading from an external API is a different story. If Googlebot misses the trigger, or if the content loads with a delay beyond the rendering window, it could be partially ignored.

Next, accessibility is not limited to technical crawling. Google likely incorporates behavioral signals: if 90% of users leave the page without opening the tab, the engine might deduce that this content is not relevant. This is never officially confirmed, but it aligns with RankBrain logic and similar systems.

When might this rule not fully apply?

On high-authority sites, tabbed content seems better tolerated — a major media outlet can afford complex designs without visible penalty. Smaller sites have less leeway: Google likely grants them less credit for interpretation.

Another case: orphan pages or those with low crawl budgets. If Googlebot visits a page once a month and JavaScript takes 5 seconds to load the tabs, indexing might be partial or delayed. Mueller never mentions crawl budget in his statement — yet it is a critical variable for large sites.

Caution: Google never guarantees equal weight between visible content and hidden content. The absence of an official penalty does not imply total equivalence. If content is strategic for ranking, prefer immediate visibility — unless the UX truly requires a tab.

Practical impact and recommendations

What concrete actions should be taken to optimize tabs?

First reflex: audit the source code and rendering from Googlebot. Use the URL inspection tool in Search Console, look at the rendered HTML. If the tab content does not appear in the DOM visible to Google, it's dead — no matter what Mueller says.

Then, test real accessibility. A tab should open with one click, without noticeable loading delays. Avoid excessive lazy-loading: loading tab content on the first load (hidden via CSS, not conditional JavaScript) ensures that Googlebot sees it. An extra few kilobytes? Negligible compared to the risk of partial indexing.

What mistakes should be avoided with collapsible content?

Never bury strategic content — product descriptions, FAQs with long-tail keywords — in a secondary tab accessed after 2-3 clicks. Google says "taken into account", but that does not mean "prioritized". If your competitor displays the same info clearly, they start with a behavioral advantage and perhaps an algorithmic one.

Avoid purely cosmetic tabs as well: 8 tabs to break up a 300-word text is counterproductive. Users skip it, and Google could interpret this as a hollow page. A tab should meet a real UX need, not just be a trendy design trick.

How can I check if my implementation is compliant?

Run a Screaming Frog or Oncrawl crawl with JavaScript rendering enabled. Compare the extracted text with and without JS. If a divergence appears, investigate: loading delay, missing JavaScript trigger, syntax errors preventing rendering.

Next, check Search Console data: indexed pages vs submitted pages, coverage, loading time. If pages with tabs are marked as "Crawled, not indexed" or "Detected, not indexed", that's a warning signal. Perhaps the content is there, but too poor or duplicated between tabs.

  • Inspect the HTML rendering via Search Console to verify the presence of hidden content in the DOM analyzed by Google
  • Load tab content from the first load (CSS hidden, not conditional JavaScript) to ensure indexing
  • Limit the number of tabs: prioritize clarity and immediate accessibility for strategic content
  • Test behavioral signals: if no one opens a tab, consider revising the structure or wording
  • Monitor tabbed pages in Search Console: coverage, indexing, any JS crawl errors
  • Compare rendering with and without JavaScript via a crawler to detect invisible divergences
Indexing content behind tabs is confirmed by Google, but accessibility remains a vague and likely determining factor. A rigorous technical audit and UX-first approach are essential. These optimizations touch on sometimes complex aspects — JavaScript rendering, user behavior, crawl budget — where a mistake can cost dearly in visibility. If implementing these recommendations seems technical or risky, consulting a specialized SEO agency can help you avoid missteps and accelerate traffic gains.

❓ Frequently Asked Questions

Le contenu derrière un onglet a-t-il le même poids SEO qu'un contenu visible directement ?
Google dit l'indexer, mais ne garantit jamais un poids égal. Les observations terrain suggèrent un léger avantage au contenu immédiatement visible, probablement lié aux signaux comportementaux.
Faut-il charger tous les onglets dès le premier load ou peut-on utiliser du lazy-loading ?
Le lazy-loading est risqué si Googlebot rate le trigger JavaScript. Privilégie un chargement initial (masqué CSS) pour garantir l'indexation, sauf si le poids page devient critique.
Les accordéons sont-ils traités de la même façon que les onglets ?
Oui, la logique est identique : contenu repliable, crawlable si bien implémenté. Google ne fait pas de distinction technique entre accordéon et onglet — c'est l'accessibilité qui compte.
Un site avec beaucoup d'onglets risque-t-il une pénalité ?
Aucune pénalité officielle, mais si l'UX se dégrade et que les utilisateurs fuient, les signaux comportementaux peuvent impacter le ranking. Trop d'onglets = complexité inutile, souvent contre-productive.
Comment tester si Google indexe bien le contenu de mes onglets ?
Utilise l'outil d'inspection d'URL dans Search Console, regarde le HTML rendu. Compare avec un crawl Screaming Frog en mode JavaScript. Si le texte n'apparaît pas, l'indexation est compromise.
🏷 Related Topics
Content Crawl & Indexing AI & SEO Mobile SEO Pagination & Structure

🎥 From the same video 22

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