Official statement
Other statements from this video 49 ▾
- 1:38 Google suit-il vraiment les liens HTML masqués par du JavaScript ?
- 1:46 JavaScript peut-il masquer vos liens aux yeux de Google sans les détruire ?
- 3:43 Faut-il vraiment optimiser le premier lien d'une page pour le SEO ?
- 3:43 Google combine-t-il vraiment les signaux de plusieurs liens pointant vers la même page ?
- 5:20 Les liens site-wide dans le menu et le footer diluent-ils vraiment le PageRank de vos pages stratégiques ?
- 6:22 Faut-il vraiment nofollow les liens site-wide vers vos pages légales pour optimiser le PageRank ?
- 7:24 Faut-il vraiment garder le nofollow sur vos liens footer et pages de service ?
- 10:10 Search Console Insights sans Analytics : pourquoi Google rend-il impossible l'utilisation solo ?
- 11:08 Le nofollow influence-t-il encore le crawl sans transmettre de PageRank ?
- 11:08 Le nofollow bloque-t-il vraiment l'indexation ou Google crawle-t-il quand même ces URLs ?
- 13:50 Pourquoi Google refuse-t-il de communiquer sur tous ses incidents d'indexation ?
- 15:58 Faut-il vraiment indexer toutes les pages paginées pour optimiser son SEO ?
- 15:59 Faut-il vraiment indexer toutes les pages de pagination pour optimiser son SEO ?
- 19:53 Les paramètres d'URL sont-ils encore un problème pour le référencement naturel ?
- 19:53 Les paramètres d'URL sont-ils vraiment devenus un non-sujet SEO ?
- 21:50 Google bloque-t-il vraiment l'indexation des nouveaux sites ?
- 23:56 Les liens dans les tweets embarqués influencent-ils vraiment votre SEO ?
- 25:33 Les sitemaps sont-ils vraiment indispensables pour l'indexation Google ?
- 26:03 Comment Google découvre-t-il vraiment vos nouvelles URLs ?
- 27:28 Pourquoi Google impose-t-il un canonical sur TOUTES les pages AMP, même standalone ?
- 27:40 Le rel=canonical est-il vraiment obligatoire sur toutes les pages AMP, même standalone ?
- 28:09 Faut-il vraiment déployer hreflang sur l'intégralité d'un site multilingue ?
- 28:41 Faut-il vraiment implémenter hreflang sur toutes les pages d'un site multilingue ?
- 29:08 AMP est-il vraiment un facteur de vitesse pour Google ?
- 29:16 Faut-il encore miser sur AMP pour optimiser la vitesse et le ranking ?
- 29:50 Pourquoi Google mesure-t-il les Core Web Vitals sur la version de page que vos visiteurs consultent réellement ?
- 30:20 Les Core Web Vitals mesurent-ils vraiment ce que vos utilisateurs voient ?
- 31:23 Faut-il manuellement désindexer les anciennes URLs de pagination après un changement d'architecture ?
- 31:23 Faut-il vraiment désindexer manuellement vos anciennes URLs de pagination ?
- 32:08 La pub sur votre site tue-t-elle votre SEO ?
- 32:48 La publicité sur un site nuit-elle vraiment au classement Google ?
- 34:47 Le rel=canonical en syndication est-il vraiment fiable pour contrôler l'indexation ?
- 34:47 Le rel=canonical protège-t-il vraiment votre contenu syndiqué du vol de ranking ?
- 38:14 Les alertes de sécurité dans Search Console bloquent-elles vraiment le crawl de Google ?
- 38:14 Un site hacké perd-il son crawl budget suite aux alertes de sécurité Google ?
- 39:20 Les liens dans les guest posts ont-ils vraiment perdu toute valeur SEO ?
- 39:20 Les liens issus de guest posts ont-ils vraiment une valeur SEO nulle ?
- 40:55 Pourquoi Google ignore-t-il les dates de modification identiques dans vos sitemaps ?
- 40:55 Pourquoi Google ignore-t-il les dates lastmod de votre sitemap XML ?
- 42:00 Faut-il vraiment mettre à jour la date lastmod du sitemap à chaque modification mineure ?
- 42:21 Un sitemap mal configuré réduit-il vraiment votre crawl budget ?
- 43:00 Un sitemap mal configuré peut-il vraiment réduire votre crawl budget ?
- 44:34 Faut-il vraiment choisir entre réduction du duplicate content et balises canonical ?
- 44:34 Faut-il vraiment éliminer tout le duplicate content ou miser sur le rel=canonical ?
- 45:10 Faut-il vraiment configurer la limite de crawl dans Search Console ?
- 45:40 Faut-il vraiment laisser Google décider de votre limite de crawl ?
- 47:48 Les redirections 301 internes en cascade font-elles vraiment perdre du jus SEO ?
- 49:53 L'History API JavaScript peut-elle vraiment forcer Google à changer votre URL canonique ?
- 49:53 JavaScript et History API : Google peut-il vraiment traiter ces changements d'URL comme des redirections ?
Google claims that pointing an internal link to a URL that redirects via 301 causes no loss of value. The engine follows the redirect, identifies the final destination as canonical, and treats the link as if it pointed directly to it. In practical terms, this means that an internal linking structure that goes through 301 redirects is not penalized — but that doesn't mean it's optimal.
What you need to understand
Has Google really stopped diluting PageRank on 301s?
Historically, 301 redirects were known to consume part of the PageRank during transfer. This belief stemmed from a time when Google applied a damping factor to each redirection hop, which mechanically diluted the transmitted value. For years, SEOs have therefore cleaned up their redirect chains and fixed each internal link pointing to a 301 to prevent this loss.
In 2016, Gary Illyes had already stated that Google no longer loses PageRank on 301s. Mueller confirms here that this rule also applies to internal linking: if your link points to /old-page which redirects to /new-page, Google counts the signal as if it points directly to /new-page. No leakage, no dilution — at least in the official theory.
The important nuance: Google identifies the final URL as canonical and normalizes the whole thing. In other words, it detects that the real destination is /new-page, and it's this URL that inherits the link credit. Users arriving from the SERP land directly on the canonical, avoiding the perceived latency.
Why does Google treat redirects differently in crawl and SERP?
When Google crawls your site, it encounters an internal link pointing to /old-page. It executes the redirect, reaches /new-page, and records the latter as the canonical target. The link signal is accounted for on the final destination, without loss. This is the classic behavior of a bot that follows HTTP redirects.
However, when a user clicks on your result in the SERP, Google serves the canonical URL directly — /new-page — without going through /old-page. Why? Because Google already knows the final destination from crawling, and it optimizes the user experience by avoiding an unnecessary redirect hop. Result: no added latency, no risk of 404 error if the 301 temporarily breaks.
This divergence between crawling and display shows that Google normalizes URLs internally, and that the concept of a “link pointing to a 301” no longer really exists in its link graph — it only sees the final destination. This is a technical optimization that few practitioners clearly visualize, but it has implications for how one audits an internal linking structure.
Does this mean we can leave 301s lying around everywhere?
No. Google may no longer lose PageRank on 301s, but that doesn’t make these redirects free. Each redirect consumes crawl budget, slows down indexing, and can introduce redirect chains if multiple URLs pass the ball back and forth. The more hops you multiply, the more you risk exceeding Google’s following limit (which generally stops at 5 redirects in a row).
Moreover, bulk redirects can mask architectural problems: if your CMS automatically generates obsolete URLs that you then correct with 301s, it’s a symptom of poor configuration, not a solution. Better to clean the source. And even if Google doesn’t lose signal, a user landing on a 301 from an external source (email, social media) experiences additional loading time.
- Google no longer dilutes PageRank on 301s — official confirmation from Mueller, previously mentioned by Illyes in 2016.
- Internal links pointing to 301s are treated as if they point directly to the final destination — no loss of value.
- Users coming from the SERP access the canonical URL directly — Google serves the destination without going through the redirect.
- This doesn’t mean you should leave 301s lying around — they consume crawl budget and can create redirect chains.
- Cleaning up internal links remains a good practice — for reasons of architecture, performance, and simplified diagnostics.
SEO Expert opinion
Is this statement consistent with real-world observations?
Since 2016, the majority of field tests show that a well-executed 301 redirect does not cause a visible drop in rankings. When migrating a site with clean 301s, positions typically stabilize within a few weeks — sometimes even without fluctuation. This corroborates Google's claim: the link signal passes, the canonical is recognized, and the engine normalizes the whole.
However, there are also cases where redirect chains (A → B → C) lead to indexing delays or temporary visibility losses. Is this due to PageRank dilution or a crawl budget issue? Hard to say. Google never provides specific numbers on the “acceptable” number of redirects before things go awry. [To check]: the exact limit beyond which Google stops following or begins to deprioritize.
Another point: Mueller talks about internal links. What about external backlinks pointing to a 301? The logic should be the same, but we lack official data on this specific case. If a third-party site links to /old-page which redirects, does Google still follow the 301 with the same “neutrality”? Probably, but nothing is confirmed black on white.
What nuances should we add to this statement?
Google says “no loss of value,” but that doesn’t mean no cost. A redirect consumes server time, crawl budget, and can introduce errors if misconfigured (302 instead of 301, redirect loops, timeout). On a small site of 500 pages, the impact is negligible. On an e-commerce site with 100,000 URLs, every unnecessary 301 is friction that accumulates.
Moreover, Google “identifies the final URL as canonical” — but what happens if you also have a canonical tag pointing elsewhere? Or if the destination of the 301 itself returns a 301? We enter cases of conflicting signals where Google must arbitrate, and there, things become less predictable. Mueller's statement applies in an ideal context: a single redirect, clean, with no ambiguity.
Finally, Mueller specifies that users coming from the SERP access the canonical URL directly. This is true for organic clicks, but not for external sources (backlinks, social sharing, emails). If your internal linking passes through 301s, no problem for Google — but if your marketing campaigns point to obsolete URLs, your users experience the redirect hop. This is a UX issue, not an SEO one, but it remains a problem.
In what cases does this rule not apply?
Temporary redirects (302, 307): Google does not transfer PageRank in the same way on a 302. If you mistakenly use a temporary redirect, the link signal remains “suspended” at the source URL, and the destination benefits from no credit. This is a classic error during poorly configured migrations.
Long redirect chains: Google generally follows up to 5 hops, but beyond that, it may abandon. If your internal link points to A, which redirects to B, which redirects to C, which redirects to D, Google may never reach D — or treat it as an orphaned URL. Result: no link signal, no indexing.
Finally, geolocated or User-Agent based redirects can cause problems. If you redirect Googlebot to a different URL than the one presented to users, you risk cloaking. Google may interpret this as an attempt to manipulate and downgrade your site. Mueller's rule applies only to standard, transparent HTTP redirects, without opaque conditional logic.
Practical impact and recommendations
What steps should you take with this information?
First action: audit your internal linking to identify links that point to 301 URLs. Use Screaming Frog, Oncrawl, or your favorite crawling tool and filter URLs with a 301 status. If you find hundreds, it’s not dramatic for PageRank, but it signals that your architecture isn’t clean. Gradually clean them, prioritizing strategic pages (home, categories, top products).
Second action: spot redirect chains. If A redirects to B which redirects to C, Google follows, but that consumes crawl budget unnecessarily. Replace all links pointing to A with direct links to C. You’ll gain indexing speed and simplify your diagnostics. A well-architected site should contain no redirect chain — except in exceptional cases of multi-step migrations.
Third action: check your canonical tags. If a page redirects via 301 to a destination, and that destination has a canonical that points elsewhere, Google must arbitrate between two conflicting signals. Ensure that every URL in 301 points to a destination whose canonical is self-referential (or absent). This is particularly critical on e-commerce platforms where product variants generate bulk canonicals.
What mistakes to avoid after reading this statement?
First mistake: thinking you can leave 301s lying around everywhere. Under the pretext that Google no longer loses PageRank, some practitioners relax the hygiene of their linking. Result: a site full of redirects that slows down crawling, multiplies points of failure, and becomes impossible to audit. 301s are not “free” — they come with a cost in server resources, latency, and complexity.
Second mistake: ignoring temporary redirects. If you mistakenly configured a 302 instead of a 301, Google does not transfer the link signal the same way. Always systematically check the HTTP status of your redirects with curl or a testing tool. A forgotten 302 may explain why a migrated page no longer ranks while the 301 seemed correct.
Third mistake: neglecting external traffic sources. Google serves the canonical directly to users coming from the SERP, but if your backlinks, email campaigns, or social shares point to obsolete URLs, your visitors will face the redirect hop. This affects bounce rate, perceived loading time, and potentially conversions. Update your external links as soon as a page migrates.
How to check if your site conforms to this logic?
Run a full crawl with Screaming Frog or Oncrawl, and export all URLs with a 301 status. Cross-reference this file with your internal linking: how many internal links point to these 301s? If the ratio exceeds 10-15%, it’s a warning signal. Prioritize cleanup on pages with high organic traffic (top 20 landing pages) and on linking hubs (categories, pillar pages).
Then use Google Search Console to check that the URLs in 301 are not generating crawl errors (timeouts, too long chains, loops). If you see warnings on redirected URLs, it means Google encountered a problem during following. Correct them before they impact your indexing. And if you have doubts about PageRank propagation, compare positions before/after migration: a lasting drop signals a structural problem, not a signal dilution.
- Audit internal linking to identify links pointing to 301s
- Spot and eliminate redirect chains (A → B → C)
- Ensure that all redirects are indeed 301, not 302
- Make sure that the canonical tags of destination pages are consistent
- Update external links (backlinks, campaigns, social shares)
- Monitor crawl errors related to redirects in Search Console
❓ Frequently Asked Questions
Une redirection 301 en interne fait-elle perdre du PageRank ?
Faut-il quand même corriger les liens internes qui pointent vers des 301 ?
Combien de redirections en chaîne Google peut-il suivre ?
Une redirection 302 transfère-t-elle le PageRank de la même manière ?
Les utilisateurs passent-ils par la redirection quand ils cliquent dans les SERP ?
🎥 From the same video 49
Other SEO insights extracted from this same Google Search Central video · duration 55 min · published on 21/08/2020
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.