Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 2.04 KB

README.md

File metadata and controls

71 lines (46 loc) · 2.04 KB

Scrutinizer Code Quality Build Status

Sylius Better SEO Plugin

  • Adds configurable SEO meta tags, image and Google rich snippets to product pages.

  • Adds configurable SEO meta tags and image to taxon pages.

Installation

  1. Require plugin with composer:

    composer require joppedc/sylius-better-seo-plugin:^1.0
  2. Add plugin class to your bundles.php.

    JoppeDc\SyliusBetterSeoPlugin\SyliusBetterSeoPlugin::class => ['all' => true],

    or appkernel.php

    $bundles = [
       new \JoppeDc\SyliusBetterSeoPlugin\SyliusBetterSeoPlugin(),
    ];
  3. Finish the installation by updating the database schema

    $ bin/console doctrine:migrations:diff
    $ bin/console doctrine:migrations:migrate
    
  4. (optional) Load resource override (if you don't have this done in your project yet):

    - { resource: "@SyliusBetterSeoPlugin/Resources/config/resources.yaml" }

    If you are already overriding the Product or Taxon resource, you can use the included trait.

Examples

Kitten

Kitten

Kitten

Documentation

License

The MIT License (MIT)

Copyright © 2019 Joppe De Cuyper