Creating redirects on Shopify
URL redirects are managed in the Shopify admin under Online Store → Navigation → URL Redirects. Shopify issues them as301 (permanent), which is what you want for anything that has moved for good.
You can bulk import redirects via CSV, which is essential for migrations.
What to redirect
Redirect to the closest equivalent, not the homepage
Mass-redirecting removed products to the homepage is treated as a soft 404 — the destination does not satisfy the original intent, so the value is not passed. Redirect to the nearest genuinely relevant page. Where none exists, the collection is a better target than the homepage.Migration checklist
Losing traffic in a migration is almost always a redirect failure. Before switching:- Crawl the existing site and export every indexable URL
- Export Search Console data — every URL with impressions or clicks over the last 16 months
- Export your backlink profile — URLs with external links are the highest priority
- Map old URL → new URL for every one of them, individually
- Load redirects before the switch, not after
- Verify after launch by crawling the old URL list and confirming each returns a single 301 to a 200
After launch
- Submit the new sitemap in Search Console
- Watch Search Console → Pages for a spike in 404s and fix as they appear
- Check for redirect chains — each additional hop loses a little and wastes crawl
- Expect a temporary dip in rankings; a clean migration recovers, a broken one does not
Redirect chains
A → B → C should be collapsed to A → C. Chains accumulate silently over years of small changes and waste crawl budget on large stores. Ryze flags them during the audit.

