Skip to content
Putting technology to work.
Insights to guide decisions and action.

Search articles

Changing domains without losing users or SEO — Designing site migrations (origin migrations) in custom development for 2026

Table of contents · 11 items

Chrome Developers published Seamless PWA origin migration: Change domains without losing users. Its key takeaway is that migrating without losing search rankings, bookmarks, PWA installation status, or login sessions when changing domains (origins) requires tight coordination across redirects, manifests, service workers, and authentication. This is not limited to PWAs; it is a fundamental design challenge common to domain changes and consolidations for any website.

Meanwhile, in client web development, migration incidents like "search traffic dropped by half after changing domains for a rebrand" or "all legacy URLs returned 404s after consolidating corporate sites" continue unabated. From our perspective supporting client web development, we view this not as a matter of "changing the domain," but as an architectural challenge of "incorporating into design whether we can complete the migration without losing a single user or search ranking, and hand it over embedded into operations." Connecting with our previous articles on Corporate Website Renewal Guide (GH Media) regarding renewal methodologies, Core Web Vitals Improvement Guide (GH Media) regarding guaranteeing display quality, and SEO Beginner's Guide (GH Media) regarding fundamentals of search equity, this article structures "Site Migration (Origin Migration) Support" into a packaged client offering.

Why do domain migrations fail "now"?

DimensionAd hoc migration (fails)Designed migration (2026)
RedirectsRedirecting only the top page1:1 301 redirects for all URLs
SEOSearch equity is resetEquity transferred from old to new
PWARequires reinstallationMaintains installation state
AuthenticationAll users logged outSessions migrated securely
MeasurementTraffic cannot be trackedContinuous observation pre- and post-migration
DeliverableSharp drop in trafficHandover with traffic preserved

In short, "changing a domain" and "not losing users and search equity" are completely different things, and in custom development, "redirecting all URLs 1:1, carrying over search equity, and handing over the system embedded into operations" has become a prerequisite for quality. This enables us to guarantee "migrations that preserve search traffic" as a tangible deliverable.

Three structural changes beneficial to custom development projects

Structure 1: From "redirecting only the top page" to "1:1 redirects for all URLs"

Redirecting only the homepage generates a flood of 404s. In client projects, we audit legacy URLs and map them 1:1 to new URLs via 301 redirects, delivering an architecture that preserves search equity and bookmarks.

Structure 2: From "hoping for the best post-migration" to "pre-migration verification"

Discovering breakages in production for the first time is the worst-case scenario. In client projects, we test the entire redirect map in staging to eliminate broken links completely before migration.

Structure 3: From "one-and-done" to "post-migration monitoring"

Search rankings fluctuate immediately after migration. In client projects, we continuously observe pre- and post-migration trends via Search Console and GA4 to detect and remediate anomalies early.

The 5 phases of "Site Migration (Origin Migration) Support" provided for clients

Phase 1: Current-state inventory (1 week)

  • Auditing all URLs and traffic-landing pages on the legacy site
  • Identifying backlinks, branded search queries, and key search terms
  • Checking usage of PWAs, service workers, and authentication
  • Reviewing current tracking tags and analytics environments

Phase 2: Migration design (1 week)

  • Building a 1:1 redirect map from old to new URLs
  • Policy for applying 301 (permanent) vs. 302 (temporary)
  • Update policy for canonicals, sitemaps, and robots.txt
  • Migration plan for PWA manifests and authentication domains

Phase 3: Implementation and verification (2–3 weeks)

  • Implementing redirect rules
  • Testing all redirects in staging
  • Updating internal links and sitemaps to the new domain
  • Updating URLs in structured data and OGP tags

Phase 4: Cutover and observation (1 week)

  • Production cutover and submitting Change of Address requests
  • Observing traffic and rankings in Search Console and GA4
  • Monitoring 404s and redirect chains

Phase 5: Ongoing operations (continuous)

  • Monitoring ranking and traffic recovery
  • Remediating remaining legacy links
  • Maintaining redirect configurations

Standard technology stack set for custom development

