elgentos / magento2-filtered-product-list-noindex
Make sure that filtered product list pages are not indexed by search engines.
Installs: 9 648
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 10
Forks: 1
Open Issues: 1
Type:magento2-module
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: 2024-10-14 15:44:45 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.