magenable / module-category-facet-robots-manager
This Magento 2 module provides the ability to add a noindex meta tag to category pages with filters
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/magenable/module-category-facet-robots-manager
Requires
- magenable/module-base: *
- magento/framework: >=102.0
This package is auto-updated.
Last update: 2026-01-07 03:38:29 UTC
README
Magenable Category Facet Robots Manager is a module for Magento 2/Adobe Commerce that provides the ability to add a noindex meta tag to category pages with filters.
Installation
Composer:
Run the following command in Magento 2 root folder
composer require magenable/module-category-facet-robots-manager
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
Upgrade
Composer:
Run the following command in Magento 2 root folder
composer update magenable/module-category-facet-robots-manager
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
User Guide
Configuration:
Go to Stores > Settings > Configuration > Magenable Extensions > Category Facet Robots Manager.
General
Enabled- Enable or Disable the moduleIgnore Params- URL parameters to be ignored (comma separated)Meta Tag Content- This content will be added to the meta tag on category pages:
<meta name="robots" content="..."/>
Compatibility
Tested with Magento Open Source 2.4.4 - 2.4.8, but will probably work with older Magento 2.X versions and Adobe Commerce
About developer
The extension is developed by Magenable (https://magenable.com.au), eCommerce consultancy specializing in Magento/Adobe Commerce based in Melbourne, Australia

