We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66502c8 commit 29635ccCopy full SHA for 29635cc
app/code/Magento/LayeredNavigation/view/frontend/templates/layer/filter.phtml
@@ -18,7 +18,7 @@
18
<?php foreach ($filterItems as $filterItem) : ?>
19
<li class="item">
20
<?php if ($filterItem->getCount() > 0) : ?>
21
- <a href="<?= $block->escapeUrl($filterItem->getUrl()) ?>">
+ <a href="<?= $block->escapeUrl($filterItem->getUrl()) ?>" rel="nofollow">
22
<?= /* @noEscape */ $filterItem->getLabel() ?>
23
<?php if ($this->helper(\Magento\Catalog\Helper\Data::class)->shouldDisplayProductCountOnLayer()) : ?>
24
<span class="count"><?= /* @noEscape */ (int)$filterItem->getCount() ?><span class="filter-count-label">
0 commit comments