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 10ab84e commit 66502c8Copy full SHA for 66502c8
app/code/Magento/Swatches/view/frontend/templates/product/layered/renderer.phtml
@@ -15,7 +15,7 @@
15
attribute-id="<?= $block->escapeHtmlAttr($swatchData['attribute_id']) ?>">
16
<div class="swatch-attribute-options clearfix">
17
<?php foreach ($swatchData['options'] as $option => $label) : ?>
18
- <a href="<?= $block->escapeUrl($label['link']) ?>"
+ <a href="<?= $block->escapeUrl($label['link']) ?>" rel="nofollow"
19
aria-label="<?= $block->escapeHtmlAttr($label['label']) ?>"
20
class="swatch-option-link-layered">
21
<?php if (isset($swatchData['swatches'][$option]['type'])) : ?>
0 commit comments