currently only the name of my store is in my browser tab.
However, I would like to add an extra text.
I’ve already tried to change the store name in the general settings. However, this did not work as desired, as the name changes everywhere as a result.
The HTML tag is responsible for the text in the browser tab. Located in theme.liquid: http://joxi.ru/krD86dPSKV3Kwr
Did you edit this tag by any chance? Since this tag changes depending on the page. For example, for a product page in the title, there will be a Product name - Store name.
Oh please excuse me for making this so inaccurate!
We want the same text to be displayed in our entire online shop, regardless which page is accessed. The text should read: “decuse | official website”. So to summarize again: Regardless of which page our customer is on, he should always see the same text in the browser tab, as written above.
I hope that this is understandable, if you have any questions, please feel free to ask.
No worries about that, misunderstanding is common in Shopify Community.
Thank you for your explanation.
{{ seo_title }} - then you just need to change the content of the tag to a static value. At the moment, in each topic, the content of is a variable that is constantly changing. In the case of the example we sent, this is the {{ seo_title}} variable.
You then just write explicitly what you want instead of a variable.
For example: Decode | official website Then every page will have the same title.