Hello ~
I’m using collapsible content (accordion UI) for my FAQ page. The navigation search feature is not indexing / finding any of this content. Why not?
Thank you for any assistance!
Issue: FAQ content placed in collapsible (accordion) sections is not appearing in the store’s navigation search results.
Context: The merchant built an FAQ page using an accordion UI (collapsible panels that hide content until expanded).
Diagnosis (most recent update): A responder explains that many search/indexing tools only parse visible, initially rendered HTML. Content hidden in collapsed sections or injected dynamically via JavaScript may be skipped, so it isn’t indexed or searchable.
Implication: Even though the text exists on the page, if it’s not visible on load (or is rendered after load via JS), the search feature may not detect it.
Key terms: “Accordion UI” = collapsible content panels; “Indexing” = the process a search tool uses to collect content for search.
Status: No concrete fix or configuration changes were provided. The thread remains open with unanswered questions on how to make hidden/JS-loaded content searchable.
Hello ~
I’m using collapsible content (accordion UI) for my FAQ page. The navigation search feature is not indexing / finding any of this content. Why not?
Thank you for any assistance!
The issue with your navigation search feature not indexing or finding content within collapsible (accordion) UI components is likely due to how the content is loaded and rendered on the page. Many search or indexing tools may not be able to detect content hidden within collapsed sections because they only index visible content or content loaded dynamically via JavaScript.