BeFound SEO Dublin

Contact Us

You spent months planning the new website. New branding, faster loading, cleaner layout. The design agency was thrilled, your team was excited, and launch day felt like a genuine milestone. Then you opened Google Analytics the following week and your stomach dropped. Traffic down 30%. Maybe 50%. Pages that used to bring in steady leads are sitting at zero.

I’ve seen this happen more times than I’d like to admit. An accountancy firm we work with once launched a beautiful new site on a Friday afternoon and lost 60% of their organic traffic by Monday morning. The redesign looked stunning. The SEO was in tatters.

The good news? In most cases, this is fixable. But you need to move quickly and know exactly where to look. This guide walks you through why traffic drops after a redesign, how to diagnose the cause, and what to do about it, step by step.

Why did my traffic drop right after launching a new website or redesign?

First things first: a traffic dip after launching a new site is not unusual. According to Google Search Central, most site migrations see a temporary traffic fluctuation lasting 4 to 8 weeks while Google recrawls old URLs and processes new redirects. That’s the normal scenario.

But there’s a massive difference between a temporary dip and a genuine problem. Here’s how they break down:

  • Normal temporary fluctuation: Google needs to recrawl and reindex your new pages. During this period, you might see impressions wobble and rankings shuffle. This typically stabilises within a few weeks if everything is technically sound.
  • Technical SEO mistakes: Broken redirects, missing pages, noindex tags left on from the staging site, analytics tracking not firing. These are the silent killers, and they won’t fix themselves.
  • External factors: Sometimes the timing is coincidental. A Google algorithm update, seasonal traffic patterns, or a paid campaign ending can all make a redesign look like the culprit when it isn’t.

The critical question isn’t whether your traffic dropped. It’s whether it dropped for a reason that needs intervention or a reason that needs patience. Getting that wrong in either direction costs you money.

Is it a normal drop or a problem I need to fix urgently?

Not all traffic drops are created equal. A 5-10% dip in the first week? Probably fine. A 40% collapse that gets worse every day? That’s a five-alarm fire.

Here’s how to judge severity. Look at the scale and the timeline together. A small dip that recovers within two weeks is Google recalibrating. A steep drop that flatlines or keeps declining means something is broken.

The smartest thing you can do right now is segment the data. Don’t just look at total traffic; break it apart:

  • Organic vs paid vs direct vs referral: If only organic dropped, it’s an SEO issue. If everything dropped, your analytics tracking might be broken.
  • Brand vs non-brand queries: Brand traffic holding steady while non-brand collapses suggests ranking and indexing problems. Brand dropping too could mean your homepage has issues.
  • Desktop vs mobile: A mobile-only drop might indicate responsive design problems or Core Web Vitals failures on the new templates.
  • Specific pages vs whole site: If certain page types tanked (say, all your blog posts), look at what changed on that template specifically.

Watch for these red flags that mean you need to act immediately:

  • Impressions in Google Search Console collapsed overnight, not just clicks.
  • The “Pages” report shows hundreds of URLs suddenly “Not indexed.”
  • A spike in 404 errors or soft 404s in the Coverage report.
  • Canonical or noindex tags accidentally applied across entire page templates.

What should I check first in Google Search Console and GA4?

These two tools will tell you 80% of what you need to know. Start here before you panic, before you ring your web developer at midnight, and before you start rolling back to the old site.

Google Search Console checks

GSC is your single best diagnostic tool after a redesign. Open it up and work through these systematically:

  • Performance report: Compare impressions, clicks, and average position for the two weeks before launch versus the two weeks after. Look for specific queries and pages that lost ground, not just totals.
  • Pages report (Indexing): Check for spikes in “Crawled, currently not indexed” and “Discovered, currently not indexed.” If your indexed page count dropped significantly, Google either can’t find or doesn’t want to index your new URLs.
  • Manual actions and security issues: Unlikely after a redesign, but rule it out. It takes 30 seconds.
  • URL Inspection: Test your top 10 landing pages. Check whether Google’s chosen canonical matches what you intended, whether the page is indexed, and when it was last crawled.
  • Sitemaps: Compare submitted URLs vs indexed URLs. If you submitted 500 and only 200 are indexed, something is filtering them out.

GA4 checks

