How to remove store name from my products on google SERP

Topic summary

A user wants to remove their store name (“- Soleheaven”) from product and collection titles appearing in Google search results, so titles display as just “Pink Nike Dunks” instead of “Pink Nike Dunks - Soleheaven.”

Proposed Solutions:

  • Edit individual product search display settings via Products > All Products > Search engine listing preview section
  • Modify theme code by editing the theme.liquid file and removing the second-to-last line within the <title> tag markup

Important Notes:

  • Always backup the theme before editing code
  • Google may still choose to display a different title than provided
  • Changes may take time for Google to update in search results

Status: The code editing solution was confirmed as working by another user who had the same issue.

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

hi i want to remove the “- Soleheaven” part of my product and collection titles in google search so in this example its just “Pink Nike Dunks” im using dawn theme this is my store https://soleheaven.co.uk/collections/pink-nike-dunks

Hi @samf2

Have you tried editing your product’s search display?

  • Navigate to Products > All Products
  • Click the product you want to edit
  • In the Search engine listing preview section, click Edit website SEO

Hey @samf2

You have to edit your theme code to remove the name from your title. As with all things Google, this is only a recommendation and Google may choose to show a different title than what you’ve provided.

When editing the theme code, select the theme.liquid file and look for the tag. Always be careful when editing your theme code if you’re not a developer. Make sure you back up your theme before editing.

Before:


Remove the second to last line.

After:


It may take time for Google to update the results.

1 Like

This works - I would mark as solution but it’s not available. Thanks again Illana, funny how I just searched for this issue and you were able to solve for me again :grinning_face_with_smiling_eyes:

1 Like

Glad it helped you too :rofl: