Changing main title of home page on search engine and links.

Topic summary

A Shopify store owner using the Dawn theme seeks help customizing their homepage metadata and URL structure for a Spanish-language site.

Main requests:

  • Change homepage title from “BambooMunch - HOME” to “BAMBOOMUNCH” with custom slogan
  • Update the social sharing preview image
  • Translate URL paths (e.g., “/collections/all” to “/categorias/todos”, remove or translate “/pages” prefix)

Solutions provided:

  • Title customization: Two responders directed the user to edit the <title> tag in theme.liquid file (Actions > Edit code > layout > theme.liquid), with one providing specific code snippet
  • URL translation: Confirmed as not possible—Shopify uses default URL structures that cannot be customized to remove “/collections” or “/pages” prefixes
  • Image update: Can be modified via the og:image attribute in the same theme.liquid file

Status: Partial resolution—title and image are customizable through code edits, but URL structure limitations remain due to Shopify platform constraints. User will need to wait for Google reindexing after making title changes.

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

Hi @MrBamboo ,

1: For name: Please go to Actions > Edit code > layout > theme.liquid file. You can find the attributes ‘’ and ‘og:image’.

2: For url: This is not possible, it is Shopify default.