GA4 issues after a redesign are far more common than people realise. I’d estimate that roughly one in three “traffic drops” we investigate turn out to be measurement problems, not actual traffic problems.

  • Tag firing: Confirm GA4 is installed on every template: homepage, blog posts, service pages, product pages, contact forms, the lot. Use Google Tag Assistant or GA4 DebugView to verify.
  • Compare GSC clicks to GA4 sessions: If GSC shows stable clicks but GA4 shows a dramatic drop, your tracking is broken. That’s actually good news because it means traffic never really fell.
  • Cookie consent changes: Did the new site come with a new cookie banner or updated Consent Mode settings? Stricter consent implementation can reduce measured sessions by 20-30% without any actual traffic change.
  • Cross-domain issues: If your site uses booking engines, payment gateways, or third-party checkout, check for self-referrals and broken cross-domain tracking.

Context check

One thing people forget: was there anything artificially inflating traffic before the launch? A PR campaign, a viral social post, seasonal demand? If traffic was unusually high pre-launch, what looks like a “drop” might just be a return to baseline.

Are my new pages being crawled and indexed properly after launch?

This is where most redesign disasters actually live. The site looks gorgeous. The content reads well. But Google either can’t find the pages, can’t read them, or has been told not to index them.

Common culprits I see repeatedly:

  • Robots.txt blocking critical sections: Developers often use robots.txt to block staging sites from being crawled. If that rule carried over to the live site, Google is literally being told to stay away.
  • Noindex tags on key templates: Same story. A meta robots noindex tag that made sense on staging is catastrophic on production. One line of code, entire sections of your site invisible to Google.
  • Wrong canonical tags: Pages pointing their canonical to the staging domain, to old URLs that no longer exist, or to the homepage. Google trusts canonicals. If you tell it the wrong page is the original, it will listen.
  • JavaScript rendering issues: Modern frameworks like React, Vue, and Next.js can create beautiful user experiences that are effectively invisible to search engines if server-side rendering isn’t configured properly.
  • Orphaned pages: During a redesign, navigation structures change. Pages that used to be linked from the main menu or footer might now be floating with no internal links pointing to them. Google finds pages through links. No links, no discovery.

For Irish businesses specifically, make sure your www/non-www and trailing slash preferences are consistent on the new site. If the old site used www.example.ie and the new one defaults to example.ie without redirects, you’ve effectively split your site’s authority in two.

How do I quickly test if Google can access my pages?

Use the URL Inspection tool in GSC. Hit “Test Live URL” on a selection of your most important pages. Check that the rendered HTML contains your actual content (not just an empty JavaScript shell). Spot-check the robots meta tag and make sure it says “index, follow” or simply isn’t present (the default is to index).

Don’t just test the homepage. Test a blog post, a service page, a category page, and your contact page. Template-level problems affect every page using that template.

Did I lose traffic because redirects weren’t mapped correctly from old URLs?

If I had to pick the single biggest cause of post-redesign traffic loss, it would be redirects. Every time. It’s not glamorous. It’s tedious, detailed work that nobody wants to do. And skipping it is like renovating your shop but bricking up the front door.

A Search Engine Journal study of 892 site migrations found that on average, it took 523 days for a new domain to regain its previous organic traffic levels. Some recovered in 19 days. Others hadn’t recovered after 1,000 days. The difference almost always came down to redirect quality.

Here’s what proper redirect mapping looks like:

  • One-to-one redirects for every high-value page: Your top landing pages (from GA and GSC data) each need a 301 redirect to the most relevant equivalent on the new site. Bulk redirecting everything to the homepage destroys the relevance signals Google has built up over years.
  • Preserve URL relevance: Old category pages should redirect to the closest new category, not to a generic catch-all. Old blog posts should redirect to the same content at its new URL, or to a genuinely related page if the content was removed.
  • Avoid redirect chains and loops: Page A redirects to Page B which redirects to Page C. Google will follow a few hops, but every link in the chain leaks a little equity and slows crawling.
  • Use 301s, not 302s: A 301 tells Google the move is permanent and to transfer ranking signals. A 302 says it’s temporary, so Google may keep trying to index the old URL.

What should you audit? Pull your top 50 landing pages by organic traffic from before the launch. Visit each old URL. Does it redirect to the right place? Does it redirect at all? Are any throwing 404s?

Then check your backlink profile. External links pointing to old URLs are passing authority to your domain. If those URLs return 404s instead of redirecting, that authority vanishes. Google’s documentation on redirects recommends maintaining them for at least 180 days, though I’d argue you should keep critical redirects indefinitely.

How do I fix broken links and 404 errors after launch?

