How to remove store name from meta title (showing in search engine result page)

Topic summary

A user seeks to remove their store name from appearing in meta titles on search engine results pages.

Solution Provided:

  • Access the Shopify code editor and open the theme.liquid file
  • Locate specific code related to meta titles
  • Comment out Shopify’s default title tag using Liquid comment syntax

Status:

  • The original poster confirmed the solution worked
  • A follow-up question was asked about implementation time for the changes to take effect
  • Discussion remains open regarding timing details

Note: An example image was shared showing the current meta title display issue in search results.

Summarized with AI on November 4. AI used: claude-sonnet-4-5-20250929.

I want to remove this sh!t title

example.png

Hello @extremecheap , To remove the Store name from the meta title, open “theme.liquid” in the Shopify code editor. Find the code below screenshot and comment it with Shopify’s {% comment %} tag.

2 Likes

Thanks!

1 Like

How It’s Take Time For Changing