301 Redirects
10-30 minIntermediate
Shopify has a native URL redirect manager. Essential for fixing 404s or migrating from another platform.
Prerequisites
- Shopify Admin
Easy Recommended
Native Redirects
Using the built-in tool.
1
Create Redirect
1
Go to Online Store > Navigation
2
Click "View URL Redirects" (top right)
3
Click "Create URL redirect"
4
Redirect from: /old-url
5
Redirect to: /new-url
6
Click Save
2
Bulk Import
1
Click "Import" in the Redirects page
2
Upload a CSV with columns: Redirect from, Redirect to
3
Useful for migrations
Verification Checklist
- Test the old URL, it should jump to new URL
- Status code should be 301 (Permanent)