Search by

respinar / contao-simplefaq

hamidpeywasti

FAQ element for Contao

Package info

github.com/respinar/contao-simplefaq

Homepage

Type:contao-bundle

pkg:composer/respinar/contao-simplefaq

Statistics

Installs: 39

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.7.1 2026-04-24 09:01 UTC

This package is auto-updated.

Last update: 2026-09-03 09:49:27 UTC


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 the FAQPage JSON-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

  1. FAQ Group: Add this content element and set a headline to start the FAQ section.
  2. FAQ Item: Add one or more FAQ items (question + answer) inside the group.
  3. The group automatically collects its child items and outputs the JSON-LD FAQPage structured data for search engines.

License

MIT License. See the LICENSE file for more details.