joppedc/sylius-better-seo-plugin
最新稳定版本:v1.0.3
Composer 安装命令:
composer require joppedc/sylius-better-seo-plugin
包简介
Support for SEO metadata on products
关键字:
README 文档
README
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
-
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(), ];
-
Import resources:
imports: - { resource: "@SyliusBetterSeoPlugin/Resources/config/config.yaml" }
-
Override Product and Taxon resource:
You need to add
HasSeoInterfaceand addSeoTraitto Product and Taxon entity.sylius_product: resources: product: classes: model: App\Entity\Product sylius_taxonomy: resources: taxon: classes: model: App\Entity\Taxon
-
Finish the installation by updating the database schema
$ bin/console doctrine:migrations:diff $ bin/console doctrine:migrations:migrate
Examples
Documentation
License
Copyright © 2019 Joppe De Cuyper
统计信息
- 总下载量: 30.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 22
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-14