LayerRecommended technologyAlternative
RedirectsServer 301 / edge rulesCDN rewrites
Delivery networkCDN / edgeDirect from origin
Search administrationSearch Console Change of AddressSitemap submission
MeasurementGA4 / RUMServer log analysis
PWAUpdating manifests / service workersRe-registration flows
AuthenticationCookie domain / SSO migrationPrompts to re-login

Which projects need this and which do not

Projects requiring thisLow-priority projects
Changing domains due to rebrandingSimple updates without changing URLs
Consolidating multiple sites into one domainNew launch with no legacy assets
Involves HTTP-to-HTTPS / www unificationAlready canonicalized
Search traffic is the business lifelineInternal use with low reliance on search
Includes PWA and member loginStatic informational site

Six clauses to include in client contracts

ClauseDetailsWhat the client should verify
Target scopeURLs to migrateAgreement on inventory
Quality goalsZero 404s / traffic preservationTarget standards
Redirects301 mappingMap approval
Observation periodPost-migration monitoringPeriod and metrics
HandoverProcedures / runbookMaintenance framework
Continuous operationsMonitoring ranking recoveryOperating costs

Client ROI estimate (rebranding scenario)

ItemCurrent state (ad-hoc migration)Architected migrationDifference
Search trafficPlummets immediately after migrationCarried over and preservedTraffic preservation
404Massive drop-off of old URLsZero via 1:1 redirectsOpportunity loss avoidance
Member loginAll users logged outSession maintenanceChurn avoidance
Recovery costSubstantial due to reactive fixesMinimal with upfront designRework reduction
Annual benefitAvoiding opportunity loss from sharp traffic drops

Even with upfront investment, avoiding a sharp drop in traffic due to a domain change just once fully justifies the initiative.

Five common pitfalls

Pitfall 1: Redirecting only the homepage

All lower-level pages will return 404 errors. Forward every URL 1:1.

Pitfall 2: Leaving redirect chains unaddressed

Multi-hop redirects dilute ranking signals. Redirect from old to new in a single hop.

Pitfall 3: Leaving sitemaps and canonicals pointing to the old domain

Search engines will get confused. Resubmit with the new domain.

All users will be logged out. Design cookie and SSO migration.

Pitfall 5: Failing to observe post-migration performance

You will miss sudden traffic drops. Monitor with Search Console and GA4.

90-day action plan

WeekAction
Week 1URL inventory + assessing traffic and backlinks
Week 2Redirect map + migration design
Week 3〜5Implementation + full staging testing
Week 6Production switchover + change of address submission
Week 7〜13Ranking and traffic monitoring + correcting legacy links

Conclusion — moving from "changing domains" to "migrating without loss"

Without proper architecture, changing domains or consolidating sites can wipe out search traffic and user logins overnight. From the perspective of supporting client web development, "Site Migration (Origin Migration) Support"—where we forward every URL 1:1, carry over ranking signals, monitor post-migration performance, and hand over the project—is our new flagship service for delivering migrations without losing a single user or search ranking signal.

If you are thinking, "We want to change domains for a rebrand," "We want to consolidate multiple sites," or "We don't want to lose search traffic during a migration," please feel free to reach out via our contact form.

Sources

Share this articleXFacebook
Kakeru Suzuki

Fascinated by the possibilities of technology, has had a deep interest in programming and digital art since student days

Turn this article's theme into your company's next step

Starting from what you want to achieve with your website.

We organize user goals, required features, and ongoing maintenance structures to determine the first steps in development and improvement.

  • Website objectives
  • Features and usability
  • Post-launch operations
Consult on web development and improvements

You can consult with us from the initial conceptual stage. Details from this article will be carried over to the inquiry form.

Receive the latest articles via email · Read the web production guide
Free download

Complete Guide to Web Production: Costs, Vendor Selection & Traffic Acquisition [2026 Edition]

We have compiled cost benchmarks, vendor selection criteria, and traffic acquisition strategies into a PDF.

The PDF and newsletter emails are currently in Japanese.

You will also be subscribed to our newsletter. You can unsubscribe at any time.