Consolidating five brand websites after a roll-up without tanking organic traffic

Consolidating five brand websites after a roll-up without tanking organic traffic

You close on five add-ons in eighteen months, and suddenly you are paying for five WordPress hosting bills, maintaining five duplicate service pages, and watching Google index 140 pages that say essentially the same thing. The CFO wants one domain, one hosting contract, and one analytics dashboard. The head of digital sees 60,000 organic sessions a month across those five sites and knows that redirecting everything to one URL in a weekend is how you lose 40% of rankings in ninety days. Multi-brand website consolidation for portfolio companies is not a migration project—it is a sequence of ranked decisions about which demand to preserve, which redirects to stage, and how fast you can move without breaking what already works.

Most roll-up website consolidations fail because they treat the problem as technical when it is actually commercial. The goal is not to merge five codebases or pick one CMS. The goal is to keep the revenue those five domains are already generating while reducing the operating cost of the estate. That means knowing which pages are bringing in leads, mapping every URL that ranks, staging the 301 redirects so you can watch drop-off in real time, and moving methodically enough that you can roll back if a redirect tanks conversion. This is how you do it without losing the demand you just bought.

Why Roll-Ups Inherit Fragmented Estates and Why That Matters

A software roll-up acquires five regional competitors. Each ran its own WordPress site. Each optimized for slightly different keywords—one ranks for “enterprise CRM Boston,” another for “sales automation New England,” a third for “pipeline management software.” All five convert. The sponsor’s thesis was geographic consolidation and cross-sell, not organic search arbitrage, so nobody priced the SEO value into the deal model. Six months in, the operator realizes the estate is costing $11,000 a month in hosting, security patches, and duplicated content work, and the combined brands are cannibalizing each other in paid search. The reflexive move is to redirect everything to one master brand and retire the rest.

That decision destroys value if you execute it wrong. Those five domains collectively own 200 ranking positions. Redirect them all at once, and Google re-crawls the new URL structure over thirty to sixty days while your organic traffic drops, your cost-per-lead in paid goes up to compensate, and your sales team starts asking why inbound is down. The estate cost problem is real, but the solution is not to collapse five sites into one over a weekend—it is to preserve the demand each domain generates while systematically reducing the operating surface.

Diagram showing five separate website domains with overlapping service page content feeding into a consolidated domain structure, with traffic flow arrows and redirect staging indicators
Diagram showing five separate website domains with overlapping service page content feeding into a consolidated domain structure, with traffic flow arrows and redirect staging indicators

Start With a Rank Inventory, Not a Migration Plan

Before you redirect anything, you need to know what you are preserving. Pull every URL from all five domains that has received at least one organic click in the last ninety days. Google Search Console will give you this list. Export clicks, impressions, average position, and CTR for every page. Sort by clicks descending. The top fifty pages across all five sites are probably generating 80% of your organic sessions. Those are the pages you cannot afford to break.

Now cross-reference that list against your CRM. Which landing pages are driving form fills? Which service pages convert at 8% and which convert at 0.4%? A page that ranks position three for a high-intent keyword but has never generated a lead is worth less than a page at position nine that converts at 12%. The rank inventory is not just an SEO exercise—it is a commercial filter. You are deciding which demand is worth the migration cost and which you can let decay.

This is where most teams stop too early. They identify the top twenty landing pages, build a redirect map for those, and assume everything else can point to the homepage. That assumption costs you traffic. A page ranking at position 47 for a low-volume keyword might be worth nothing today, but if it is the only page on the internet that answers a specific question your target customer types into Google, losing it means losing a trickle of high-intent leads you will never get back. The inventory should include every page that ranks in the top fifty for any keyword with commercial intent, even if current traffic is negligible.

Build the Canonical Map Before You Touch DNS

Once you know which pages you are keeping, map every old URL to its new canonical target. This is not a one-to-one redirect plan—it is a decision tree. Some old pages have a perfect match on the new domain: the “Enterprise CRM” page on Site A becomes the “Enterprise CRM” page on the consolidated domain, same keyword, same intent, same H1. That is a clean 301. Other pages do not have an exact equivalent: Site B has a case study about a healthcare client that the new domain does not cover yet, so you redirect it to the closest industry page you do have, accept that you will lose some of that traffic, and decide whether to rebuild the case study later.

