To change the page title from welcome in an SEO friendly way on the Store Locator page, please follow these steps:
- From Shopify's 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 in 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.