Hello Everyone,
I want to hide the product from the Google search bar.
I have added a tag hidden In the product and pasted below code it into theme.liquid
{% if product.tags contains ‘hidden’ %}
{% endif %}
but I searched that product goggle then that product still shows in the Google search
is there any issue or will it take time to hide?