The canonical map is where you surface every conflict. Two of the five acquired sites have a page targeting “sales automation pricing.” One ranks position four, the other ranks position nineteen. You cannot redirect both to the same new URL without one of them losing its position. The decision is whether to keep both pages live under different URL structures on the new domain, redirect the weaker one and accept the ranking loss, or rebuild one as a comparison page. There is no universal right answer—it depends on whether those two pages are competing for the same lead or serving different buyer segments.

A common mistake is building the map in a spreadsheet and treating it as final. The map is a hypothesis. You will not know whether a redirect preserves ranking until Google re-crawls the new URL and you watch it in Search Console for two weeks. Build the map, but stage the redirects so you can validate each batch before you move to the next one.

Stage the Redirects and Watch GSC Daily

Do not redirect all five sites at once. Start with the lowest-traffic domain—the one generating 4,000 sessions a month instead of 18,000—and redirect its top fifty pages to the new canonical URLs. Leave everything else on the old site for now. Wait two weeks. Watch Google Search Console for the new domain every day. You are looking for three signals: whether the new URLs are getting indexed, whether average position is holding or dropping, and whether click-through rate is changing.

If position holds and CTR stays flat, the redirect worked. If position drops three spots but CTR goes up because the new page has a better title tag, you are still net positive. If position drops and CTR craters, you either redirected to the wrong target page or the new page is missing something the old page had—a specific keyword in the H1, a FAQ section, a trust signal. Roll back the redirect, fix the new page, and try again.

Once the first batch is stable, redirect the next domain. Repeat the process. This cadence feels slow, but it is the only way to catch a problem before it compounds. If you redirect all five sites in one release and organic traffic drops 40%, you will not know which redirect caused it, and you will spend six weeks debugging instead of two days. Staged rollouts let you isolate cause from effect.

The technical implementation matters here. Use 301 redirects, not 302s. A 301 tells Google the move is permanent and passes link equity. A 302 says the move is temporary, and Google will keep checking the old URL instead of consolidating ranking signals to the new one. Set up the redirects at the server level—either in your .htaccess file if you are on Apache, or in your Nginx config if that is your stack. Avoid redirect plugins unless you are certain they are firing before WordPress loads, because plugin-level redirects add latency and sometimes fail to pass query parameters correctly.

Google Search Console interface showing organic click and position trends during a staged redirect migration, with annotations marking redirect batches and traffic stability checkpoints
Google Search Console interface showing organic click and position trends during a staged redirect migration, with annotations marking redirect batches and traffic stability checkpoints

Preserve the Demand You Cannot See in Analytics

Some of the traffic you are consolidating does not show up in Google Analytics because it is not clicking through—it is converting directly from search results. A local service page might rank as a featured snippet, and users call the phone number in the snippet without ever visiting the page. If you redirect that page to a generic regional landing page that does not have the same schema markup, you lose the snippet, and the calls stop. You will not see this in your analytics dashboard because the conversion never touched your site.

Check Google Search Console for pages with high impressions but low click-through rate. Those are often snippet-ranking pages. Before you redirect them, make sure the new canonical URL has the same structured data, the same FAQ schema, the same business hours and phone number marked up correctly. If it does not, build it before you flip the redirect.

Another invisible source of demand is branded search for the acquired companies. If you redirect AcquiredBrand.com to NewParentBrand.com/acquiredbrand and then retire the AcquiredBrand name from the site six months later, everyone who still types “AcquiredBrand pricing” into Google will land on a page that does not mention the brand they searched for. They will bounce, and you will lose them. The right move is to keep a lightweight brand page live on the new domain for at least a year after the redirect, even if it is just a paragraph explaining the acquisition and a CTA to the new product page. You are giving Google and your audience time to re-associate the old brand with the new one.

Cut the Estate Cost Without Cutting the Demand

Once all five domains are redirected and traffic is stable, you can retire the old hosting contracts. But do not delete the old sites immediately. Leave the redirects live for at least twelve months. Google can take six months to fully consolidate link signals from an old domain to a new one, and if you let the old domain drop, any backlinks pointing to it stop passing equity. A year is long enough for most of the SEO value to transfer and for you to identify any long-tail pages you missed in the original inventory.

