numero2 / contao-structured-data
Provides Content Elements to create structured data (JSON-LD).
Package info
github.com/numero2/contao-structured-data
Type:contao-bundle
pkg:composer/numero2/contao-structured-data
1.1.0
2026-09-21 12:37 UTC
Requires
- php: ^8.3
- contao/core-bundle: ^5.7 || ^6.0
- seld/jsonlint: ^1.10
- spatie/schema-org: ^3.10 || ^4.0
- symfony/config: ^7.4 || ^8.0
- symfony/dependency-injection: ^7.4 || ^8.0
- symfony/http-foundation: ^7.4 || ^8.0
- symfony/http-kernel: ^7.4 || ^8.0
- symfony/translation-contracts: ^3.0
- symfony/yaml: ^7.4 || ^8.0
Requires (Dev)
- contao/manager-plugin: ^2.0
Suggests
None
Provides
None
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
Replaces
None
README
About
This bundle provides a Content Element that allows you to easily add structured data to your Contao website using the JSON-LD format. By integrating structured data, you can enhance your site's visibility and appearance in search engine results, making it easier for search engines to understand your content.
System requirements
- Contao 5.7 (or newer)
Installation & Configuration
- Install the extension via Contao Manager or Composer (
composer require numero2/contao-structured-data) - Run a database update via the Contao-Installtool or using the contao:migrate command.