Visual redesigns feel productive. You're making something better, more modern, more professional. What happened to us is common and underreported: a technically sound design change that caused serious SEO damage because no one audited the migration carefully enough.
What we changed
We updated a content-heavy product catalog site: new template system, new URL patterns for category pages, updated hreflang attributes, and a migration from server-rendered HTML to a JavaScript-heavy architecture for product filtering. All reasonable decisions in isolation.
What broke
- URL structure changed — old category URLs were not 301-redirected correctly. Several hundred indexed pages returned 404 for weeks before we noticed.
- JavaScript-rendered content — Yandex and Google's crawlers had difficulty indexing filtering parameters that were now client-side only. Many long-tail product pages disappeared from indexes.
- Internal link equity redistribution — the new template changed the link structure on category pages, reducing internal link weight to deep catalog pages.
- Page speed regression — the new design was visually cleaner but loaded significantly slower on mobile, triggering Core Web Vitals penalties.
The post-mortem
The fundamental problem was that the engineering and design work were evaluated on design criteria — does it look better, does it work correctly — without a parallel SEO audit. We had no pre-launch crawl snapshot to compare against. We had no traffic monitoring alert set to trigger on a 10% week-over-week organic drop.
Pre-redesign checklist
What we now do before any significant site change:
- Full crawl snapshot with Screaming Frog or similar — capture all indexed URLs and their status before any changes.
- Map every URL that will change or be removed — verify redirect coverage before launch, not after.
- Audit JavaScript rendering impact on crawlability — test with Google Search Console's URL Inspection tool post-launch immediately.
- Set traffic drop alerts — a 10% week-over-week drop in organic sessions should trigger an immediate review.
- Run Core Web Vitals before and after — don't assume the new design is faster because it looks cleaner.
A redesign that destroys six months of SEO growth costs far more than the traffic itself — it costs the trust of the people who made the business case for the redesign in the first place.
— notes from the post-mortem, 2024