Skip to content

eclyptox/SyliusBetterSeoPlugin

 
 

Repository files navigation

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

About

SEO Plugin for Sylius products and taxons

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 70.7%
  • Twig 23.9%
  • JavaScript 5.4%