A Shopify store owner wants to remove their shop name from the homepage title tag only, while keeping it on all other pages. The issue stems from the theme.liquid file automatically appending the store name to page titles.
Original Problem:
Shop name appears at end of homepage title (e.g., “Beautifully Furnished Home — Redwood Furniture Store: Your Gate to Beautifully Furnished Home | RedWood Furniture Store”)
User wants this removed from homepage only, not site-wide
Solution Provided:
User Kani suggested wrapping the shop name code with a conditional check:
Resolution:
The original poster confirmed this solution worked perfectly, removing the store name from only the homepage title while preserving it on other pages.
Note: Another user expressed frustration with the same issue affecting tags across all pages, indicating this is a common Shopify theme configuration challenge.
Summarized with AI on November 16.
AI used: claude-sonnet-4-5-20250929.
As you said, it was resolved when I added the following bold lines at the bottom of the headers section of the theme.liquid file. This way, it just removed the store name from the home page header info. It continues on other pages. This is exactly what I wanted. Thank you.
Doesn’t work !!! Makes no sense ~~~~ I need it to stop adding tags to all of my pages. why on earth does shopify set it up like this !! Its ridiculous !~!!