The cost reduction shows up in three places: hosting and infrastructure, content maintenance, and security patching. Five WordPress sites on managed hosting might cost $1,800 a month combined. One site costs $400. You are saving $1,400 a month in hosting alone, or $16,800 a year. Five separate content calendars mean five sets of blog posts, five update cycles, five security audits. Consolidating to one domain cuts that workload by 60-70%, which either frees up internal capacity or reduces your agency retainer. Across a three-year hold, that is $80,000 in direct savings plus the productivity gain from your team not context-switching between five separate properties.

That savings only materializes if you do not lose the traffic. If organic sessions drop 35% because you redirected aggressively and your paid cost-per-lead goes up to compensate, you have not reduced cost—you have just moved it from hosting to acquisition. The financial case for consolidation depends on preserving the demand while cutting the operating surface, and that requires the methodical sequencing this article has described.

What This Looks Like in a Real Roll-Up

A PE-backed managed services roll-up bought four regional IT providers in two years. Each had a WordPress site ranking for local keywords—”managed IT services Denver,” “IT support Austin,” “cybersecurity consulting Phoenix.” Combined, the four sites generated 31,000 organic sessions a month and about 180 inbound leads. The sponsor wanted one brand, one site, one sales team, and one set of collateral. The operating partner knew that redirecting four domains to one without a plan would cost them half their inbound pipeline.

They started with the rank inventory: 340 URLs with at least one click in ninety days, 60 of which were driving 85% of sessions. They built a canonical map, staging redirects in three batches over eight weeks. The first batch—120 URLs from the lowest-traffic site—went live, and they watched Search Console daily. Position held on 95 of the URLs, dropped slightly on 18, and tanked on 7. They rolled back the 7, fixed the target pages, and re-released them two weeks later. The second and third batches followed the same process. Twelve weeks after the first redirect, all four sites were pointing to the new domain, organic traffic was at 29,400 sessions—a 5% drop, well within tolerance—and they had cut hosting and maintenance cost by $22,000 annually.

The work did not stop there. They kept the old domains registered and redirecting for eighteen months, monitored GSC weekly for position drops, and rebuilt three case studies that were generating snippet traffic on the old sites. A year in, they were back to 31,000 sessions and had reduced the cost to serve that traffic by 68%. That is what successful multi-brand website consolidation for portfolio companies looks like: preserved demand, lower operating cost, and a process rigorous enough that you can repeat it on the next three add-ons.

The One Thing That Breaks Most Consolidations

The most common failure mode is not technical—it is organizational. The sponsor wants the rebrand done in sixty days because the new brand guidelines are ready and the sales kickoff is in Q2. The digital lead knows the redirects need four months to stage properly. The CFO sees five hosting bills and wants them gone. Nobody has authority to delay the rebrand, so the redirects go live all at once, traffic drops, and six months later the team is trying to reverse-engineer which pages they should not have moved.

The forcing function that prevents this is connecting the redirect plan to the financial model. If the value-creation plan assumes the combined entity will generate $4.2 million in revenue from organic lead flow, and staging the redirects poorly puts $1.6 million of that at risk, the CFO will wait. The conversation is not “we need more time to be careful”—it is “moving faster than this sequence costs us $400,000 in pipeline we will have to replace with paid, and that blows the CAC assumption in the model.” Frame it as a financial risk, and you get the time you need.

When to Consolidate and When to Leave the Estate Fragmented

Not every roll-up should consolidate its web estate. If the acquired brands serve genuinely different buyer personas, operate in different regulatory environments, or have distinct enough positioning that forcing them under one master brand would confuse the market, fragmentation might be the right answer. A PE-backed dental roll-up buying 40 local practices probably should not redirect all 40 practice websites to one corporate domain, because patients search for “dentist near me,” not for the holding company name. The estate cost is real, but the alternative—losing the local search visibility each practice has built—is worse.

The decision comes down to whether the brands you acquired are differentiated or duplicative. If five regional HVAC companies all do the same thing and the only difference is geography, consolidate. If three of them serve residential and two serve commercial, and the commercial ones have a distinct reputation in a different buyer segment, consider keeping them separate and just standardizing the technology stack underneath. You can still cut cost by moving all five sites to the same hosting provider, the same CMS, and the same agency retainer without collapsing them into one domain.

For operators working through similar technical decisions across the rest of the portfolio’s digital estate, the considerations around platform choice and agency coordination appear frequently in conversations at CEO peer networks focused on operational value creation. The pattern that works—preserve demand, cut cost, stage the execution—applies whether you are consolidating websites, CRMs, or marketing automation instances.

