respinar / contao-simplefaq
FAQ element for Contao
Package info
github.com/respinar/contao-simplefaq
Type:contao-bundle
pkg:composer/respinar/contao-simplefaq
0.7.1
2026-04-24 09:01 UTC
Requires
- php: ^8.3
- contao/core-bundle: ^5.3
Requires (Dev)
- contao/easy-coding-standard: ^6.14
- contao/manager-plugin: ^2.13
- contao/rector: ^1.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Overview
The Simple FAQ Bundle provides an easy-to-use solution for adding FAQ sections to your Contao website. It includes content elements to manage FAQ items and structured data (JSON-LD) for SEO.
Features
- FAQ Group: Wraps a set of FAQ items, renders them as accessible collapsible
(
<details>) sections and generates theFAQPageJSON-LD schema for SEO. - FAQ Item: Adds an individual FAQ question and answer to a group.
Installation
Install via Composer:
composer require respinar/contao-simplefaq
Usage
- FAQ Group: Add this content element and set a headline to start the FAQ section.
- FAQ Item: Add one or more FAQ items (question + answer) inside the group.
- The group automatically collects its child items and outputs the JSON-LD
FAQPagestructured data for search engines.
License
MIT License. See the LICENSE file for more details.