What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

When you merge sites by redirecting URLs, the signals associated with the redirected pages are combined and resent. This is a standard process and poses no risk to SEO.
31:00
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h03 💬 EN 📅 30/12/2014 ✂ 10 statements
Watch on YouTube (31:00) →
Other statements from this video 9
  1. 2:14 Pourquoi le nombre d'URL indexées dans votre Sitemap fluctue-t-il autant ?
  2. 6:42 Panda et Penguin influencent-ils vraiment le crawl de Googlebot sur votre site ?
  3. 7:23 HTTPS est-il vraiment un facteur de classement à prioriser ?
  4. 19:58 Les commentaires utilisateurs polluent-ils la qualité SEO de vos pages ?
  5. 22:20 Les commentaires de vos visiteurs influencent-ils vraiment le positionnement de vos pages dans Google ?
  6. 32:11 Faut-il désavouer tous les liens de mauvaise qualité pointant vers votre site ?
  7. 50:13 Faut-il vraiment donner une URL propre à chaque contenu important pour le SEO ?
  8. 53:44 Pourquoi Google refuse-t-il de communiquer sur ses prochaines fonctionnalités de recherche ?
  9. 57:34 Panda et Penguin sont-ils vraiment des pénalités ou de simples ajustements algorithmiques ?
📅
Official statement from (11 years ago)
TL;DR

Google claims that redirects combine and transfer all signals associated with source pages to target pages. This process is described as normal and risk-free for SEO. Specifically, during a site migration or merger, authority, popularity, and relevance metrics accumulate on the new URLs, provided the redirects are implemented correctly.

What you need to understand

What does it actually mean to "combine signals"?

When Google refers to signal combination, it means aggregating the metrics associated with the source URL and the target URL. Backlinks, content history, behavioral signals, freshness, thematic authority: all of it is mathematically merged in the index.

The search engine does not just transfer PageRank blindly. It consolidates profiles: if page A has 50 quality inbound links and page B has 30, page B redirected to A will inherit an enriched profile. This is not a simple addition but a weighted integration based on the relevance and authority criteria of each link.

Why does Google emphasize "risk-free"?

This phrasing aims to reassure against the historical fears of SEOs regarding ranking losses during migrations. For a long time, post-redirect traffic declines have been observed, fueling the belief in a "transfer penalty" or systematic loss.

Here, Google asserts that the process itself does not lead to any algorithmic penalties. If losses occur, they stem from implementation errors (chain redirects, loops, incorrect HTTP codes) or a semantic context change between source and target pages that undermines relevance.

Do all types of redirects hold the same value?

The statement does not specify, but in practice, only 301 and 302 are reliable for signal transfer. The 301 (permanent) immediately transfers all metrics. The 302 (temporary) also transfers, but Google may keep the source URL indexed longer if the context suggests a possible return.

JavaScript or meta refresh redirects technically work, but with longer processing delays and less guaranteed interpretation. Server redirects remain the standard for a clean and quick merge.

  • Combined signals include: PageRank, backlinks, anchors, content history, user signals, thematic authority
  • The transfer is nearly instantaneous with a well-configured 301, but observing the full effects may take several weeks depending on crawl frequency
  • No intrinsic penalty: ranking losses come from technical errors or breaks in semantic coherence, not from the redirect mechanism itself
  • Chain redirects dilute signals: each intermediate hop slows the crawl and may lead to a marginal loss of authority

SEO Expert opinion

Does this statement really reflect what we observe?

Yes, but with some crucial nuances. Well-prepared migrations — 1:1 mapping, thematic consistency, direct 301 redirects — indeed show solid position retention. Sites that lose traffic post-migration generally suffer from structural issues: orphan URLs, redirect chains, poorly anticipated architecture changes.

The real trap? The definition of "combination". Google aggregates the signals, yes, but also reevaluates relevance. If you redirect a page on "Nike running shoes" to a generic "sports shoes" page, you lose anchoring specificity. The backlinks remain, but their contextual weight decreases. This is not a loss of signal but a dilution of relevance.

What are the grey areas of this claim?

Google does not mention temporal aspects. Signals combine, sure, but over what timeframe? A 301 transfers "immediately" according to official documentation, but the ranking impact may take 4 to 12 weeks depending on crawl budget and bot visit frequency. [To be verified]: no public data precisely quantifies the speed of complete consolidation.

Another unclear point: the fate of conflicting signals. If URL A is spammy (toxic profile) and URL B is clean, what happens to the aggregated profile? Google never details its weighting algorithm for these edge cases. An intelligent smoothing is assumed, but it cannot be verified without access to internal metrics.

In what cases does this principle fail in practice?

