Change the Page Title

Modified on Fri, 01 Sep 2023 at 03:32 AM

Overview

This article outlines how to change the "Welcome" title in an SEO friendly way for your Store Locator map.


Setup

  1. From the Shopify admin, select Online Store.
  2. Select Actions.
  3. Select Edit code.
  4. Under Layout, select theme.liquid.

    select theme.liquid

  5. Find the page title code.

    Note: This will vary by theme, but will look similar to the image displayed here.

    find the page title code

  6. Add this line within the code:

    {% elsif store_locator_title %}{{ store_locator_title }}

    add this code

  7. Select Save.
  8. Select Apps.
  9. Select Store Locator.
  10. Select Settings.

    select settings

  11. Select Display Settings.

    select display settings

  12. Copy and paste this code into the Page Footer HTML field:

    {% assign store_locator_title = "** page title **" %}

    paste this code in the Page Footer HTML

  13. Replace ** page title **with the page title you would like to display.

    replace the page title

  14. Select Save.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article