Resources · 6 min read
How to Migrate Your Website to a New Domain Without Losing SEO Rankings
A domain migration can wipe out organic traffic if mishandled. Here's the audit, redirect map, 301 setup, and monitoring that preserve your rankings.
Share

Key takeaways
- Before any change, run a full crawl, record SEO and analytics baselines, and build a complete old-to-new URL redirect map.
- Use 301 permanent redirects so ranking signals transfer, and avoid redirect chains that dilute link equity.
- Point internal links, navigation, and sitemaps directly at the new domain instead of relying on redirects.
- Update Google Search Console: add the new domain, use Change of Address, and submit a fresh sitemap.
- Expect a temporary 10 to 20% traffic dip; a deeper drop past two weeks signals a redirect problem to fix.
A domain migration is one of the most technically risky things you can do to a website. Done well, your rankings transfer smoothly and you come out with a stronger domain. Done badly, you can lose a large share of your organic traffic almost overnight, and that traffic can take months to recover. The difference between the two outcomes is almost entirely planning and execution, so every step needs to be deliberate.
Businesses usually migrate for one of a few reasons: a rebrand or company name change, a move to a more brandable or keyword-relevant domain, consolidating several domains into one, or switching from a country-code domain to a .com. Whatever the reason, the process follows the same fundamentals.
Why is a domain migration risky for SEO?
A domain migration is risky because it changes the URLs that search engines associate with your site. Search engines have spent years attaching ranking signals to your old URLs, and those signals do not automatically follow you. If redirects, internal links, or indexing instructions are mishandled, organic traffic can fall sharply and stay down while Google reprocesses everything. The good news is that the risk is manageable, because the failure modes are well understood and avoidable.
What should you do before migrating to a new domain?
Before changing anything, document exactly what you have and build a complete redirect map. The pre-migration phase is where most successful migrations are actually won.
Start with a full site audit. Crawl your current site with a tool like Screaming Frog or Sitebulb to inventory every URL along with its status code, title tag, meta description, and canonical tag. Then capture your baselines: export your Google Search Console data (queries, impressions, clicks, average positions) and record your analytics benchmarks (traffic, sessions, bounce rate, and conversions by landing page). This snapshot is how you will later measure success or diagnose a problem.
Next, build the redirect map: a spreadsheet pairing every old URL with its exact new counterpart. For sites with hundreds or thousands of pages this is the most labor-intensive part and the most critical. Every old URL must redirect to the correct new URL, because a missing redirect means a broken link, lost link equity, and a page that vanishes from search. Prioritize your highest-traffic pages and the pages with the most backlinks, and watch for URLs with query parameters or unusual structures that will not map cleanly.
What type of redirect should you use for a domain migration?
Use 301 permanent redirects. A 301 tells search engines that a page has moved for good and that its ranking signals should transfer to the new URL, which is exactly what you want during a migration. Implement them at the server level, using .htaccess on Apache, the config on Nginx, or edge rules on platforms like Cloudflare or Vercel.

