elgentos / magento2-filtered-product-list-noindex
Make sure that filtered product list pages are not indexed by search engines.
Installs: 14 019
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 10
Forks: 1
Open Issues: 1
Type:magento2-module
pkg:composer/elgentos/magento2-filtered-product-list-noindex
Requires
- php: ^7.4|^8.1
- magento/framework: ^103.0
- magento/module-catalog: ^104.0
- magento/module-config: ^100.0|^101.0
Requires (Dev)
- youwe/coding-standard-magento2: ^2.0.0
- youwe/testing-suite: ^2.13
This package is auto-updated.
Last update: 2025-10-14 17:58:48 UTC
README
Set the robots meta tag to NOINDEX,FOLLOW for category and search result pages that have one or more active filters. You can also configure other values like NOINDEX,NOFOLLOW.
Installation
This package can be installed using Composer.
composer require elgentos/magento2-filtered-product-list-noindex bin/magento module:enable Elgentos_FilteredProductListNoIndex bin/magento setup:upgrade
Usage
By installing this module, the feature will become active right away.