Missing Meta Descriptions - Theme (Impulse V5) Limitations?

Hi everyone,

I don’t suppose anyone can help…

I have applied new meta descriptions to my client’s website using Shopify’s SEO function (search engine listing). However, there is no meta description tag found within the tag of each page. When crawling, the title tags appear yet the meta descriptions remain missing.

I’m assuming this is a theme limitation but when I try to get in contact with the theme dev through the Help Centre, I am sent to a 404 page.

Anyone know why this might be/what could be going wrong?

Thank you!

1 Like

Btw, I should have clarified…I have found the solution which of course is to add the following tag:

{% if template == ‘product’ %}


{% else %}
{% if page_title %}

{% endif %}
{% if page_description %}

{% endif %}
{% endif %}

I just wanted to know if this is a theme limitation or not?