Avoid redirect chains, where an old URL points to an intermediate URL that points to the final one, because chains dilute link equity and slow down both crawlers and visitors. Alongside the redirects, update your internal links so they point directly to the new URLs rather than relying on the redirects. Every link in your content, navigation, sitemap, and any hardcoded reference should target the new domain. This reduces server load, improves page speed, and gives crawlers clean paths through the site.
Finally, handle Google Search Console. Add and verify the new domain, use the Change of Address tool to formally notify Google, and submit a fresh sitemap containing all the new URLs. Then monitor the Index Coverage report daily for the first few weeks to catch crawl errors and indexing problems early.
Is a traffic drop normal after migrating domains?
Yes, a temporary dip is normal and expected. A short-lived drop in organic traffic of roughly 10 to 20% is typical while Google reprocesses the redirect signals and updates its index. What is not normal is a deep drop that persists. A fall beyond about 30% that lasts longer than two weeks usually points to a real problem, most often missing redirects, incorrect redirect targets, or a flaw in how the redirects were implemented.
In the first 48 hours, watch your server logs for 404s on the old domain, since each one is a missed redirect. Confirm Google is discovering the new URLs by checking a "site:newdomain" search and Search Console, and test a sample of your highest-priority URLs with a redirect checker.
Over the first two weeks, compare current traffic and rankings against your pre-migration baseline and track the crossover: indexed pages on the new domain should be rising as de-indexed pages on the old domain fall, and the curves usually cross within two to four weeks. Watching that progression is one of the most important parts of preserving search rankings during transitions.
What are the most common domain migration mistakes?
The most common and most damaging mistakes are predictable, which is what makes them avoidable. The worst offenders:
- Letting the old domain registration expire, which kills every 301 redirect at once.
- Using 302 temporary redirects instead of 301 permanent ones.
- Redirecting all old pages to the new homepage instead of their matching new pages.
- Changing the URL structure at the same time as the domain, which introduces too many variables to diagnose.
- Removing the redirects after a few months, even though external backlinks keep pointing to the old URLs indefinitely.
Full recovery typically takes one to three months. Throughout that window, keep monitoring Search Console for crawl errors, keep the old domain and its redirects in place, and confirm your rankings are stabilizing or improving on the new domain.

When should you get professional help for a migration?
Get professional help when the cost of a mistake outweighs the cost of doing it right. For a small site under about 50 pages with modest organic traffic, a careful DIY migration following this guide is realistic. For sites with hundreds or thousands of pages, meaningful organic traffic, complex URL structures, or an e-commerce catalog, the risk almost always justifies bringing in help.
In the Philippines, this kind of technical SEO and migration work commonly bills in the ₱550 to ₱2,800 ($10 to $50) per hour range depending on experience, or as a fixed project fee. A specialist will own the redirect implementation, coordinate with your host, manage the Search Console transition, and monitor recovery so nothing slips. Set against the revenue a botched migration can erase, that support is usually a fraction of the potential loss.
If you are planning a move and want it handled with the rigor it demands, book a call and we will scope the migration with you. For broader context on technical decisions like this, see our guide to hiring a web developer in the Philippines.
Related service
Web design services in the PhilippinesFrequently asked questions
Why is a domain migration risky for SEO?
It changes the URLs search engines associate with your site. Ranking signals do not follow automatically, so mishandled redirects, internal links, or indexing instructions can cause a sharp, slow-to-recover traffic drop.
What should you do before migrating to a new domain?
Run a full site audit, crawl every URL, export Google Search Console data, record analytics benchmarks, and build a redirect map pairing every old URL with its exact new counterpart.
What type of redirect should you use for a domain migration?
Use 301 permanent redirects. A 301 tells search engines the page has moved for good and that ranking signals should transfer. Implement them at the server level and avoid redirect chains.
Is a traffic drop normal after migrating domains?
Yes. A temporary dip of roughly 10 to 20% is typical while Google reprocesses redirects and updates its index. A drop beyond about 30% that persists past two weeks signals a problem.
What are the most common domain migration mistakes?
Letting the old domain expire, using 302 instead of 301 redirects, redirecting everything to the homepage, changing URL structure at the same time as the domain, and removing redirects too early.
When should you get professional help for a domain migration?
When the site has hundreds or thousands of pages, meaningful organic traffic, complex URLs, or an e-commerce catalog. The risk of lost traffic almost always justifies a specialist for high-stakes migrations.
Invisible
on Google?
We build sites that actually get found. Let's talk about your search visibility.
Get in touchPillar guideResources · Jan 26
The Only SEO Checklist You Will Ever Need (2026 Edition)
Resources · Apr 6
Google Algorithm Updates in 2026: What Changed and How It Affects Your Website Rankings
Business · Feb 23
Local SEO for Small Businesses: How to Dominate Google Maps and Local Search Results
Development · Feb 18