Why Your Accordion Content Doesn’t Rank for Long-Tail Queries
On this page
- First, confirm it is indexed, not missing
- The weighting mechanism, framed honestly
- Double deprioritization on product pages
- The fixes: change presentation, not the content
- The FAQ schema correction
- Mobile-first is what gets evaluated
- A quick competitor test
- Frequently Asked Questions
- Is collapsed accordion content indexed at all?
- Does adding FAQPage schema help my accordion rank?
- Sources
- Related posts:
Your collapsed accordion content is almost certainly indexed. It sits in the rendered DOM, Googlebot reads it, and you can confirm it is there. The problem is weight, not visibility to the crawler. Content that requires a click to view has historically been given less ranking emphasis than the same words rendered openly on the page, and on a product page that effect compounds: FAQ content is already supplementary to the product itself, and hiding it behind an accordion deprioritizes it twice over. The fix is presentation, not deletion. Make your highest-value answers visible on load, and reserve accordions for content that is genuinely secondary.
First, confirm it is indexed, not missing
Before assuming a weighting problem, rule out an absence problem. Run the URL through Search Console’s URL Inspection tool and read the rendered HTML. If the accordion text appears in the rendered HTML, the content is in the DOM and is being indexed; you are looking at an indexed-but-not-ranking case, which is about weight. If the text is not in the rendered HTML at all, you have a different failure, where the content never loaded for the crawler, and accordion presentation is not your issue.
This distinction is load-bearing. Interaction-hidden accordion content is present and weighted down. Scroll-triggered content that loads only when an element enters the viewport is absent entirely, because Googlebot renders but does not scroll. Treat them as separate diagnoses, because the second one is not solved by anything in this post.
The weighting mechanism, framed honestly
There is a long-standing pattern that content requiring interaction to view receives less ranking emphasis than openly visible content. The historical reason is abuse: hidden and tabbed sections were once stuffed with keywords users never saw, so Google had reason to discount text that was not immediately on screen. Google representatives have at various points described tabbed and hidden content as carrying reduced emphasis on desktop, while also stating that content important enough to rank should not be hidden.
State this as an observed, consistent tendency, not a published formula. There is no documented coefficient that says collapsed text counts for some fixed fraction of visible text. What is reliable is the practical guidance: if a passage is meant to win a long-tail query, do not require a click to read it.
Double deprioritization on product pages
On a product page the effect stacks. The page’s primary job is to represent the product: title, price, specifications, images, availability. An FAQ block is supplementary to that purpose by design, so it already carries less weight relative to the core product content. Collapse that supplementary block into an accordion and you apply a second reduction on top of the first. The long-tail question you hoped to capture (“does this fit a 2018 model,” “is it dishwasher safe”) is now buried in a low-priority section that also requires interaction to reveal.
A standalone FAQ page behaves differently. There the FAQ is the primary content, not a supplement, so the page is not fighting a structural deprioritization before the accordion is even considered. The same accordion pattern is less costly when the answers are the whole point of the page.
The fixes: change presentation, not the content
Expand your two or three highest-value items by default so the answers users most search for are visible on load. Alternatively, lift those critical answers out of the accordion entirely and render them as visible prose under clear headings, keeping accordions for genuinely secondary items where collapsing improves the page without burying anything that needs to rank. The render-then-collapse pattern, where script expands everything for the crawler and collapses it for users, is fragile and edges toward serving the crawler a different experience; do not lean on it.
The deletion reflex is the wrong response. Accordions are a legitimate UI pattern for managing density, especially on mobile, and removing all of them to “fix SEO” trades a real usability gain for a problem you can solve by presentation alone. The question is never accordion or no accordion; it is which specific answers are doing ranking work and therefore need to be visible, versus which are genuinely supplementary and can stay collapsed without cost. Identify the long-tail queries you want each block to capture, surface those answers, and leave the rest.
The FAQ schema correction
Older guides will tell you to add FAQPage structured data so your accordion earns FAQ rich results in the SERP. That advice is now wrong. Google deprecated FAQ rich results: they stopped appearing in Search on May 7, 2026, and in June 2026 Google removed the FAQ search-appearance filter, the rich-result report, and FAQ support from the Rich Results Test. This continued a pullback that began in 2023, when FAQ rich results were restricted to authoritative government and health sites.
FAQPage markup is still valid and Google still parses it; it simply produces no visible rich result for an ordinary site, and it never added organic ranking weight to hidden content in the first place. So schema is neither a reason to keep answers in an accordion nor a remedy for the weighting problem. Keep the markup if you like, but do not expect it to do anything in Search, and ignore any source still promising FAQ snippets from it.
Mobile-first is what gets evaluated
Mobile-first indexing has been the default since mid-2024, so Google evaluates the mobile rendering of your page. On mobile, accordions are common and often unavoidable for layout reasons, which means the collapsed mobile presentation is the version that counts. If your most important answers are collapsed on mobile, that is the state Google assesses. Design the mobile experience so the answers that need to rank are reachable without burying them, rather than assuming a more open desktop layout will carry the page.
A quick competitor test
When an accordion answer will not rank, compare against whoever does rank for that query. Pull up the winning page and check how they present the same answer. The common finding is that they render it as visible prose or an expanded-by-default block while you have it collapsed. That side-by-side is usually more persuasive than any argument about weighting, because it shows the exact presentation difference between the page that ranks and the one that does not.
The test also disciplines your priorities. If the ranking page presents an answer openly and you do not, surface yours. If the ranking page also collapses that answer and still ranks, then presentation is not your gap and the difference is elsewhere (depth, authority, query match), so you can stop reworking the accordion and look at the real cause. Either way the comparison tells you whether the collapse is the problem before you spend effort changing it, which keeps you from rebuilding a UI pattern that was never what held the page back.
Frequently Asked Questions
Is collapsed accordion content indexed at all?
Yes, if it is in the rendered DOM. Confirm with URL Inspection’s rendered HTML. Indexed but underweighted is the typical state; not-in-the-DOM is a separate problem caused by scroll-triggered loading, not accordions.
Does adding FAQPage schema help my accordion rank?
No. FAQ rich results were removed from Search in 2026, and the markup never added ranking weight to hidden text. It is parsed but produces no rich result for ordinary sites.
Sources
Search Engine Journal, Google Drops FAQ Rich Results From Search: https://www.searchenginejournal.com/google-drops-faq-rich-results-from-search/574429/
Search Engine Land, Google to no longer support FAQ rich results: https://searchengineland.com/google-to-no-longer-support-faq-rich-results-476957
Google Search Central, URL Inspection tool (rendered HTML): https://support.google.com/webmasters/answer/9012289