Solved

How can I remove (1) in title tag

Entelech
Tourist
3 0 1

I don't know why (1) is shown in the title tag. I show all of pages

I try to check {{seo_title}} value in theme.liquid

 

<title>{{ seo_title | strip }}</title>
<title>{{ seo_title | strip }}</title>
<meta name="Hello" content="{{ seo_title | strip }}">

 

 

Result

Screen Shot 2564-06-15 at 09.38.14.png


{{seo_title}} is OK.

but (1) being injected 

Accepted Solution (1)
iDoThemes
Trailblazer
207 43 91

This is an accepted solution.

Hi again,

 I had a look into this,

The chat widget/app you are using causes this. It's modifying the title attribute to notify the user that they have (x) new messages in the chat.

 

Developer of Liquify Chrome Extension -- Enhance the Shopify Theme Code Editor
.




Theme Developer -- Drop me a line

View solution in original post

Replies 4 (4)

iDoThemes
Trailblazer
207 43 91

Does it still happen if you disable JS?

What's the store URL so we can take a look?

Developer of Liquify Chrome Extension -- Enhance the Shopify Theme Code Editor
.




Theme Developer -- Drop me a line
Entelech
Tourist
3 0 1

Sorry
How can I disable all JS?

https://example.com/collections/

iDoThemes
Trailblazer
207 43 91

This is an accepted solution.

Hi again,

 I had a look into this,

The chat widget/app you are using causes this. It's modifying the title attribute to notify the user that they have (x) new messages in the chat.

 

Developer of Liquify Chrome Extension -- Enhance the Shopify Theme Code Editor
.




Theme Developer -- Drop me a line
Entelech
Tourist
3 0 1

@iDoThemes 
You're very observant.
Thank you so much