elgentos/magento2-filtered-product-list-noindex

Make sure that filtered product list pages are not indexed by search engines.

1.2.1 2023-02-14 11:56 UTC

This package is auto-updated.

Last update: 2024-03-14 14:32:37 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.