cdaguerre / robots-bundle
添加上下文robots元头
v1.1.1
2017-10-18 11:36 UTC
Requires
- php: >=5.6.0
- sylius/resource-bundle: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpspec/phpspec: ~2.0
This package is not auto-updated.
Last update: 2024-09-14 18:53:12 UTC
README
无需robots.txt文件,添加上下文robots元头。
安装
$ composer require cdaguerre/robots-bundle
配置
dag_robots: rules: - { route: 'homepage', tags: ['noindex', 'nofollow'], hosts: ['www.example.com'] } - { route: 'product_show', tags: ['noindex', 'nofollow'], hosts: ['www.example1.com', 'www.example2.com'] } - { route: 'category_show', tags: ['noindex', 'nofollow'] }
待办事项
- 添加测试