hellorse / sylius-better-seo-plugin
支持产品上的SEO元数据
2.0.2
2023-03-22 17:48 UTC
Requires
- php: ^7.2 || ^8.0
- sylius/sylius: ^1.4
Requires (Dev)
- behat/behat: ^3.4
- behat/mink: ^1.7@dev
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/suite-settings-extension: ^1.0
- friends-of-behat/symfony-extension: ^2.0
- friends-of-behat/variadic-extension: ^1.1
- lakion/mink-debug-extension: ^1.2.3
- phpspec/phpspec: ^5.0
- phpstan/phpstan-doctrine: ^0.10
- phpstan/phpstan-shim: ^0.10
- phpstan/phpstan-webmozart-assert: ^0.10
- phpunit/phpunit: ^6.5 || ^9.0
- sensiolabs/security-checker: ^5.0
- sylius-labs/coding-standard: ^2.0
- symfony/browser-kit: ^4.2 || ^5.0 || ^6.0
- symfony/debug-bundle: ^4.2 || ^5.0 || ^6.0
- symfony/dotenv: ^4.2 || ^5.0 || ^6.0
- symfony/intl: ^4.2 || ^5.0 || ^6.0
- symfony/web-profiler-bundle: ^4.2 || ^5.0 || ^6.0
- symfony/web-server-bundle: ^4.2 || ^5.0 || ^6.0
This package is auto-updated.
Last update: 2024-09-22 21:23:50 UTC
README
Sylius Better SEO 插件
-
为产品页面添加可配置的SEO元标签、图像和Google丰富片段。
-
为分类页面添加可配置的SEO元标签和图像。
安装
-
使用Composer要求插件
composer require joppedc/sylius-better-seo-plugin:^1.0
-
将插件类添加到您的
bundles.php
。JoppeDc\SyliusBetterSeoPlugin\SyliusBetterSeoPlugin::class => ['all' => true],
或
appkernel.php
$bundles = [ new \JoppeDc\SyliusBetterSeoPlugin\SyliusBetterSeoPlugin(), ];
-
导入资源
imports: - { resource: "@SyliusBetterSeoPlugin/Resources/config/config.yaml" }
-
覆盖产品和分类资源
您需要为产品和分类实体添加
HasSeoInterface
并添加SeoTrait
。sylius_product: resources: product: classes: model: App\Entity\Product sylius_taxonomy: resources: taxon: classes: model: App\Entity\Taxon
-
通过更新数据库模式完成安装
$ bin/console doctrine:migrations:diff $ bin/console doctrine:migrations:migrate
示例
文档
许可证
版权所有 © 2019 Joppe De Cuyper