taurus-media/module-robots
最新稳定版本:1.0.0
Composer 安装命令:
composer require taurus-media/module-robots
包简介
Add filterable attributes to robots.txt in Magento 2
README 文档
README
A Magento 2 module that automatically adds filterable product attributes to the robots.txt file to prevent search engines from crawling layered navigation filter combinations, which can lead to duplicate content issues.
Description
The Taurus_Robots module extends the default Magento 2 Robots functionality. It identifies all product attributes configured to be "Use in Layered Navigation" (filterable) and adds a Disallow rule for each of them under the User-agent: * section.
For example, if you have a filterable attribute color, it will add:
Disallow: /*color=*
Features
- Automatically detects filterable product attributes.
- Dynamically injects
Disallowrules into the generatedrobots.txt. - Sorts rules alphabetically for better readability.
- Ensures rules are placed under the global
User-agent: *block.
Installation
composer require taurus-media/module-robots bin/magento module:enable Taurus_Robots bin/magento setup:upgrade bin/magento setup:static-content:deploy
统计信息
- 总下载量: 207
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-16