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

Use Fetch as Google to check how Googlebot views Blogger redirects; some configurations can send Googlebot a direct redirect without an intermediate warning message.
28:26
🎥 Source video

Extracted from a Google Search Central video

⏱ 58:24 💬 EN 📅 17/11/2015 ✂ 19 statements
Watch on YouTube (28:26) →
Other statements from this video 18
  1. 1:09 Les redirections 301 suffisent-elles vraiment pour une migration de site réussie ?
  2. 8:10 Comment Google traite-t-il vraiment les demandes de révision après un piratage de site ?
  3. 10:35 Le contenu masqué dans les accordéons perd-il réellement son poids SEO ?
  4. 14:23 Faut-il vraiment abandonner les pages 'View All' pour faciliter l'indexation ?
  5. 15:36 Faut-il vraiment utiliser noindex,follow sur les pages de pagination ?
  6. 18:07 Pourquoi la cohérence des URL est-elle vraiment un signal de classement prioritaire ?
  7. 20:20 Les pages légales (CGV, confidentialité) influencent-elles vraiment votre SEO ?
  8. 22:10 Google adapte-t-il vraiment ses critères de classement selon les pays ?
  9. 23:52 Faut-il vraiment un lien DMOZ ou Wikipedia pour être reconnu comme une marque ?
  10. 26:01 Redirection ou switch de contenu : quelle méthode choisir pour une homepage internationale ?
  11. 27:21 Faut-il vraiment privilégier les URLs absolues dans les redirections 301 ?
  12. 31:15 Le rel=noreferrer bloque-t-il vraiment le PageRank et nuit-il au SEO ?
  13. 31:47 Les sitemaps HTML servent-ils encore à quelque chose en SEO ?
  14. 33:01 Pourquoi vos termes de recherche disparaissent-ils de la Search Console ?
  15. 35:01 Googlebot crawle-t-il vraiment depuis les États-Unis et pourquoi ça impacte votre indexation internationale ?
  16. 38:54 Peut-on vraiment ranker sans backlinks en SEO ?
  17. 40:59 Les sitemaps images doivent-ils absolument lier images et pages de destination ?
  18. 50:20 Faut-il vraiment disavouer les redirections 301 pointant vers d'autres domaines ?
📅
Official statement from (10 years ago)
TL;DR

John Mueller reminds us that certain Blogger configurations can send direct redirects to Googlebot without any intermediate warning message, which can obscure crawl issues. The Fetch as Google tool allows you to check how the bot actually processes these redirects. Essentially, if you manage a Blogger site, you need to validate that redirects aren't creating loops or invisible chains for users but are active for the bot.

What you need to understand

What does a 'no warning message' redirect mean for Googlebot?

On Blogger, you can set up custom redirects that redirect one URL to another. Normally, a human user occasionally sees an intermediate message ('You will be redirected...') or a transition page.

The issue is that Googlebot may receive a direct HTTP redirect (301, 302, etc.) without going through this intermediate step. The bot follows the redirect instantly without seeing what the user sees. The result: you think everything is functioning well for user experience, but the bot perceives a completely different redirect structure.

Why does this difference in treatment cause issues in SEO?

Because you can't detect redirect chains, loops, or temporary 302 redirects that should be 301. If Googlebot follows a redirect you haven't identified, you lose PageRank along the way, dilute the relevance signal, and risk having orphan pages remain indexed.

In short: you're driving blind. You think page A points to B, but in reality, the bot follows A → C → B, and you are unaware of it.

How does Fetch as Google help reveal this insight?

The Fetch as Google tool (or 'URL Inspection' in Search Console) simulates the bot's behavior. You enter a URL, initiate the fetch, and see exactly what HTTP code the bot receives, which final URL it reaches, and whether any intermediate redirects are involved.

This is the only reliable way to check that the server-side redirect aligns with your intentions. If you see an unexpected redirect, you can correct the Blogger configuration before the problem impacts your crawl budget or indexing.

  • Blogger may send direct HTTP redirects to Googlebot without displaying an intermediate message visible to the user.
  • Fetch as Google reveals the actual redirects followed by the bot, including hidden chains or loops.
  • A temporary 302 redirect instead of a permanent 301 dilutes equity and delays signal consolidation.
  • Orphan pages remain indexed if Googlebot does not follow the same redirect logic as the user.
  • Correcting the Blogger configuration before indexing preserves crawl budget and PageRank transmission.

SEO Expert opinion

Does this statement align with real-world observations on Blogger?

Yes, and it’s actually a classic issue cited by Google support. Sites hosted on Blogger often have server-side redirects configured through the admin interface, but these redirects aren't always visible in logs accessible to webmasters. The result: you don’t see what Googlebot sees, and you discover the issue when a page no longer ranks or disappears from the index.

Mueller's advice makes sense to a practitioner, but it implies a broader problem: Blogger does not provide a transparent redirect dashboard. Therefore, you must manually test each critical URL with Fetch as Google or a third-party tool (Screaming Frog, OnCrawl) configured to simulate Googlebot. [To be checked]: Google does not specify whether these hidden redirects affect only desktop versions or also mobile-first indexing.

What nuances should be added to this recommendation?

