numero2 / contao-structured-data
Provides Content Elements to create structured data (JSON-LD).
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.1
- contao/core-bundle: ^4.13 || ^5.3
- menatwork/contao-multicolumnwizard-bundle: ^3.6
- spatie/schema-org: ^3.4
- symfony/dependency-injection: ^5.4 || ^6.4 || ^7.0
- symfony/translation-contracts: ^2.3 || ^3.0
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2025-07-16 07:59:03 UTC
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 4.13 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.