Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 3.63 KB

README.md

File metadata and controls

83 lines (65 loc) · 3.63 KB

Pimcore SEO Bundle

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!

Documents

image

Objects

image

Objects | Tabbed View

image

Requirements

  • Pimcore >= 6.0.0

Installation

"require" : {
    "dachcom-digital/seo" : "~1.0.0",
}

Installation via Extension Manager

After you have installed the SEO Bundle via composer, open pimcore backend and go to Tools => Extension:

  • Click the green + Button in Enable / Disable row
  • Click the green + Button in Install/Uninstall row

Installation via CommandLine

After you have installed the SEO Bundle via composer:

  • Execute: $ bin/console pimcore:bundle:enable SeoBundle
  • Execute: $ bin/console pimcore:bundle:install SeoBundle

Upgrading

Upgrading via Extension Manager

After you have updated the SEO Bundle via composer, open pimcore backend and go to Tools => Extension:

  • Click the green + Button in Update row

Upgrading via CommandLine

After you have updated the SEO Bundle via composer:

  • Execute: $ bin/console pimcore:bundle:update SeoBundle

Migrate via CommandLine

Does actually the same as the update command and preferred in CI-Workflow:

  • Execute: $ bin/console pimcore:migrations:migrate -b SeoBundle

Usage

This Bundle needs some preparation. Please checkout the Setup && Overview guide first.

Further Information

Supported 3rd Party Bundles

Copyright and license

Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md

Upgrade Info

Before updating, please check our upgrade notes!