-
Adds configurable SEO meta tags, image and Google rich snippets to product pages.
-
Adds configurable SEO meta tags and image to taxon pages.
-
Require plugin with composer:
composer require joppedc/sylius-better-seo-plugin:^1.0
-
Add plugin class to your
bundles.php
.JoppeDc\SyliusBetterSeoPlugin\SyliusBetterSeoPlugin::class => ['all' => true],
or
appkernel.php
$bundles = [ new \JoppeDc\SyliusBetterSeoPlugin\SyliusBetterSeoPlugin(), ];
-
Finish the installation by updating the database schema
$ bin/console doctrine:migrations:diff $ bin/console doctrine:migrations:migrate
-
(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.
Copyright © 2019 Joppe De Cuyper