Hi everyone,
Shopify is adding my shop name at the end of meta titles, pushing them over the 55 character limit. How do I stop this?
So for example: Ordering A Bespoke Sign Online | What To Expect | Resources
turns into on google…
Ordering A Bespoke Sign Online | What To Expect | Resources – The Bespoke Sign House
This is my website: https://thebespokesignhouse.com/
I believe it’s something to do with this {{shop.name}} part of my code from the theme.liquid file, but not sure what to change.
{{ page_title }}{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %} – {{ 'general.meta.tags' | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} – {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}Any help is appreciated! Many thanks.
Kris