Search-term redirects and storefront routing
Search-term redirects, URL redirects, and search merchandising solve different problems. Use this guide to choose the right capability for standard Adobe Commerce search, Live Search, and Commerce Storefront powered by Edge Delivery Services.
Understand redirect types
These capabilities differ in what triggers the behavior and what the shopper sees:
-
A search-term redirect sends a shopper who enters a specific search term to a designated page.
-
A URL redirect sends a request for an old URL to a new URL, usually with an HTTP 301 or 302 response. The browser address bar changes to the new URL.
-
Search merchandising changes which products appear, or their order, in search results without changing the requested URL.
-
A URL rewrite maps one URL to another on the server. The Adobe Commerce URL Rewrite tool creates a permanent redirect (301) for the old URL. For more information, see URL rewrites.
Choose a routing capability
Use the following guidance to identify the capability that matches your requirement:
Standard Commerce search
With standard catalog search, you can configure a search term to open a content page, category page, product page, or external page where the deployment supports this capability. Use it when a shopper-entered query, such as gift cards or returns, must open a campaign or informational page.
To create or update this type of redirect, see Manage search terms. The search-term configuration is separate from the URL Rewrite tool because the trigger is the shopper’s query, not an existing URL.
URL redirects and rewrites
Use a URL rewrite when the source is an existing URL rather than a shopper-entered search term. Common examples include redirecting:
-
An old product URL to a new product URL.
-
A retired category URL to a replacement category URL.
-
An outdated CMS page URL to a new content page URL.
For deployments that support the URL Rewrite tool, go to Marketing > SEO & Search > URL Rewrites to create the redirect. For step-by-step guidance, see URL rewrites.
Live Search
Live Search replaces the default storefront search experience and provides capabilities such as synonyms, facets, and merchandising rules.
Use Live Search when you need to change search relevance, product ranking, or product visibility. Use synonyms when different words should return similar products. Use merchandising rules when products must be boosted, buried, or ranked differently.
Live Search search behavior should not be treated as a drop-in replacement for every native Commerce search-term configuration. When a query must navigate to a content or campaign page, implement the redirect in the storefront or edge-routing layer that receives the request. For more information, see the Live Search documentation.
Edge Delivery Services
For a storefront powered by Edge Delivery Services, manage redirects in the storefront or edge-routing layer. Do not assume that Adobe Commerce Admin URL rewrites control every request.
When you use document authoring, maintain redirect mappings in the site’s redirect configuration. For redirects that must execute before a request reaches the origin, use the appropriate CDN or edge configuration. For related SEO guidance, see SEO guidelines for Commerce Storefront.
Migrate from Luma
Treat redirect migration as part of the storefront migration. Preserve the customer journey and SEO intent, then reimplement routing for the target storefront.
Before switching traffic to the new storefront:
-
Export and inventory existing Luma URLs and search-term landing pages.
-
Classify each item as a search-term redirect, URL redirect, or merchandising rule.
-
Map every legacy URL to its new storefront path.
-
Implement each redirect at the layer that receives the request.
-
Test status codes, query parameters, canonical URLs, locale paths, and redirect loops.
-
Monitor logs and analytics after launch for unresolved legacy URLs.
Troubleshoot redirects
Use the following checks when a redirect does not behave as expected across Adobe Commerce search, storefront routing, and store views.