arpsabbir / pimcore-seo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pimcore SEO Bundle

Software License Latest Release Travis PhpStan

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 => Bundles:

  • 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 => Bundles:

  • 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!

License:Other


Languages

Language:PHP 66.7%Language:JavaScript 23.7%Language:CSS 7.2%Language:Twig 1.3%Language:Shell 1.2%