Schema Bundle
Schema.org type builder and ld+json generator for opendxp.
This bundle requires the spatie/schema-org package.
Release Plan
| Release | Supported OpenDXP Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---|---|---|---|---|---|
| 1.x | 1.0 | 7.4 | 09.02.2026 | Feature Branch | 1.x |
Installation
"require" : {
"open-dxp/schema-bundle" : "~1.0.0",
}
Add Bundle to bundles.php:
return [
OpenDxp\Bundle\SchemaBundle\OpenDxpSchemaBundle::class => ['all' => true],
];
- Execute:
$ bin/console opendxp:bundle:install OpenDxpSchemaBundle
Upgrading
- Execute:
$ bin/console doctrine:migrations:migrate --prefix 'OpenDxp\Bundle\SchemaBundle\Migrations'
Output

[!NOTE]
Test your output on https://search.google.com/structured-data/testing-tool
Further Information
- Usage
- Use it with SEO Bundle (Recommended)
- Use it in Standalone Mode
Upgrade Info
Before updating, please check our upgrade notes!
License
DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, [email protected]
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit LICENSE.md