Advanced SEO Bundle
The last SEO Bundle for opendxp you'll ever need!
- Create title, description and meta tags (OG-Tags, Twitter-Cards) for documents and objects!
- Shipped with a save and user-friendly editor with multi locale support!
- Enjoy live previews of each social channel!
- Super smooth and simple PHP-API to update meta information of documents or objects!
- Submit content data to search engines like Google, Bing, DuckDuckGo in real time!
- Fully backwards compatible if you're going to install this bundle within an existing opendxp instance!
Documents

Objects

Objects | Tabbed View

Release Plan
| Release | Supported OpenDXP Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---|---|---|---|---|---|
| 1.x | 1.0 | ^7.4 | 2025 | Feature Branch | 1.x |
Installation
"require" : {
"open-dxp/advanced-seo-bundle" : "~1.0.0",
}
Add Bundle to bundles.php:
return [
OpenDxp\Bundle\AdvancedSeoBundle\OpenDxpAdvancedSeoBundle::class => ['all' => true],
];
- Execute:
$ bin/console opendxp:bundle:install OpenDxpAdvancedSeoBundle
Upgrading
- Execute:
$ bin/console doctrine:migrations:migrate --prefix 'OpenDxp\Bundle\AdvancedSeoBundle'
Usage
This Bundle needs some preparation. Please check out the Setup && Overview guide first.
Further Information
- Setup & Overview
- Meta Data [Set Title, Description, ...]
- Index Notification [Push Data to Google Index]
- Google Worker [Push Data to Google Index]
Supported 3rd Party Bundles
- Use open-dxp/jobs-bundle to push job data via google index!
- Use open-dxp/schema-bundle to generate schema blocks via PHP API with ease!
Upgrade Info
Before updating, please check our upgrade notes!
License
DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, [email protected]
Copyright © 2026 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit LICENSE.md