Hello,
I have currently tried two different solutions, and the problem is that when i use one solution, it creates a new one in my SEO tool (Morningscore).
So I am currently using the following in ‘‘theme.liquid’’
{% if request.path == ‘/collections’ %}> > {% elsif page_description %}> > {% endif %}
When I am using the code mentioned above, it will go from giving an error on ‘‘Meta description too short’’ (this clears out) to giving a low page score due to missing meta description.
When i used the following code, it was giving me an error on ‘‘Meta description too short’’ while clearing the ‘‘Missing Meta Description’’.
{% if template == ‘collection’ %}> > > {% else %}> {% endif %}
Do you have any recommendations?
My url is www.bachsbilpleje.shop
Edit I solved the issue, by creating a new Collection page, that includes all products that has a great value than 0$, where i could easily give a meta description and change the length of the title tag too.