Skip to main content

Custom logic for Links to “Store Locator Tags”

A simple way to setup deep links (or marketing links) to pre-filter store results by tag.

Updated over 2 weeks ago

🔎 Customizing Locator Links

You can create powerful, shareable links that guide users to exactly what they’re looking for—whether that’s filtered results, a specific location, or a predefined search.


🎯 Apply Specific Filters

Use the tags parameter to display locations that match specific categories, attributes, or custom tags you’ve configured.

How it works:

  • Add one or multiple tags to your URL

  • Tags must match exactly what you’ve assigned to your locations

Examples:

  • Show locations with vegan products:

https://yourwebsite.com/your-locator-page?tags=vegan products
  • Show both bookstores and cafés:

https://yourwebsite.com/your-locator-page?tags=bookstore,cafe

💡 Tip:
As you apply filters in the locator UI, the URL updates automatically. Just copy the updated link to share your filtered results instantly.


📍 Share a Direct Link to a Specific Store

Each location has a unique ID. When selected, the locator updates the URL—allowing you to link directly to that store.

Example:

https://yourwebsite.com/your-locator-page?location=123456789

💡 Tip:
Click on any store in the locator and copy the updated URL to share a direct link—no extra setup needed.


🌍 Start with a Predefined Search

Use the locate parameter to automatically center the locator on a specific city, region, or postal code.

Examples:

  • Start with a search in Paris:

https://yourwebsite.com/your-locator-page?locate=paris
  • Start with a postal code in Los Angeles:

https://yourwebsite.com/your-locator-page?locate=54321,LA,USA

⚡ Summary

Feature

Parameter

Purpose

Filter results

tags

Show locations matching specific categories

Direct store link

location

Link to a specific location by ID

Predefined search

locate

Start the locator in a specific area

Did this answer your question?