This article outlines how to change the "Welcome" title in an SEO friendly way for your Store Locator map.
- From the Shopify admin, select Online Store.
- Select Actions.
- Select Edit code.
- Under Layout, select theme.liquid.
- Find the page title code.
Note: This will vary by theme, but will look similar to the image displayed here.
-
Add this line within the code:
{% elsif store_locator_title %}{{ store_locator_title }}
- Select Save.
- Select Apps.
- Select Store Locator.
- Select Settings.
- Select Display Settings.
-
Copy and paste this code into the Page Footer HTML field:
{% assign store_locator_title = "** page title **" %}
- Replace ** page title ** with the page title you would like to display.
- Select Save.