Hi there,
I would like to improve my SEO for my website www.alixir.ma. Currently, I would like some pages not to be indexed and crawled by google.
If I add this code to the theme.liquid, does it exclude the contact page from being indexed:
{% if handle contains ‘contact-alixir’ %}
{% end if %}
What about collections: I would like to exclude this page https://www.alixir.ma/collections and keep the specific collections indexed https://www.alixir.ma/collections/skincare-routine-products. Does the following work ?
{% if handle contains ‘collections’ %}
{% end if %}
KR,
Alixir Team