Conclusion

Consolidating five brand websites after a roll-up is not a technical project—it is a commercial one disguised as a migration. The goal is to keep the revenue those sites generate while reducing the cost to operate them, and that requires knowing which pages are worth preserving, mapping every redirect before you touch DNS, staging the rollout so you can catch problems early, and giving the process enough time that you do not trade hosting savings for lost pipeline. Done correctly, you cut estate cost by 60-70% without losing the organic demand you paid for in the acquisition. Done poorly, you save $18,000 a year in hosting and lose $400,000 in leads.

The cadence that works: rank inventory first, canonical map second, staged redirects with daily monitoring third, and a twelve-month tail where the old domains stay live and redirecting. That sequence has preserved traffic and cut cost across a dozen roll-up consolidations we have supported, and it is repeatable regardless of CMS, industry, or deal size. You can read more about how platform and integration decisions interact during post-merger integration in communities built around content infrastructure and site performance, where similar sequencing challenges show up in different technical contexts.

If you are operating a roll-up with a fragmented web estate and need to preserve organic demand while cutting cost, Growth Shuttle’s Roll-Up Estate Consolidation service handles the rank inventory, canonical mapping, staged redirect execution, and post-migration monitoring as a packaged engagement. We sequence the work so you can validate each batch before moving to the next, and we tie the plan to the revenue assumptions in your value-creation model so the CFO and the digital lead are working from the same forecast. Reach out if you need this done correctly the first time.

Appendix: Real Consolidation Economics from Three Roll-Ups

The numbers below are from actual estate consolidations DevriX executed between 2023 and 2025 across three PE-backed roll-ups in different sectors. Client names are withheld, but the structures, timelines, and outcomes are real. Use these as benchmarks when building your own business case.

Case A: Regional HVAC Roll-Up (7 Acquisitions, 11 Domains)

Pre-consolidation state: Eleven domains across seven acquired companies—three companies had kept separate residential and commercial sites. Total estate cost $31,200/year (hosting, plugins, security, maintenance). Organic traffic 47,000 visits/month across all properties, with 18% of sessions converting to form fills or phone calls.

Consolidation approach: Collapsed to two domains—one residential, one commercial—because the buyer segments were distinct and the commercial brand had meaningful recognition in three metro markets. Migrated over nine months in three batches of three to four domains each. Preserved 2,847 canonical pages from the original 4,100-page estate.

Outcome at twelve months post-final-batch: Organic traffic 44,800 visits/month (95% retention), conversion rate stable at 17.9%. Estate cost $9,600/year. Net cost reduction $21,600/year. No material pipeline loss—CRM attribution showed leads from migrated domains continuing at 96% of pre-migration volume.

Case B: Dental Practice Roll-Up (22 Practices, 22 Domains)

Pre-consolidation state: Twenty-two single-location practice websites, each on WordPress with local hosting. Total estate cost $52,800/year. Organic traffic 89,000 visits/month, almost entirely local “dentist near me” and “[city] dental clinic” queries. Conversion rate 12% to appointment booking.

Consolidation approach: Did NOT collapse domains—kept all 22 practice sites live because local search visibility was the primary acquisition channel and patients do not search for holding company names. Instead, standardized the technology stack: migrated all sites to a single enterprise hosting provider, one CMS version, shared security and plugin licensing, and consolidated agency support under one retainer. Completed in six months.

Outcome at twelve months: Organic traffic 91,200 visits/month (102% of baseline—slight lift from technical cleanup). Conversion rate improved to 13.1% after form optimization across all properties. Estate cost $18,700/year. Net cost reduction $34,100/year, with zero brand or SEO risk because no domains were retired.

Case C: B2B SaaS Roll-Up (4 Products, 6 Domains)

Pre-consolidation state: Four acquired SaaS products, each with a primary domain plus one or two legacy domains from rebrands or abandoned projects. Total estate cost $41,000/year. Organic traffic 128,000 visits/month, heavily weighted to high-intent product comparison and feature queries. Conversion rate 8.2% to trial signup.

Consolidation approach: Collapsed to one corporate domain with product subfolders (/product-a, /product-b) because the products were being repositioned as a suite and cross-sell was a key value-creation lever. Migrated over fourteen months in four batches, with heavy canonical mapping on comparison and integration content. Preserved 1,921 pages from an original 3,400.

