All things Shopify and commerce
My old website was on a different niche platform, but I have now built a new website on Shopify.
Since the old URL structure is different than Shopify's, how do create wild card redirects for all products?
The website has 1000's of products that used to be structured like this:
/product-details/tools/digital-caliper/234512
And I need to change it to:
/collections/tools/products/digital-caliper
Do I have to create an excel doc with all the 1000's of products with old and new urls and import them or is there another option?
Hi @vermit
As an easy way out, you can do this via an app,
You can use a Shopify apps like:
These apps allow you to create bulk redirects using wildcards or RegEx like this:
Example RegEx Pattern:
From: /product-details/(.*)/(.*)/(.*)
To: /collections/$1/products/$2
This would convert /product-details/tools/digital-caliper/234512 → /collections/tools/products/digital-caliper
If you want to avoid using an app, you can create a bulk redirect file like this:
Create a CSV file with two columns:
Go to:
Shopify Admin > Online Store > Navigation > View URL Redirects > Import
Upload the CSV file and Shopify will handle the redirects.
Hope this helps.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025