Solved

Add title tags in the default collection page

Jaycar
Tourist
5 1 1

How To add title tags in the Default Collection Page in Shopify

Accepted Solution (1)

Jaycar
Tourist
5 1 1

This is an accepted solution.

To those who need this answer this is the code and this is the thread link -> https://community.shopify.com/c/Ecommerce-Marketing/Add-SEO-to-quot-all-collection-quot-page/td-p/61....

{% if template == 'list-collections' %}
<title>The Best Press-on Nail Collections | Instant Mani Co.™️</title>
<meta name="description" content="Free domestic shipping on all orders over $75. Choose from our wide selection or press-on nail colours, style, and sides. Shop now!" />
{% else %}
// Normal action if it's not the /collections page
{% endif %}

View solution in original post

Reply 1 (1)

Jaycar
Tourist
5 1 1

This is an accepted solution.

To those who need this answer this is the code and this is the thread link -> https://community.shopify.com/c/Ecommerce-Marketing/Add-SEO-to-quot-all-collection-quot-page/td-p/61....

{% if template == 'list-collections' %}
<title>The Best Press-on Nail Collections | Instant Mani Co.™️</title>
<meta name="description" content="Free domestic shipping on all orders over $75. Choose from our wide selection or press-on nail colours, style, and sides. Shop now!" />
{% else %}
// Normal action if it's not the /collections page
{% endif %}