Build your 301 redirect map.
Paste every URL from your current site. The generator suggests clean destinations. Wix patterns like /post/ and /services-1 get tidied automatically. Export in the format your new platform expects, and edit anything first.
Paste from your crawl, sitemap or Search Console export. Full URLs or bare paths both work.
Prefixed to destinations in .htaccess, nginx and CSV output. Leave empty for same-domain relative redirects.
Reference
What each platform turns your URLs into.
Builder-generated addresses follow predictable shapes, which is why most of a redirect map can be derived rather than typed. These are the transformations this tool applies, useful as a reference even if you build the map by hand.
From Wix
- /post/{slug}
- → /blog/{slug}
- /product-page/{slug}
- → /products/{slug}
- /services-1, /about-1
- → /services, /about
- /copy-of-{page}
- → the real page, or gone
From Squarespace
- /blog/2024/3/14/{slug}
- → /blog/{slug}
- /shop/p/{slug}, /store/p/{slug}
- → /products/{slug}
- /store
- → /collections/all
- /config/…
- → home, never a content page
From Shopify
- /products/{slug}
- → /product/{slug} (Woo)
- /collections/{slug}
- → /product-category/{slug}
- /blogs/news/{slug}
- → /blog/{slug}
- /pages/{slug}
- → /{slug}
The four mistakes
What actually goes wrong with redirect maps.
01
Redirecting everything to the homepage
Google reads a mass redirect to an irrelevant page as a soft 404 and discards the ranking value anyway. You do the work and get none of the protection. Map to the closest real equivalent, or let it 404 honestly.
02
Shipping 302s instead of 301s
A 302 says temporary, so Google keeps the old URL indexed and passes nothing on. Platform redirect managers sometimes default to it. Check the real status code after launch rather than the setting label.
03
Chains from a previous migration
Old URL → second URL → third. Each hop costs latency and Google stops following after a few. If the site moved before, repoint the old rules straight at the final destination.
04
Mapping only what the exporter saw
Automated tools map catalogue entities. Your service pages, dated blog archive and the campaign page that still earns links are not entities, so nothing maps them and they 404 silently.
A map is only as good as its completeness. The URLs you forget are the rankings you lose. If you would rather have this crawled, mapped, implemented and verified by people who do it weekly, get a fixed quote. Background reading: 301 redirects explained.
02 / Questions
Redirect questions, answered.
The ones that decide whether a migration keeps its rankings.