Skip to content

The last SEO Bundle for Pimcore you'll ever need!

License

Notifications You must be signed in to change notification settings

pascalmoser/pimcore-seo

 
 

Repository files navigation

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!

About

The last SEO Bundle for Pimcore you'll ever need!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 66.3%
  • JavaScript 23.5%
  • CSS 7.5%
  • HTML 1.4%
  • Shell 1.3%