First, Fetch as Google no longer exists under that name since the redesign of Search Console. The tool is now called 'URL Inspection', and it allows for live indexing requests. The functionality is the same, but the workflow has changed: you inspect the URL, click on 'Test URL Live', and check the HTTP response.

Additionally, this issue mainly affects older or migrated Blogger sites. If you've set up custom redirects five years ago and never revalidated them, you likely have outdated redirect chains. To be honest: Blogger is no longer the preferred platform for serious SEO projects, but millions of active blogs still carry this kind of technical debt.

In what cases does this rule not apply?

If you’re using a modern CMS with redirects managed via .htaccess or Nginx, this issue does not exist. You have full control over the type of redirect (301, 302, 307), the chain, and the conditions (user-agent, language, etc.). Server logs show you exactly what Googlebot received.

Similarly, if you've migrated a Blogger site to WordPress or another CMS, you likely cleaned up redirects in the process. Thus, the problem really only concerns sites that remain hosted on Blogger and use the platform's native redirects.

Warning: If you notice redirect loops after a fetch, do not hastily fix the issue by removing all rules. You risk breaking historical URLs that still transmit PageRank. First, map the redirects with Screaming Frog, identify the chains, and then correct them one by one.

Practical impact and recommendations

What should you do if you manage a Blogger site?

Start by configured in the Blogger interface (Settings → Errors and redirects). Export the list, then test each source URL with the 'URL Inspection' tool in Search Console. Note the returned HTTP code (301, 302, etc.) and the final destination URL.

If you detect temporary 302 redirects when you wanted permanent 301s, modify the configuration. If you identify chains (A → B → C), remove the intermediates and point A directly to C. If you find loops (A → B → A), remove one of the rules after verifying which URL should be canonical.

What mistakes should you avoid when correcting Blogger redirects?

Never remove a redirect without verifying that it is not receiving organic traffic or active backlinks. Check Google Analytics and Search Console (Performance → Pages) to identify URLs that still generate clicks. If a historical redirect transmits PageRank, keep it even if it seems outdated.

Also, avoid multiplying cascading redirects for editorial 'cleanliness' reasons. Googlebot follows a limited number of hops (usually 5), but each hop dilutes the signal. Always prefer a direct redirect from the source to the final destination.

How can you automate the monitoring of redirects on Blogger?

Set up a monthly crawl with Screaming Frog in 'Googlebot smartphone' mode (for mobile-first indexing). Enable the 'Follow Redirects' option and export the 'Redirect Chains' report. Compare it to the previous month to detect new chains.

You can also use Google Apps Script to query the Search Console API and automatically extract HTTP codes from inspected URLs. This is not trivial to set up but is scalable if you manage multiple Blogger sites for clients.

  • Export all custom redirects from the Blogger interface
  • Test each source URL with 'URL Inspection' in Search Console
  • Identify 302 redirects and replace them with permanent 301s
  • Remove redirect chains by pointing directly to the final destination
  • Verify in Analytics that redirected URLs no longer receive direct traffic before deletion
  • Set up a monthly crawl with Screaming Frog to monitor the emergence of new chains
Blogger redirects can create blind spots in your crawl architecture if you do not regularly test them with bot-side tools. The stakes are not trivial: a poorly managed redirect chain dilutes PageRank, slows down indexing, and can make key pages disappear from the index. If you find that these audits become time-consuming or that you're multiplying configuration errors, it may be wise to seek a specialized SEO agency for a thorough technical audit and assistance with potential migration to a platform offering full control over redirects.

❓ Frequently Asked Questions

Fetch as Google existe-t-il encore dans Search Console ?
Non, l'outil a été renommé « Inspection d'URL ». Vous accédez à la même fonctionnalité via le menu latéral de Search Console, en saisissant l'URL à tester puis en cliquant sur « Tester l'URL en direct ».
Une redirection 302 est-elle toujours problématique pour le SEO ?
Pas toujours. Si vous redirigez temporairement une page pour maintenance ou test A/B, la 302 est légitime. Le problème survient quand vous utilisez une 302 pour une redirection permanente : Googlebot met plus de temps à consolider les signaux, et le PageRank est transmis avec moins de certitude.
Comment savoir si une chaîne de redirections impacte mon crawl budget ?
Consultez le rapport « Statistiques d'exploration » dans Search Console. Si vous voyez une hausse du nombre de requêtes par jour sans hausse proportionnelle des pages explorées, c'est un signal que Googlebot perd du temps à suivre des redirections. Croisez avec les logs serveur pour confirmer.
Peut-on détecter les boucles de redirections sans Search Console ?
Oui, avec un crawler comme Screaming Frog, OnCrawl ou Sitebulb. Activez l'option « Follow Redirects » et fixez une limite de sauts (par exemple 10). Le crawler vous alertera si une URL pointe vers elle-même après plusieurs rebonds.
Faut-il conserver les redirections sur un site Blogger migré vers WordPress ?
Oui, au moins pendant 12 mois. Les backlinks historiques pointent vers les anciennes URLs Blogger. Si vous supprimez les redirections trop tôt, vous perdez le PageRank transmis par ces liens. Après un an, vérifiez dans Search Console si les anciennes URLs reçoivent encore des clics avant de supprimer.

🎥 From the same video 18

Other SEO insights extracted from this same Google Search Central video · duration 58 min · published on 17/11/2015

🎥 Watch the full video on YouTube →

💬 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.