Prioritise ruthlessly. Not every 404 matters equally. Focus first on pages that had traffic or backlinks. Pull the 404 report from GSC, cross-reference with your old analytics data, and fix the highest-value ones first.

Once redirects are in place, update your internal links to point directly to the final destination URLs rather than relying on redirect chains. Then resubmit your sitemap and request indexing for your priority pages through GSC.

Did my rankings drop because we changed titles, headings, or page content too much?

Here’s something that catches a lot of businesses off guard. You can keep the same URLs, set up perfect redirects, have flawless technical SEO, and still lose rankings. Why? Because someone rewrote all the page titles.

I get it. The new design feels fresh, so the content should feel fresh too. But Google ranked your old pages for specific reasons: the title tags matched search intent, the headings covered the right topics, the body content had depth. Change those, and you’re essentially telling Google this is a different page.

Common redesign content mistakes:

  • Rewriting title tags without considering keywords: The designer wants something “clean and modern.” The SEO needed “Accountants in Dublin | Tax Services & Financial Advice.” Guess which one Google was ranking?
  • Removing page copy for a “minimalist” look: I’ve seen service pages go from 800 words of useful, ranking content to 50 words and a stock photo. That’s thin content, and Google treats it accordingly.
  • Changing H1s and site taxonomy: Restructuring your site categories can confuse the topical relevance signals Google has built up. If your “Tax Planning” page becomes “Financial Wellness Solutions,” don’t be surprised when you stop ranking for tax planning queries.
  • Removing structured data: FAQ schema, LocalBusiness markup, Product schema. If the old site had these and the new site doesn’t, you may lose rich snippets in search results, which tanks click-through rates even if rankings stay put.

Before and after comparison is essential here. Pull your old title tags, meta descriptions, and H1s for your top 20 pages (the Wayback Machine is useful if you didn’t document them beforehand). Compare them to what’s live now. If the intent alignment has shifted, that’s likely your problem.

Don’t panic about every small change, though. Some reshuffling is normal. Focus on preserving the pages that were already performing well. Those are the ones that pay the bills.

How can I recover clicks if my rankings didn’t change much?

Sometimes rankings look fine but clicks have dropped. This is a CTR problem, not a ranking problem. Check whether your title tags are being truncated in search results (keep them under 60 characters). Look at whether meta descriptions were stripped out or replaced with generic text. And check if you lost any rich snippets by removing structured data.

Restoring or improving your titles and descriptions to better match search intent can recover clicks within a couple of weeks as Google recaches the new snippets.

Could the traffic drop be caused by analytics or measurement issues instead of SEO?

I touched on this earlier, but it deserves its own section because it’s genuinely that common. When a client comes to us in a panic about a post-launch traffic drop, the first thing we check is whether the drop is real.

Here’s a scenario I’ve seen play out multiple times: a business launches a new site on a new platform. The web developer installs GA4 but misses the blog template. Or installs it twice on some pages and once on others. Or the new cookie consent banner is blocking the tracking script for anyone who doesn’t actively click “Accept.”

The traffic didn’t drop. The measurement did.

Common analytics problems after a redesign:

  • GA4 tag missing on some templates: If the tag isn’t on your blog, product pages, or checkout flow, those visits simply don’t get counted.
  • Duplicate tags: Two GA4 tags on the same page double-count sessions. When one gets removed, it looks like traffic halved overnight.
  • Consent banner changes: Under GDPR (which obviously applies to every Irish business), stricter consent implementation can significantly reduce measured sessions without any actual traffic change. If 30% of visitors decline cookies, you lose 30% of your measured data.
  • Cross-domain tracking broken: If users pass through a booking engine, payment gateway, or third-party tool, sessions can break and reappear as self-referrals.

How to validate: Use Tag Assistant to check every page template. Compare server logs (if your hosting provides them) to GA4 trends. Most tellingly, compare GSC clicks (which don’t depend on JavaScript or cookies) to GA4 organic sessions. A big divergence confirms it’s a measurement issue.

What step-by-step plan should I follow to recover traffic after a redesign?

Right. Enough diagnosis. Here’s the action plan, broken into phases based on urgency.

First 24 to 48 hours: Triage

  • Confirm GA4 tracking is firing on every page template. Use Tag Assistant or DebugView.
  • Check robots.txt for any leftover staging blocks. Check meta robots tags on key templates for accidental noindex directives.
  • Verify redirects are working for your top 20 landing pages (by previous organic traffic).
  • Review GSC Coverage report for spikes in 404s, excluded pages, or “Crawled, currently not indexed.”
  • Check that your XML sitemap is submitted and contains only canonical, indexable URLs.