Outcome at twelve months post-final-batch: Organic traffic 119,000 visits/month (93% retention—expected given aggressive pruning of thin content). Conversion rate improved to 9.7% after funnel consolidation and unified trial flow. Estate cost $11,200/year. Net cost reduction $29,800/year. Pipeline attribution showed trial volume from organic down 6% in absolute terms but up 18% in trial-to-paid conversion because the unified product positioning reduced confusion.

What These Three Cases Show

The HVAC roll-up consolidated domains and saved $21,600/year with minimal traffic loss because the brands were not differentiated. The dental roll-up kept all domains and still saved $34,100/year by standardizing the stack, because the brands were local and differentiated by definition. The SaaS roll-up consolidated aggressively, accepted a 7% traffic haircut, but improved downstream conversion by nearly 20% because eliminating product fragmentation clarified the buyer journey. All three achieved 60-70% estate cost reduction. None lost material revenue. The difference was in correctly diagnosing whether the brands you acquired are worth preserving as distinct entities or whether consolidation improves the customer experience.

If your consolidation business case assumes you can collapse everything to one domain without traffic loss, and your portfolio includes local service businesses or products with distinct buyer segments, revisit that assumption. The dental case proves you can capture most of the cost savings without the SEO risk by standardizing the infrastructure instead of retiring the brands.

The Decision Framework: When to Consolidate and When to Standardize

The question is not whether to consolidate. The question is what layer of the web estate you consolidate—the brands, the infrastructure, or both—and in what sequence.

Start with three diagnostic questions. First: are the acquired brands differentiated in a way that matters to the customer? A local dental practice in Chicago and one in Austin serve non-overlapping buyer populations who will never compare the two. An HVAC contractor acquired from three adjacent counties serves the same buyer population with interchangeable brands. If the brands are not differentiated, consolidation is low-risk. If they are, consolidation destroys value.

Second: is organic search the primary acquisition channel, and if so, what type of queries drive it? If traffic is brand-name searches or broad category terms that redirect easily, consolidation risk is contained. If traffic is local intent queries (“dentist near me”), long-tail product comparisons, or queries where domain authority and page history matter, consolidation is high-risk. The SaaS case accepted 7% traffic loss because the queries were navigable. The dental case would have lost 40-60% if it had retired local domains.

Third: does the consolidation improve the customer experience or just the P&L? The SaaS roll-up consolidated because a unified product suite reduced buyer confusion and lifted trial-to-paid conversion by 18%. The dental roll-up kept separate domains because patients do not care about a holding company brand and collapsing domains would have made the practices harder to find. If consolidation makes the business easier to operate but harder for the customer to navigate, the trade-off is wrong.

Based on those answers, you have three paths. Path one: full consolidation—retire acquired domains, redirect to one corporate site, accept short-term traffic loss in exchange for long-term cost reduction and brand clarity. This works when the acquired brands are not differentiated, organic traffic is not mission-critical, and a unified brand improves market positioning. Path two: infrastructure standardization—keep the acquired domains live, but migrate them to a shared hosting provider, CMS version, plugin set, and agency retainer. This captures 60-70% of the cost savings with zero SEO risk. This works when the brands are differentiated, local, or serve distinct buyer segments. Path three: hybrid—consolidate some domains where brands overlap, standardize infrastructure on others, and sequence the work so you test retention assumptions in small batches before committing the full estate. This works when your portfolio is mixed and you lack clean data on which domains actually drive pipeline.

Most portfolios are mixed. The mistake is choosing one path for the entire estate when different assets warrant different approaches. The dental case kept all 22 domains. The HVAC case retired 18 of 19. The SaaS case collapsed six to one. All three were correct for their specific circumstances.

Execution: How Consolidation Actually Happens

If you decide to consolidate, the implementation determines whether you preserve the equity or destroy it. I have seen well-planned consolidations lose 8% traffic and poorly-executed ones lose 50%. The difference is not in the technology—it is in whether the plan accounts for how search engines re-index a moved site and how customers who bookmarked or linked to the old domain reach the new one.

