1.4 Rendering & JavaScript ✦HighVerified

Content requires interaction to load

Googlebot does not click, type or scroll. If content only appears after a tab click or a button press, it may never be seen, so I make the important content present without interaction.

What it is

Content appears only after click/scroll/tab.

Why it matters

Googlebot does not interact (click/scroll), so interaction-gated content is typically not seen.

How to fix it

Load important content without requiring interaction; or provide crawlable equivalents.

How to find it on your site

  1. Load the page and note any content hidden behind tabs, accordions or buttons.
  2. Check whether that content exists in the rendered HTML before interaction.
  3. If it only loads on interaction, change the pattern so it is in the DOM by default.
  4. Re-test in URL Inspection to confirm it is now visible to Google.

Cross-reference to ranking and citation factors

Content that needs a click to load is at risk of being excluded from indexing and snippets. Present it by default to keep it eligible.

Impact

High for gated content. Direct.

Evidence

Googlebot doesn’t interact; content needing clicks/scroll may be missed. Google Search Central, Understand JavaScript SEO Basics