Hi everyone,
I am currently using the free “Refreshing” theme, and in Online Store > References, the homepage title part is “The Number #1 Place For Snus in Vietnam | Deliver to all of Vietnam!”. However, when searching up my store on Google, it kept showing “SnusLAB: The Number #1 Place For Snus in Vietnam | Deliver to all of Vietnam!”.
I would like to remove the “SnusLAB:” part at the beginning for better SEO purposes. From what I’ve read this can be solved in the theme code, could someone have a look please, I would really really appreciate it since it has been days trying figure this out.
In my theme.liquid, my code is:
{{ page_title }} {%- if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif -%} {%- if current_page != 1 %} – Page {{ current_page }}{% endif -%} {%- unless page_title contains shop.name %} – {{ shop.name }}{% endunless -%}How would I change it so it removes the “SnusLAB:” (store name) at the beginning? Greatly appreciate any help!