Guide

Your traffic dropped after a redesign. Here is what to check.

9 min readLast reviewed

A new site going live and traffic falling off a cliff within a fortnight is one of the most common things that happens to a small business website, and it is usually recoverable. It is also usually not caused by the design.

The causes cluster into five, and they are worth working through in order, because the first two account for most cases and take minutes to rule out. Resist the urge to start rewriting content: if Google cannot reach the new pages, or cannot connect them to the old ones, no amount of content work will do anything.

Before any of that, establish that the traffic really fell. A surprising share of post-launch drops are measurement problems rather than visitor problems, and spending a fortnight fixing the wrong thing is worse than losing the week.

First: is it a real drop or a measurement one?

A redesign usually means a new analytics installation, and a new installation is a new opportunity to lose the measurement rather than the visitors. Check this before anything else, because it is quick and because every other diagnosis depends on the numbers being real.

The clean test is to compare a source that did not change with one that did. Search Console counts clicks from Google independently of anything on your site, so if Search Console clicks are flat while analytics sessions have collapsed, the visitors are still arriving and the tag is the problem. If both fell together, the drop is real.

The tag was not carried over to every template
Analytics is often added to a theme rather than to the pages, so a redesign that changes the theme drops the tag. It is common for the home page to keep it and inner templates to lose it, which produces a partial drop that looks like a ranking problem rather than a tracking one.
A new property, or a new stream, with no history
If the redesign came with a new Analytics property, the comparison you are looking at is between a full history and a fortnight of data. That is not a drop. Check you are reading the property that was live before the launch rather than one created alongside it.
Consent banners now blocking measurement
A new cookie banner that correctly withholds analytics until somebody consents will reduce recorded sessions, sometimes substantially, without changing actual visits at all. This is measurement working properly and it is not something to undo, but it does need accounting for before you conclude anything.

Second: can Google reach the new site at all?

Sites are built behind a noindex instruction so the half-finished version does not turn up in search, and removing it is the launch-day step most often forgotten. A site that has been quietly telling Google to go away for three weeks will lose its rankings, and it will do so silently, because the pages look perfectly normal to a visitor.

Search a site: query for your domain in Google, with no space after the colon. If it returns far fewer pages than the site has, or nothing at all, this is your answer and nothing further down matters until it is fixed.

The staging robots.txt is the same trap wearing a different hat. A file containing Disallow slash tells every crawler to read nothing, and it is correct while building and catastrophic afterwards.

Third: were the old URLs redirected to the new ones?

This is the biggest genuinely technical cause and the one that does the most damage, because it throws away everything the old site had earned. When a page moves from one address to another, a 301 redirect tells Google the new address is the same page, and the reputation the old page had built transfers. Without one, the new page starts from nothing and the old one becomes a 404.

The failure is rarely total. What usually happens is that the top-level pages were redirected and the deeper ones were not, so the home page is fine and the blog posts and product pages that actually earned the traffic are gone. That produces exactly the pattern of a drop that looks inexplicable from the home page.

Two things make it worse and are worth checking at the same time. Redirecting everything to the home page rather than to the equivalent page is treated as a soft 404 and passes nothing on. And chains, where an old address redirects to another old address which redirects again, lose value at each hop and are slow for visitors.

How to find what you lost
Search Console keeps 16 months of history, so the pages report from before the launch is a list of what used to earn clicks. Take the top fifty by clicks, request each one in a browser, and see where it lands. Anything returning a 404 or landing on the home page is a redirect you owe.
If the platform changed, the URL structure probably did too
Moving between platforms usually changes the shape of addresses — dates appearing or disappearing from blog URLs, a category segment being added, trailing slashes changing. Each of those is a different address to Google even though the page is identical, and each needs a redirect.

Fourth: did the content survive the move?

Redesigns are usually also rewrites, and the rewrite is often shorter. A page that ranked because it answered a question thoroughly will stop ranking if the answer was cut down to three lines and a photograph, however much better the new page looks.

The other frequent loss is structural rather than editorial. Headings carry meaning about what a page is about, and a design that replaces a heading with a styled image, or drops the page title in favour of a slogan, removes the signals the page was ranking on without visibly removing any content.

Compare a handful of pages that lost the most against what they used to say. The Wayback Machine holds copies of most sites and is the quickest way to see the old version. You are looking for missing substance rather than missing keywords.

Page titles replaced with brand names
A title of Home — Company Name where it used to say what the business does and where, on every page, is a common redesign casualty. The title is one of the strongest signals a page has about its subject, and identical titles across a site remove it entirely.
Pages that no longer link to each other
New navigation often drops the deeper pages from the menu, and if nothing else links to them either, they become orphaned. Google can still reach them from the sitemap but treats them as less important, and visitors cannot find them at all.

Fifth: it might not be the redesign

The launch date is a compelling explanation for anything that happens near it, and sometimes it is a coincidence. Google runs core updates several times a year, and a site that lost visibility in the same week as one may have lost it for that reason instead.

Seasonality is the other one. Comparing the fortnight after launch against the fortnight before is a comparison of two different periods, and for a lot of businesses those are not comparable. Compare against the same weeks last year as well before concluding anything.

The way to tell them apart is scope. A redesign problem is usually specific — particular templates, particular pages, everything under one directory. A core update usually moves a site as a whole and moves competitors too. If your loss is confined to one section, it is much more likely to be something you did than something Google did.

How long recovery takes, and what does not come back

Where the cause was indexing or redirects, recovery usually begins within a few weeks of the fix, because Google has to re-crawl before anything changes and re-crawling is not instant. Requesting indexing for the most important pages in Search Console speeds up the first few but is not a general solution.

What does not fully come back is anything lost to a long gap. Links pointing at a page that returned a 404 for six months may have been removed by the sites that placed them, and those do not return when the redirect finally appears. This is the argument for checking redirects in the first week rather than the third month.

It is also worth being straight about the ceiling: if the old site ranked partly on content that the new one genuinely no longer has, restoring rankings means restoring the content, not tuning the technical side.

Find out where your site stands

Everything described above is something the scanner looks for, with the evidence for each result on your own pages. Free, no account, first findings in about twenty-five seconds.

Scan my site

The checks behind this guide

Questions people also ask

Answered here in full, rather than as a teaser.

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

Where the cause was indexing or missing redirects, recovery usually begins within a few weeks of the fix, because Google has to re-crawl the site before anything changes. Full recovery can take a couple of months. What may not return is value from links that pointed at pages which returned errors for a long time, since the sites that placed them may have removed them in the meantime.

Do I need to redirect old URLs after a redesign?

Yes, wherever an address has changed. A 301 redirect tells Google the new address is the same page and carries the reputation the old one earned across to it. Without redirects the old pages become errors and the new ones start from nothing. Redirect each old page to its closest equivalent rather than sending everything to the home page, which Google treats as a soft 404 and which passes nothing on.

Why did only some of my pages lose traffic after the relaunch?

That pattern usually points at redirects rather than anything site-wide. Top-level pages tend to be redirected carefully and deeper ones missed, so the home page is fine while the blog posts and product pages that earned most of the traffic are gone. It can also mean one template lost its page titles or headings while the rest of the site kept them.

How do I know if the drop is real or an analytics problem?

Compare Google Search Console against your analytics. Search Console counts clicks from Google independently of any tag on your site, so if its clicks are steady while analytics sessions have collapsed, the visitors are still arriving and the measurement broke. If both fell together the drop is real. A new consent banner correctly withholding analytics can also reduce recorded sessions without changing actual visits.