// Добавляет nofollow на все ссылки товаров в блоке T-store document.querySelectorAll('.t-store .js-product-name a').forEach(link => { link.setAttribute('rel', 'nofollow'); });