What's your biggest current challenge? Have your say in Community Polls along the right column.

Google Listing Shows Page/Store Title 3x - need help finding code

Google Listing Shows Page/Store Title 3x - need help finding code

OA12345
Visitor
1 0 0

doing a Google search on my store shows the store name 3 times in the sequence X X - X (X= store name Occhi Azzurri)

Screenshot 2024-05-24 115714.jpg

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 -%}
<title>{{ seo_title | strip }}</title>

 

 

 

HELP!!!

 

 

Replies 0 (0)