function remove_nofollow_from_add_to_cart($html){$html=str_replace('rel="nofollow"','',$html);return $html}add_filter('woocommerce_loop_add_to_cart_link','remove_nofollow_from_add_to_cart',10,1);<script>document.addEventListener("DOMContentLoaded",function(){document.querySelectorAll('a[rel="nofollow"]').forEach(function(el){el.removeAttribute("rel")})});</script>