Skip to main content

Working with Tags on the Store Locator App

Using tags can give an an easy way to filter stores, highlight special locations and products and internally manage your stores as well.

Updated over 2 weeks ago

🗺️ Why Tag a Store Location

Tags in RP Promap let you organize, highlight, and display specific store locations for special reasons — such as flagship stores, outlet locations, or regional exclusives.
They make your map more informative, interactive, and customer-friendly.

💡 Tags allow you to quickly add a label to each store — or a group of stores — to identify them for a specific reason (e.g. “Flagship,” “Outlet,” or “Pickup Point”).

⚙️ You can manage tags in your Settings page. Turning tags off will hide them from the public map while keeping them available internally — perfect for controlling which tags display on your storefront.


🛍️ Help Customers Find You

Tag each store so customers can see your exact location and get directions instantly.

💡 Use your store’s full name and address for best search results.


🏬 Feature Flagship Stores

Highlight your flagship or showcase locations that represent your brand’s best experience.

⭐ Use a special tag color or icon to help flagship stores stand out visually.


📍 List Multiple Locations

If you have several stores, add tags to help visitors choose the nearest or most relevant location.

📌 Ideal for franchises, multi-region retailers, or service hubs.


👜 Showcase Regional-Only Items

Tag stores that carry exclusive regional products, such as a New York–exclusive bag or Tokyo-only edition.

🎁 Use tags like “City Exclusive” to draw attention to special collections.


💸 Mark Outlets & Discount Stores

Differentiate outlets or clearance stores from mainline shops.

💰 Use “Outlet” tags so shoppers can easily find locations offering discounts.


🚚 Tag Pickup or Service Points

Identify stores that handle local pickup, returns, or repair services.

🔧 Use short tag labels such as “Pickup” or “Service” for clarity.


💬 Add Helpful Store Info

Include details like hours, parking info, or accessibility notes in each tag’s info popup.

🕓 Helps customers plan their visit before arriving.


🌐 Boost Local Search Visibility

Tagged stores help improve local search performance, making it easier for customers to find you online.


💎 Build Brand Trust

Visible, well-tagged store locations reassure customers that your business is established and accessible.


🎉 Highlight Events & Pop-Ups

Use temporary tags to showcase pop-up shops, seasonal booths, or launch events.

📅 You can remove or disable these after the event from the Settings page.

If you want to turn off the tags feature or not use it you can also do so from the settings page.


Alternately if you prefer to use code too turn off tags search, you can hide the filter tags section using CSS. Add this code to your theme's stylesheet:

/* Hide "Filter Tags" section */ 
label[for="scasl-tag-list-container"],
#scasl-tag-list-container,
.bh-sl-filters-container.scasl-tag {
display: none !important;
visibility: hidden !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}

Add this via Online Store → Themes → Customize → Theme Settings → Custom CSS or by editing your theme files directly.[2]

Did this answer your question?