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
| Setting | Description | Options |
|---|---|---|
| FAQ Schema | Injects FAQPage JSON-LD for Google | On / Off |
| Open first | The first item is expanded by default | On / Off |
| Accordion mode | Only one item open at a time | On / Off |
| Alignment | Content alignment | Left / Center |
| Style | Row appearance | Minimal / Bordered / Boxed |
| Icon | Open/close icon | Plus/Minus / Chevron / Caret |
| Side image | Image displayed next to the accordion | Image picker |
| Image position | Image side | Left / Right |
Available Blocks
| Block | Description |
|---|---|
| Heading | Section title (above the accordion) |
| Text | Introduction paragraph |
| Collapsible Row | Collapsible row (question + answer) |
| Button | CTA button (below the accordion) |
Collapsible Row Block
| Field | Description |
|---|---|
| Heading | Title / Question |
| Content | Answer in rich text (bold, links, lists) |
| Icon | Custom icon (optional) |
| Page | Link 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.