geo
How to fix: Key content not behind accordions / tabs
Why this matters
AI crawlers typically don't interact with the page. Content hidden inside collapsed accordions, tabs, or JS-rendered modals is invisible to LLMs — and cannot be cited. Move key content into the static page body.
Background
AI crawlers typically don't interact with the page. Content hidden inside collapsed accordions, tabs, or JS-rendered modals is invisible to LLMs — and cannot be cited. Move key content into the static page body.
References
AI crawler behaviour · Static-vs-interactive content analysis
How to fix
Code snippet for each stack we cover. Pick the one matching your server / framework.
nginx
No server config.
apache
Same.
cloudflare
Same.
wordpress
Audit your theme + page builder usage. Move definitions, data, and conclusions out of <details>, accordions, and tabbed components. Reserve those for supplementary content only.
flask
Same — template audit.
express
Same.
rails
Same.
Verify it's working
View raw page source (Ctrl+U). Key content should be visible there without interaction.
Want to know if your site has this issue?
Run a free 53-check audit — security, GDPR, NIS2, and technical SEO.
Audit my site →