doing a Google search on my store shows the store name 3 times in the sequence X X - X (X= store name Occhi Azzurri)
SEO-TITLE.LIQUID looks like this: (although not sure if this is what generates that Google result)
{%- capture seo_title -%}
{{ 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 -%}
{%- endcapture -%}
{{ seo_title | strip }}HELP!!!
