The last SEO Bundle for pimcore 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 pimcore instance!
- Pimcore >= 6.0.0
"require" : {
"dachcom-digital/seo" : "~1.0.0",
}
After you have installed the SEO Bundle via composer, open pimcore backend and go to Tools
=> Extension
:
- Click the green
+
Button inEnable / Disable
row - Click the green
+
Button inInstall/Uninstall
row
After you have installed the SEO Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:enable SeoBundle
- Execute:
$ bin/console pimcore:bundle:install SeoBundle
After you have updated the SEO Bundle via composer, open pimcore backend and go to Tools
=> Extension
:
- Click the green
+
Button inUpdate
row
After you have updated the SEO Bundle via composer:
- Execute:
$ bin/console pimcore:bundle:update SeoBundle
Does actually the same as the update command and preferred in CI-Workflow:
- Execute:
$ bin/console pimcore:migrations:migrate -b SeoBundle
This Bundle needs some preparation. Please checkout the Setup && Overview guide first.
- Setup & Overview
- Meta Data [Set Title, Description, ...]
- Index Notification [Push Data to Google Index]
- Google Worker [Push Data to Google Index]
- Use dachcom-digital/jobs to push job data via google index!
- Use dachcom-digital/schema to generate schema blocks via PHP API with ease!
Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md
Before updating, please check our upgrade notes!