Week 1 to 2: Core recovery actions

  • Complete the full redirect audit. Map every old high-traffic URL to its correct new destination.
  • Clean up your sitemap: remove any non-200 URLs, add any missing new pages.
  • Restore internal linking. If the navigation or footer changed, make sure key pages still have clear link paths from the homepage.
  • Request indexing for your top priority pages through GSC’s URL Inspection tool.
  • Restore any metadata (title tags, meta descriptions) or content that was changed unnecessarily on high-performing pages.
  • Re-add any structured data (FAQ, LocalBusiness, Product schema) that was removed during the rebuild.

Days 30 to 60: Stabilisation and growth

  • Run a content gap analysis. Did the redesign remove any pages that were ranking for long-tail keywords? Consider recreating them.
  • Improve page templates based on Core Web Vitals data. The new design should be faster, not just prettier.
  • Expand internal linking strategically. Now that the new structure is settled, build contextual links between related content.
  • Monitor rankings, impressions, and indexed page counts weekly. Track the trend, not individual days.
  • Create a “post-launch SEO QA checklist” so this never happens again with future updates.

When to escalate

If traffic is still down 50% or more after four weeks, with persistent crawl issues, widespread deindexing, or hundreds of unresolved 404s, it’s time to bring in specialist help. The longer these issues persist, the harder recovery becomes. Google doesn’t wait around for you to fix things.

FAQ: Traffic drops after a new website or design

How long does it take for SEO to recover after a redesign?

For a well-executed redesign on the same domain with proper redirects, expect 4 to 8 weeks of fluctuation before stabilisation. CMS platform changes typically take 4 to 8 weeks. Domain migrations can take 6 to 18 months in difficult cases, though research from Search Engine Journal shows well-planned migrations often recover within 30 to 60 days. Site size, crawlability, and redirect quality are the biggest factors.

Can a website redesign affect Google rankings even if the domain didn’t change?

Absolutely. Changed URL structures, altered internal linking, rewritten title tags, removed content, modified canonical tags, and broken structured data can all shift rankings significantly, even on the same domain. The domain is just one signal among hundreds.

Should I submit a new sitemap after launching a redesigned site?

Yes. Submit a fresh XML sitemap containing only your canonical, indexable URLs. Remove any old URLs that no longer exist or redirect elsewhere. Then monitor the “Submitted vs Indexed” count in GSC over the following weeks to catch indexing problems early.

Why did my impressions drop but my rankings look similar?

This usually means fewer of your pages are being indexed, so your total keyword footprint has shrunk. It can also indicate that while your main keywords held position, you lost coverage on long-tail variations. Check your indexed page count in GSC and look for pages that dropped out of the index entirely.

What’s the biggest mistake businesses make during website redesigns?

Poor redirect mapping, hands down. Followed closely by not checking for accidental noindex tags from the staging environment and failing to verify that analytics tracking is working on every page template. These three issues account for the vast majority of post-launch traffic disasters I’ve seen over 15 years in SEO.

Need help diagnosing a traffic drop after a redesign?

If you’ve launched a new site and the numbers aren’t where they should be, don’t sit on it. Every week of broken redirects, missing pages, or faulty tracking is a week of lost leads and lost revenue.

We offer a post-launch SEO and analytics audit that covers everything discussed in this guide:

  • Full redirect and 404 review with prioritised fix list.
  • Google Search Console coverage analysis to identify deindexed and problematic pages.
  • Metadata and content comparison (old site vs new) for your top-performing pages.
  • GA4 tracking verification across all page templates.
  • Structured data audit and restoration recommendations.

Before getting in touch, it helps if you can prepare the following: GSC access, GA4 access, your old sitemap or URL list (if available), the exact launch date, and a summary of what changed in the redesign.

The sooner these issues get identified and fixed, the faster Google reprocesses the changes and your traffic recovers. If you’re an Irish business dealing with this right now, get in touch for a free initial consultation. We’ve helped dozens of businesses recover from exactly this situation, and the fix is usually more straightforward than you’d expect.

Share the Post:
Related Posts

Ready to grow your business?

Let us work with you to create a strategy to achieve your goals.

Innovative SEO strategies in Dublin with BeFound SEO Dublin agency, helping local businesses grow online through expert SEO, digital marketing, and search engine optimisation services.