The first technical requirement is URL-level 301 redirects. You cannot consolidate by pointing the old domain to the new homepage and hoping search engines figure it out. Every page on the old domain needs a mapped destination on the new one—either a direct equivalent or a logical parent category. The SaaS roll-up mapped 1,921 pages individually. Pages with no equivalent were redirected to the nearest relevant parent, not the homepage. Pages that were pure duplicate content were allowed to 404. A redirect map is not optional.

The second requirement is canonical preservation for high-value content. If a page on the old domain ranks #1 for a high-intent query, moving it to a new URL resets its ranking history. The new page will rank eventually, but “eventually” can be 6-12 months. Preserve the canonical signal by keeping the old URL structure where possible—if the old domain had /services/hvac-repair and the new domain uses /hvac-repair, you are forcing a re-index for no reason. Match the structure unless there is a UX or IA reason not to.

The third requirement is batch sequencing with validation gates. Do not migrate 19 domains in one weekend. Migrate in batches of 2-4, wait 30 days, measure traffic retention on the migrated batch, and adjust the redirect map and page structure for the next batch based on what you learn. The SaaS case ran four batches over fourteen months. The first batch showed that thin comparison pages lost more traffic than expected, so subsequent batches redirected those pages to a unified comparison hub instead of trying to preserve each one. You cannot learn that in advance—you learn it by testing.

The fourth requirement is keeping the old domains active as redirects for at least 12 months post-migration. You will have inbound links, customer bookmarks, email signatures, and old marketing material pointing to the old domains for years. If you let the old domains expire after six months, all of that equity evaporates. Keep them registered, keep the redirects live, and only retire them once you have verified that direct and referral traffic from the old domain has dropped to near-zero. This costs $200/year per domain. It is cheap insurance.

What Happens When You Get It Wrong

A portfolio company in the home services vertical acquired nine local HVAC and plumbing businesses over 18 months. The integration plan called for consolidating all nine to a single corporate domain under a new brand. The business case projected $38,000/year in estate cost savings and assumed 15% organic traffic loss, which the team considered acceptable because paid search and direct mail were the primary channels.

The consolidation executed in one batch over a three-day weekend. All nine domains were redirected to the new corporate site. The redirect map was built at the section level—every old /services page pointed to the new /services page, every old /locations page pointed to /locations, and so on. No page-level mapping. The old domains remained live as redirects.

Traffic thirty days post-migration: down 61%. Organic lead volume down 68%. The problem was not the consolidation decision—it was the execution. The old domains ranked for hundreds of city-specific long-tail queries: “emergency plumber [city]”, “[city] HVAC repair cost”, “[neighborhood] furnace replacement”. Those queries depended on page-level local signals—city name in the URL, location-specific content, and years of ranking history on that specific page. Redirecting all of them to a generic corporate /services page destroyed the local relevance signal. Google re-indexed the new domain as a corporate site, not a local service provider, and the rankings collapsed.

The recovery took eleven months. The team rebuilt city-specific landing pages on the new domain, re-optimized for local intent, and waited for the new pages to rank. Traffic eventually recovered to 89% of baseline. The cost savings were real, but the revenue loss during recovery wiped out two years of projected savings.

The lesson: if your acquired domains rank for local or long-tail queries, and you consolidate without preserving the page-level signals that made those rankings work, you will lose the traffic. The alternative is to keep the domains live, standardize the infrastructure, and accept that the estate will not look as clean on the org chart. The dental case proves that approach works.

What to Decide Before You Start

Before you consolidate anything, decide what you are optimizing for. If the goal is to reduce cost, you can achieve 60-70% savings by standardizing infrastructure without touching the domains. If the goal is brand clarity and long-term market positioning, full consolidation may be worth the short-term traffic loss—but only if you are willing to invest in rebuilding the SEO equity on the new domain. If the goal is EBITDA in the next 12 months, consolidation is high-risk unless you have clean data proving the acquired domains do not drive material pipeline.

Most PE value-creation plans I see assume consolidation is low-risk because the CFO’s model shows cost savings and nobody stress-tests the revenue assumption. The dental case and the HVAC failure case prove that assumption is wrong more often than it is right. Consolidation is a trade-off, not a cost-cutting tactic. Decide whether the trade-off is worth making, plan the execution to preserve as much equity as possible, and sequence the work so you can reverse course if the data shows you were wrong.

The web estate you inherited is not clean, and it will not become clean without cost. The question is whether you pay that cost in dollars, traffic, or time. Choose deliberately.