Lizzy here, I’m one of the Gurus from the support team at Shopify.
If you’d like to remove your store name from your store’s title you’re almost right about the code you would need to delete. You’ll want to remove this chunk:
I know you mentioned that you’re nervous about editing your code. I always like to suggest duplicating your theme before making any changes. You can do this by going to Online Store>Actions>Duplicate. That way you’ve got a backup if anything doesn’t go as expected!
I have a similar problem, when I search my store on google the title of the home page contains duplicated store name as you can see at the photo attached
I have the same problem. My homepage seo title shows my store name at the beginning and my other pages shows my store name at the end. Although i have not my store name in any of the pages.
My code in theme.liquid of debut theme is the following:
I have the same problem with the SEO of my Shopify store.
Currently, my shop name appears before my homepage title.
In an attempt to improve the SEO of my homepage, I want to find a technical solution so that the name of my shop appears after the title of my homepage.
I don’t want to delete the name of my store but just change its display for Google results.
I tried to add the name of my shop after the title of my homepage in the backoffice but it is not taken into account by Google.
I also tried to modify the code of my theme.liquid file but these modifications unfortunately have no impact: the name of the shop always appears first, before the title of my homepage. The first words of my homepage title correspond to my main keyword for SEO, which is why I would like them to appear first instead of my shop name which is less relevant for SEO.