Domain Migration with SEO Positions Preservation
Imagine your site losing 80% traffic in a week – that's how unprepared domain changes often end. We, engineers with experience in over 50 successful migrations, know how to avoid this. Proper preparation and redirect configuration reduce position loss from 50–80% to 10–20%, and recovery time from 6–12 months to 2–4. Our approach preserves domain authority and minimizes risks for your business.
Why Domain Migration Is a Risk
Search engines perceive a new domain as a new site. Without correct 301 redirects, all accumulated link equity is lost. Typical problems: indexing drops, content duplication, domain history reset. Even with proper redirects, the first two weeks usually see a traffic dip – this is normal if it doesn't exceed 30%.
How We Minimize Losses: Plan and Stages
We use a proven algorithm refined across dozens of projects of various scales. Here is what our migration plan includes:
- Full audit of current URLs and site structure
- Generation of redirect map using Screaming Frog
- Server-level 301 redirects (Nginx/Apache)
- Update internal links and canonical URLs
- Register new domain in Google Search Console and Yandex.Webmaster
- Submit Change of Address in GSC
- Daily position monitoring for the first month
| Stage | Actions | Timeline |
|---|---|---|
| Audit | Full analysis of current URLs, backlinks, structure | 1–2 days |
| Preparation | Deploy copy on new domain, fix links | 3–5 days |
| Redirect setup | Create 301 redirect table, configure server | 1–2 days |
| DNS switch | Change DNS, verify accessibility | 1 day |
| Monitoring | Daily check of positions, indexing | 30 days |
Compare: the standard approach leads to up to 80% traffic loss, ours – no more than 20%. That's 4 times more efficient and saves up to 40% of recovery budget.
How Fast Can Rankings Recover After a Domain Change?
Recovery takes 2–4 months with proper setup. First 2 weeks – a 20–40% drop, then stabilization, and by months 3–4 positions reach 80–95% of the original. Key factors: correct 301 redirects, fast indexing of the new domain, and no technical errors.
301 Redirects: Nginx and Apache Configuration
# Old domain: redirect everything to new server { server_name old-domain.com www.old-domain.com; return 301 https://new-domain.com$request_uri; } RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?old-domain\.com$ [NC] RewriteRule ^(.*)$ https://new-domain.com/$1 [R=301,L] Setting Up Google and Yandex Tools
Change of Address in Google Search Console GSC → Old Property → Settings → Change of Address → Select new property. Requirements:
- Both domains verified in GSC
- 301 redirects active for at least 180 days
- Site accessible on new domain
Update in Yandex.Webmaster Yandex does not have an automatic Change of Address. You need to:
- Add the new site to Webmaster
- Add the new domain's sitemap
- Yandex will pick up the 301 redirects on its own within 2–8 weeks
What to Do If Traffic Drops?
If positions drop more than expected, verify redirect integrity. Every old URL must lead to a corresponding new one without chains. Ensure the new domain is being indexed, and update internal linking. Also increase crawl frequency via Sitemap. For significant losses, contact us for a free audit.
Updating Backlinks
Send emails to owners of sites with the most links to your domain. Tools: Ahrefs, Majestic, Semrush for finding backlinks. A 301 redirect passes up to 90% of link equity, but manual updates speed up the process.
Monitoring After the Switch
# Script to check positions via Semrush API import requests def check_keyword_positions(domain, keywords): positions = {} for kw in keywords: resp = requests.get( 'https://api.semrush.com/', params={ 'action': 'report', 'type': 'domain_organic', 'key': SEMRUSH_KEY, 'domain': domain, 'phrase': kw, 'database': 'ru', } ) positions[kw] = parse_position(resp.text) return positions We track positions weekly for the first 3 months. Typical behavior:
- Weeks 1–2: 20–40% drop
- Weeks 3–6: stabilization
- Months 2–4: recovery to 80–95% of original
Results and Guarantees
After migration, we deliver:
- Full redirect report
- Instructions for ongoing monitoring
- Access to server and control panels
- One month of support: daily position checks and rapid issue fixes
We guarantee that 4 months after migration your traffic recovers to at least 80% of the original level. If not, we perform an additional audit free of charge.
Migration timelines depend on site size: from 1 week for small projects to 4 weeks for large portals with millions of pages. Cost is calculated individually after an audit. Contact us for a consultation or order an audit before migration – we will prepare an accurate estimate.







