Key Takeaways
- Test the primary conversion path on mobile before anything else — if a visitor cannot contact you from a phone, the redesign has failed.
- Map every old URL to its new equivalent using 301 redirects — broken backlinks and lost indexed pages can undo months of SEO progress.
- Verify Core Web Vitals pass — LCP under 2.5 seconds, FID under 100ms, CLS under 0.1 — before launch, not after.
- Confirm analytics events fire correctly on all key actions: form submissions, button clicks, phone number taps, and external link clicks.
Key Definitions
- 301 redirect
- A permanent HTTP redirect that tells search engines a page has moved to a new URL. Proper redirect mapping preserves search rankings and ensures users and bots reach the correct page after a site migration.
- Core Web Vitals
- A set of real-world performance metrics that Google uses as ranking signals: Largest Contentful Paint (LCP — loading speed), First Input Delay (FID — interactivity), and Cumulative Layout Shift (CLS — visual stability). Passing Core Web Vitals is a requirement for good search performance.
Why Most Redesigns Lose Traffic — and How to Prevent It
A website redesign is one of the riskiest projects a business can undertake from an SEO perspective. When a site changes structure, URLs, content, and design simultaneously, search engines effectively see a new website that needs to rebuild trust from scratch. The most common outcome is a traffic drop that takes three to six months to recover.
The way to prevent this is to treat the redesign as a migration. Every old URL needs a 301 redirect to its new equivalent. Every page that previously ranked needs its content preserved or improved. Every analytics event needs re-verification. The checklist below covers the critical checks that prevent post-launch traffic loss.
1. Content and Conversion Path
Before launch, verify that every page answers a clear question for a specific audience. Remove vague placeholder text, ensure calls-to-action are visible without scrolling on mobile, and test the complete contact or enquiry flow on a real phone.
- Each page has a clear, specific purpose — no generic filler content.
- The primary call-to-action is visible above the fold on mobile and desktop.
- Contact forms submit correctly and trigger the expected email or CRM notification.
- Phone numbers are tappable on mobile devices.
- Proof points — testimonials, case studies, client logos — are present and verifiable.
2. Technical SEO and Redirects
Technical errors during a redesign can undo years of accumulated search equity. The most critical technical check is the redirect map — every old URL must either redirect to its new equivalent or return a proper 410 (gone) if the page genuinely no longer exists.
- Every old URL is mapped to a 301 redirect — no broken backlinks or lost indexed pages.
- Canonical tags are self-referencing and consistent across all pages.
- XML sitemap is generated and submitted to Google Search Console.
- Robots.txt allows crawling of all public pages and blocks staging or duplicate environments.
- Noindex tags are removed from production pages (common staging-to-production mistake).
3. Performance and Core Web Vitals
Page speed is a ranking factor and a conversion factor. Run Lighthouse tests on every template type — homepage, service page, blog post, contact page — and verify that all three Core Web Vitals pass before launch.
- LCP (Largest Contentful Paint) under 2.5 seconds.
- FID (First Input Delay) under 100 milliseconds.
- CLS (Cumulative Layout Shift) under 0.1.
- Images are properly sized and use next-gen formats (WebP, AVIF).
- Fonts are self-hosted — no render-blocking third-party font requests.
Sources
4. Mobile and Accessibility
More than half of B2B enquiries now start on a mobile device. If the mobile experience is incomplete — overlapping elements, hard-to-tap buttons, missing content — the redesign will underperform regardless of how good the desktop version looks.
- All interactive elements are tappable with a finger — no targets smaller than 48x48px.
- Text is readable without zooming — minimum 16px font size on body copy.
- Forms are usable on a phone screen — fields are not cut off, dropdowns work, submit buttons are reachable.
- Colour contrast meets WCAG 2.1 AA standards (4.5:1 for normal text).
- Keyboard navigation works for all interactive elements.
5. Analytics and Tracking
Launching a redesigned site without confirmed analytics is like flying without instruments. Verify that all tracking fires correctly before making the site live.
- Google Analytics 4 (GA4) is installed and receiving data.
- Conversion events are configured and test-fired: form submissions, button clicks, phone calls, email clicks.
- E-commerce or goal tracking is mapped to the new page structure.
- Google Tag Manager (if used) has been republished for the new site.