The traffic drop after a replatform is not inevitable. It comes from a redirect map nobody built and metadata nobody carried over.
AmImA Team
30 Mar 2026 · 7 min read

The traffic drop after a replatform has a reputation for being unavoidable. It is not. It happens because URLs change and nobody maps them, and because metadata that took years to accumulate does not come across in the product CSV.
Both are solvable, and the work happens before launch.
Before anything else, get a complete picture of the old site:
Crawl it. Screaming Frog or similar, full crawl, export every URL with its status code, title, meta description, and H1.
Export the traffic data. Search Console: every page with impressions or clicks over the last twelve months. This is your priority list — pages with traffic matter, orphaned pages from 2018 do not.
Export backlinks. Any page with external links pointing at it must redirect correctly, even if it has little direct traffic. That link equity is the hardest thing to replace.
Shopify has a fixed structure that you cannot fully customise:
/products/handle/collections/handle/pages/handle/blogs/blog-handle/article-handleIf you are coming from WooCommerce with /shop/product-name/ or Magento with /category/subcategory/product.html, every URL changes. That is expected. What matters is that every old URL points to the right new one.
A spreadsheet: old URL, new URL, priority.
Rules, not rows, wherever possible. Shopify supports wildcard redirects, so a whole pattern can often be one rule instead of 4,000.
Every old URL goes somewhere sensible. A discontinued product should redirect to its category, not the homepage. Mass-redirecting to the homepage is treated as a soft 404 and passes nothing.
Never chain. Old A → new B, not old A → old B → new C. Each hop loses a little and adds latency.
Include the variants. Trailing slashes, uppercase, and any old parameter URLs that got indexed.
The product CSV moves titles and descriptions. It does not move:
Map these explicitly. A store that migrates 2,000 products and loses every meta description has thrown away a lot of accumulated work.
On the staging store, with the redirect map loaded:
That 404 report is the most useful thing you have in the first week. Any old URL you missed shows up there with real traffic behind it, and it takes minutes to add the redirect.
Some fluctuation is normal for two to four weeks while Google recrawls and reassigns. A well-executed migration returns to baseline inside a month and usually exceeds it, because the new site is faster.
A migration with a broken redirect map does not recover on its own. If traffic is still down after six weeks, the cause is almost always redirects, and it is worth auditing rather than waiting.
Keep the old site accessible somewhere for a few weeks — a staging copy is fine. When you find a URL you missed, you need to know what was on it to redirect it correctly. Once the old platform is decommissioned, that information is gone.
DevelopmentA fast theme is not a stripped-down one. It is one where the loading order matches what the customer needs first.
ConversionThe average Shopify store converts at 1.4%. Here is what that number hides, what the top decile does differently, and which segment you should actually compare yourself against.
ConversionEvery section on a product page should kill one objection, in the order shoppers actually raise them. Here is how to find yours and sequence the page around them.