The expensive part of a redesign is rarely the design. It is that the previous site had earned rankings, links and traffic over years, and a redesign can discard that in a single deployment — invisibly, with the damage surfacing weeks later when everyone has moved on.
This is ordered by when the damage happens. Most of it is decided in the first section, before anything is designed.
Stage 1 — Before design starts
This is where redesigns are won or lost. Nothing here is design work, and skipping it is the single most common cause of a redesign that costs more than it delivered.
- Complete URL inventory of the existing site. Every indexed URL, from the sitemap, from a crawl, and from Search Console. All three, because each finds pages the others miss
- Identify which pages earn traffic, using impressions and clicks rather than opinion
- Identify which pages earn external links. These are the hardest asset to replace and the easiest to discard accidentally
- Record current rankings for the terms that matter, so you have a baseline. Without one you cannot tell afterwards whether anything changed
- Record current Core Web Vitals from field data, for the same reason
- Decide the URL policy: keep unless there is a reason to change. A tidier structure is not a reason
- Build the redirect map — old URL to closest equivalent, one row per URL. This document matters more than any design file in the project
- Flag pages with no equivalent and decide deliberately: retire with a 410, or build an equivalent
- Audit content before it is rewritten. Length and depth are often why a page ranks
Because almost all of the risk sits in this stage rather than in the visual work, it is the part we scope first in
a redesign that treats ranking preservation as a requirement.Stage 2 — During design
- Design around real content, especially for pages that currently rank
- Do not shorten ranking pages for visual balance. If a page needs to be long, design a layout that carries length well
- Preserve heading structure and hierarchy on pages that perform
- Keep internal links that exist. A redesign that drops a navigation section silently removes link equity from everything it pointed to
- Set a performance budget and hold the design to it — hero images, custom fonts and animation all have measurable costs
- Design for the content your team can actually produce, not for perfectly cropped photography that will never exist again after launch
- Check the mobile layout against real tasks, not against a review meeting on a large monitor
Stage 3 — During build
- Implement every redirect from the map, as 301, before launch
- Flatten redirect chains. A to B to C should be A to C
- Self-referencing canonicals on every page that should be indexed
- Trailing slash consistency between canonicals, sitemap, and internal links
- Preserve title and description on pages that rank well, unless there is a measured reason to change them
- Carry structured data across — it is easy to lose in a rebuild and nobody notices until rich results disappear
- Confirm the new site is crawlable: navigation present in the server-rendered
HTML, no unintended
noindex,robots.txtcorrect - Preserve image URLs where images are indexed, or redirect them
- Keep the same domain and protocol unless migrating deliberately — a redesign and a domain migration are two projects and combining them makes diagnosis impossible
Stage 4 — Launch day
- Test a sample of redirects immediately — high-traffic pages first, checking the status is 301 and the destination is the intended page
- Submit the new sitemap
- Confirm
robots.txtdoes not block the site. A stagingDisallow: /carried into production is a classic and catastrophic launch error - Spot-check canonicals on the pages that matter most
- Verify structured data renders and validates
- Check the site with a browser-like request, not just in a browser — some hosts behave differently for non-browser clients
- Confirm analytics and conversion tracking still fire. These break in redesigns constantly, and the loss is invisible until you need the data
Stage 5 — The weeks after
Damage does not appear on launch day. This is the stage most projects skip because the team has moved on.
- Watch crawl errors daily for the first fortnight. A rising 404 count means the redirect map missed something
- Watch indexed page count against expected. A widening gap is the finding
- Compare rankings to the Stage 1 baseline at two, four and six weeks
- Compare Core Web Vitals field data to baseline once 28 days have accumulated
- Check for pages that lost impressions sharply and investigate individually
- Watch for the old site's URLs appearing as 404s in referral traffic from external links you did not know existed
Expect a temporary dip. Re-crawling and re-evaluation take time, and a modest short-term decline that recovers within a few weeks is normal. A decline that keeps going is not, and the difference is only visible if you took the Stage 1 baseline.
The three that cause most of the damage
If you do nothing else on this list:
- Inventory every URL and build the redirect map before design starts. Almost all preventable loss traces to this
- Do not trim content on pages that rank. Length is frequently the reason they do
- Verify redirects, canonicals and
robots.txton launch day, not when someone notices traffic has fallen
The full technical review, ordered by dependency, is in the SEO audit checklist — worth running against the new site once it is live, treating any Stage 1 or 2 failure there as a launch defect rather than an improvement opportunity.
Working through this list?
Most teams get through the audit and stall on the remediation. That is the part we usually take on.