Official statement
Other statements from this video 12 ▾
- 3:13 Les sitemaps d'images sont-ils vraiment nécessaires pour l'indexation ?
- 4:47 Quelle taille d'image Google privilégie-t-il vraiment dans la recherche d'images ?
- 6:59 Faut-il vraiment bloquer les images alternatives via robots.txt plutôt qu'avec x-robots-tag ?
- 10:40 Le cache Google révèle-t-il vraiment ce que voit Googlebot sur votre page JavaScript ?
- 10:51 Modifier son contenu fait-il forcément baisser le classement Google ?
- 24:23 Changer de thème WordPress peut-il détruire votre SEO ?
- 36:59 Les mentions de marque sans lien transmettent-elles du PageRank ?
- 46:00 La personnalisation de contenu risque-t-elle d'être considérée comme du cloaking par Google ?
- 56:56 Pourquoi Google confond-il vos pages régionales avec du contenu dupliqué ?
- 62:00 Le rendu dynamique reste-t-il indispensable pour les Single Page Applications ?
- 71:39 Comment supprimer efficacement du contenu dupliqué qui vous pénalise ?
- 95:40 Les domaines expirés sont-ils vraiment dans le viseur de Google ?
Google confirms that a temporary ranking drop is unavoidable during a site merger. The only way to minimize damage is to set up individual 301 redirects for each URL, rather than a global redirect to the root. This statement highlights that poorly prepared migrations can be costly in visibility, and Google offers no favors during the transition.
What you need to understand
What does this "temporary drop" in rankings really mean?
Google openly acknowledges that a site merger systematically results in a loss of rankings. This drop isn't a bug or an anomaly; it's the normal behavior of the search engine recalibrating relevance signals, redistributing link equity, and reassessing the thematic coherence of the new domain.
The duration of this drop varies based on the complexity of the migration and the clarity of the redirect plan. Observations indicate it can take from several weeks to several months before stabilizing. No specific timeline is provided, which means each situation is unique and Google makes no commitments on deadlines.
Why is it important to emphasize individual 301 redirects?
The nuance is critical: Google does not recommend redirecting all traffic to the homepage of the new site. Each source URL should point to its exact match or the closest possible page on the destination domain.
A global (wildcard) redirect to the root dilutes link equity, sends a low-quality signal to Google, and creates a disastrous user experience. Backlinks pointing to deep pages lose their context, and the search engine struggles to understand what content replaces what. The result is a loss of rankings and a significant bounce rate from visitors.
Does this statement cover all merger scenarios?
No. Mueller remains deliberately vague about the differences between a pure merger, a rebranding, an HTTPS migration, or a partial consolidation of multiple domains. The recommendation is generic—it does not differentiate between simple migrations (same URL structure) and complete overhauls (architecture changes).
For an SEO practitioner, this means digging deeper than this statement: the redirect plan depends on the type of migration, the volume of URLs, the quality of backlinks, and the thematic coherence between the two sites. Google does not provide any detailed methodology here.
- Temporary drop confirmed—no migration happens without an impact on rankings, even if perfectly executed.
- Individual 301 redirects are mandatory—a wildcard to the root is a serious mistake that extends the drop.
- No guaranteed timeframe—the recovery duration depends on many factors not specified by Google.
- Preserve link equity—each redirect must maintain the thematic context of the source page.
- Prior mapping plan is essential—document each source URL to target URL correspondence before going live.
SEO Expert opinion
Is this statement consistent with real-world observations?
Yes, but it remains deliberately imprecise. Migrations I have supported consistently confirm an initial drop of 15 to 40% in organic traffic, even with an impeccable redirect plan. What’s missing here is the acknowledgment that the quality of new content and the relevance of URL matches are just as important as the pure technical aspect.
Google also does not mention the role of crawl budget during this transitional phase. If the new domain has never been crawled intensively, it will take several weeks for Googlebot to visit all redirects and reassess positions, which can slow recovery. [To be verified]: no official data on the impact of crawl budget during a merger is provided here.
What nuances should we consider for this generic rule?
Mueller does not distinguish between mergers that consolidate similar content versus complementary content. If two sites cover different topics and merge under one domain, the drop may take longer—Google must recalculate overall thematic authority.
Similarly, the statement ignores the issue of chained redirects. If the source site already had 301 redirects in place, adding an extra layer to the new domain prolongs the path and dilutes equity. In this case, it's necessary to go back to the historical URLs and redirect from the original source—something Google never specifies.
Another point not mentioned: the management of toxic or outdated backlinks. A merger can be an opportunity to clean up the link profile—but if all URLs are blindly redirected, negative signals are also transferred. Sometimes it's better to leave certain pages as 404 or 410.
When is this rule not sufficient?
JavaScript or SPA migrations present challenges this statement does not address. If the new site relies on a heavy framework and server-side rendering is not optimal, 301 redirects won't save anything—Googlebot must first be capable of crawling and indexing the new content.
Finally, this recommendation does not cover partial mergers where part of the content is consolidated and the rest abandoned. In this case, should abandoned pages be redirected to a nearby category or left as 404? Google provides no guidance—and yet, this is a common situation in business.
Practical impact and recommendations
What practical steps should be taken before a site merger?
The first critical step: map out all URLs of the source site with their organic traffic, backlinks, and their position on strategic queries. A complete crawl using Screaming Frog or Oncrawl is essential—you can’t redirect blindly.
Next, build a mapping table from source URL to target URL. Each row must document the exact match, or if not available, the thematically closest page. If no equivalent exists, a case-by-case decision is needed: redirect to a parent category, accept a 404, or create temporary content.
What mistakes must be absolutely avoided during implementation?
The most common mistake: redirecting all URLs to the root of the new domain. It's quick to implement, but catastrophic for SEO. Google interprets this as a loss of content—and users landing on a homepage when they were searching for a product page leave immediately.
The second trap: failing to test redirects before the switch. Each .htaccess or nginx rule must be validated, ensuring that HTTP codes are 301 (not 302), and confirming that no redirect loop is created. A post-migration audit is not sufficient—it requires a staging environment to test the full plan.
The third often-neglected point: failing to communicate the merger to Google through Search Console. The address change tool is underutilized, despite speeding up the recognition of redirects and limiting the duration of the temporary drop. No guarantees, but it sends a clear signal to Google.
How to verify that the migration is proceeding correctly after going live?
Daily monitoring of server logs is crucial to ensure that Googlebot is properly following redirects and crawling the new URLs. If the bot is stuck on the old domain or encounters 5xx errors on the new one, recovery will be delayed.
Also watch the positions on strategic queries using a rank tracking tool set up before migration. The drop should be temporary—if it worsens after 6-8 weeks, a structural problem remains (missing content, degraded loading time, unanticipated backlink loss).
Finally, track the number of indexed pages in Search Console. If the index for the new domain does not rise as expected, it indicates that Google is not recognizing the redirects—this requires checking crawl budget, the robots.txt file, and the absence of residual noindex tags.
- Complete crawl of the source site with extraction of organic traffic and backlinks per URL
- Comprehensive mapping from source URL to target URL documented in a versioned spreadsheet
- Setup of individual 301 redirects (never a global wildcard to the root)
- Testing in a staging environment: HTTP codes, absence of loops, redirect speed
- Announcing the address change via Google's dedicated tool in Search Console
- Post-migration monitoring: server logs, positions, organic traffic, indexed pages
❓ Frequently Asked Questions
Combien de temps dure la baisse de classement après une fusion de sites ?
Peut-on rediriger plusieurs anciennes URLs vers une seule nouvelle page ?
Les redirections 302 sont-elles acceptables lors d'une fusion de sites ?
Faut-il conserver l'ancien domaine actif après la migration ?
Comment gérer les URLs de l'ancien site qui n'ont pas d'équivalent sur le nouveau ?
🎥 From the same video 12
Other SEO insights extracted from this same Google Search Central video · duration 58 min · published on 21/12/2018
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.