cdaguerre/robots-bundle

添加上下文robots元头

安装次数: 15,246

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 3

分支: 1

开放问题: 0

类型:symfony-bundle

v1.1.1 2017-10-18 11:36 UTC

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'] }

待办事项

  • 添加测试