SScale Themedocs

Accordion section with FAQ schema support for SEO and flexible display options.

Collapsible Content / FAQ

The Collapsible Content section displays content in an accordion format (questions and answers). It natively integrates Google's FAQ schema for optimal indexing of FAQs in search results.

How It Works

Each block is a collapsible row with a clickable title. On click, the content expands with a smooth animation. Only one item can be open at a time (accordion mode) or multiple simultaneously, depending on the configuration.

Main Settings

SettingDescriptionOptions
FAQ SchemaInjects FAQPage JSON-LD for GoogleOn / Off
Open firstThe first item is expanded by defaultOn / Off
Accordion modeOnly one item open at a timeOn / Off
AlignmentContent alignmentLeft / Center
StyleRow appearanceMinimal / Bordered / Boxed
IconOpen/close iconPlus/Minus / Chevron / Caret
Side imageImage displayed next to the accordionImage picker
Image positionImage sideLeft / Right

Available Blocks

BlockDescription
HeadingSection title (above the accordion)
TextIntroduction paragraph
Collapsible RowCollapsible row (question + answer)
ButtonCTA button (below the accordion)

Collapsible Row Block

FieldDescription
HeadingTitle / Question
ContentAnswer in rich text (bold, links, lists)
IconCustom icon (optional)
PageLink to a page for more details

FAQ Schema (SEO)

When the FAQ Schema setting is enabled, the section automatically injects a FAQPage JSON-LD markup into the page. This allows Google to display your questions and answers directly in search results (rich snippets).

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Your question here?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Your answer here."
      }
    }
  ]
}
ℹ️The FAQ schema is only relevant for actual questions and answers. Google may ignore the markup if the content does not match a FAQ format. Use natural questions that your customers actually ask.

Use Cases

Product FAQ

  • FAQ Schema enabled
  • First item open
  • Frequently asked questions about the product
  • Bordered style for clarity
  • Product image on the right

Return Policy

  • Boxed style
  • Chevron icon
  • Sections: Timeframes, Conditions, Process, Refund
  • "Contact support" button at the bottom

Technical Specifications

  • Left alignment
  • No FAQ schema (not a Q&A format)
  • Accordion mode disabled (multiple open)
  • Technical content with lists and links
💡Enable FAQ Schema on only one FAQ section per page. Multiple FAQ schemas on the same page can cause conflicts in Google indexing.
⚠️The rich text content of answers supports bold, italic, links, and lists. Avoid images in answers as they will not be included in the Google FAQ schema.