Found it, it was in another folder:
Topic summary
Goal: Remove the store name automatically appended to meta/SEO titles in the Enterprise Shopify theme.
Key findings:
- The tag is not in theme.liquid for this theme. Searching for “” in that file returns nothing.
- The title markup resides in another template/snippet (e.g., a file like “doc-head-core”) located in a different folder. You must search the theme file tree, not just within the open file.
Proposed solutions:
- Edit the head/snippet file and delete the lines that append the shop name (e.g., lines 8–10 shown in screenshots). Then save changes and reindex on Google.
- Alternative suggestion: adjust SEO fields in Shopify settings (screenshot shows editing the description), though this may not remove the store name across all page types.
Outcome/Status:
- The correct file containing the was found in another folder. A concrete edit (remove lines adding the shop name) was provided.
- No final confirmation from the original poster yet; resolution likely but unconfirmed.
Notes:
- Screenshots are central to locating the file and identifying which lines to delete.