When the source and target URLs have no semantic connection. Redirecting an article about gardening to an e-commerce page for tires will not transfer thematic authority. Google retains the backlinks in its graph, but contextually devalues them as they lose their anchoring coherence.

Mass redirecting without logic (like suddenly shutting down an entire section to the homepage) often leads to drops. Technically, signals transfer. Practically, you concentrate diluted juice on a page too generic to absorb this thematic diversity. Result: loss of visibility on long-tail queries.

Warning: Google tolerates redirects as long as they serve the user. An aggressive strategy to consolidate URLs to concentrate authority without UX consideration may be viewed as manipulative, especially if it generates negative behavioral signals (bounce rates, SERP returns).

Practical impact and recommendations

How can you ensure that redirects properly transfer signals?

The first rule: comprehensive mapping. Every indexed URL should have a logical destination. Crawling tools (Screaming Frog, Oncrawl) allow you to extract all active URLs, cross-reference them with Analytics to identify those generating traffic or conversions, and then create a 1:1 mapping table.

Next, prioritize direct redirects. No chains A → B → C. Each additional hop slows the crawl and can lead to a marginal loss of authority. If you inherited a site with existing chains, clean them up: redirect A directly to C.

What technical errors cancel the signal transfer?

Redirect loops completely block the bot. URL A redirects to B, which redirects back to A. Google abandons after a few iterations and de-indexes. Check with tools like Redirect Mapper or directly in the console that each redirect leads to a clean 200 OK.

Incorrect HTTP codes also sabotage the transfer. A 302 when you want a 301 signals to Google that the redirect is temporary: it keeps the source URL indexed and doesn’t immediately transfer all signals. A 404 with a client-side JavaScript redirect? Google may never see it if the JS doesn’t execute during the crawl.

Should you keep redirects indefinitely?

Google recommends maintaining 301s for at least a year, ideally indefinitely for URLs with a strong backlink history. After 12-18 months, most signals are transferred and consolidated, but removing an active redirect loses all incoming links still pointing to the old URL.

For sites with thousands of redirects (legacy architectures), regularly audit: keep those still receiving traffic or active backlinks, remove those completely orphaned for 24 months and without residual juice. An overloaded .htaccess file slows down the server; find the balance.

  • Crawl the old site before migration to capture all indexed URLs and those receiving backlinks
  • Create a 1:1 mapping based on thematic consistency, not just URL structure
  • Implement direct server 301s, never chains, never JavaScript if avoidable
  • Verify each redirect with a final 200 code and a response time < 500ms
  • Submit the new sitemap and monitor Search Console for 404 errors or chains
  • Keep active redirects for at least a year, ideally permanently for URLs with high link capital
Merging sites or redesigning architecture through redirects is a powerful lever to consolidate authority and simplify maintenance. Signal transfer works if implementation is thorough: comprehensive mapping, direct redirects, semantic coherence between source and target. These projects require precise technical planning and close post-migration monitoring. If your infrastructure is complex or your backlink history substantial, the support of a specialized SEO agency can secure the process and prevent costly traffic losses due to migration errors.

❓ Frequently Asked Questions

Une redirection 302 transfère-t-elle autant de signaux qu'une 301 ?
Oui, techniquement Google transfère les signaux avec une 302, mais il peut maintenir l'URL source indexée plus longtemps si le contexte suggère une redirection temporaire. Pour une fusion définitive, la 301 reste le standard.
Combien de temps faut-il pour que les signaux se transfèrent complètement ?
Le transfert technique est quasi-instantané avec une 301, mais l'observation des effets complets en ranking peut prendre 4 à 12 semaines selon la fréquence de crawl et le crawl budget alloué au site.
Que se passe-t-il si je redirige plusieurs URLs vers une seule page ?
Les signaux se cumulent sur la page cible, mais si les URLs sources traitaient de sujets différents, la pertinence thématique de la page cible peut se diluer, entraînant une baisse de ranking sur les requêtes spécifiques.
Les redirections en chaîne font-elles perdre du PageRank ?
Chaque saut supplémentaire ralentit le crawl et peut entraîner une perte marginale d'autorité, bien que Google ne quantifie pas publiquement ce facteur. Privilégie toujours des redirections directes pour un transfert optimal.
Peut-on supprimer une redirection après un an sans risque ?
Si l'URL source ne reçoit plus de trafic ni de backlinks actifs depuis 12-18 mois, le risque est limité. Mais pour les URLs avec un historique de liens solide, maintenir la redirection indéfiniment sécurise le capital acquis.
🏷 Related Topics
Domain Age & History AI & SEO Domain Name Redirects

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 1h03 · published on 30/12/2014

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.