BlocksFAQFAQ 01

FAQ 01

About this block

FAQ 01 is a single-column accordion section built with the shadcn/ui Accordion component. Each item displays a question as the trigger and expands to reveal the answer on click. Only one item is open at a time by default. The section accepts an array of question/answer objects, making it easy to add, remove, or reorder items without editing the component structure. It renders correctly in both light and dark mode.

When to use it

  • Pricing pages where addressing objections close to the CTA reduces drop-off
  • Landing pages that receive recurring pre-sales questions that slow the sales cycle
  • Support or help pages where a searchable FAQ is overkill but structured Q&A is needed
  • Any section where you want to add content density without increasing visual noise

Notes

FAQPage structured data (JSON-LD) is already implemented on the homepage and blog. Consider adding FAQPage schema to individual pages that use this component to maximize Google rich result eligibility.

Frequently asked questions

Can more than one accordion item be open at the same time?
By default only one item is open at a time. This is the standard shadcn/ui Accordion behavior and can be changed to allow multiple open items if needed.
Does this block add FAQPage schema automatically?
No. The component only renders the UI. Pair it with the FaqJsonLd component on the page it's used on to get FAQPage structured data.
How many questions can the block handle?
Any number — questions and answers are passed as an array prop, so adding, removing, or reordering items doesn't require editing the component.
Shadcn/ui components
accordion
Connected toStatic — no backend wired