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

To migrate from a subdomain structure to a subfolder, Google recommends using classic 301 redirects instead of a reverse proxy. Redirects are well controlled and avoid technical complexity and outage risks.
10:32
🎥 Source video

Extracted from a Google Search Central video

⏱ 55:53 💬 EN 📅 24/07/2020 ✂ 53 statements
Watch on YouTube (10:32) →
Other statements from this video 52
  1. 0:33 Is it really enough to just have an alt attribute for your graphics and infographics?
  2. 1:04 Should you use alt text for infographics instead of converting them to HTML?
  3. 2:17 Is it really necessary to duplicate the text of infographics for Google to index them?
  4. 2:37 Do you really need to duplicate your infographics' content in text for Google?
  5. 3:41 Why can a site that steals your content rank better than you?
  6. 4:13 Why isn't optimizing a single SEO factor ever enough to outpace a competitor?
  7. 6:52 Is it really necessary to wait before reacting to ranking fluctuations?
  8. 6:52 Is it really necessary to wait for ranking fluctuations to stabilize before taking action?
  9. 8:58 Do outgoing links to authoritative sites really boost your Google ranking?
  10. 8:58 Can deep linking to a mobile app really boost your website's SEO?
  11. 10:32 Site Restructuring: Why does Google recommend redirects over reverse proxy?
  12. 12:03 Should you really invest in a reverse proxy to mask Google's hacking warnings?
  13. 13:03 Should you really invest in a reverse proxy to hide Google's hacking warnings?
  14. 13:50 Is it true that the highest number in Search Console is usually the right one?
  15. 14:44 Should you really put empty user profile pages on no-index?
  16. 14:44 Should you really set noindex for low-content user profile pages?
  17. 16:57 Do multiple redirect chains really hinder Google's crawling?
  18. 17:02 Are Multiple Redirect Chains Really Hurting Your SEO?
  19. 19:57 Do domain migrations and mergers really cause SEO penalties?
  20. 19:58 Could separating each step of a site migration save you weeks of SEO diagnostics?
  21. 23:04 Do pop-under ads really hurt your SEO rankings?
  22. 23:04 Do pop-under ads really penalize your organic SEO?
  23. 24:41 Should you overlook historical Mobile Usability errors in Search Console?
  24. 24:41 Should you ignore mobile errors in Search Console if the live test comes back clean?
  25. 25:50 Is it true that using nofollow on internal menu links can control PageRank?
  26. 25:50 Should you really nofollow your menu links to optimize crawling?
  27. 26:46 Do Google Ads scripts really slow down your site in the eyes of PageSpeed Insights?
  28. 27:06 Does Google Ads really penalize the speed of your pages in PageSpeed Insights?
  29. 29:28 Should you really aim for a perfect 100 on PageSpeed Insights to rank well?
  30. 29:28 Should you really aim for 100/100 on PageSpeed Insights to rank well?
  31. 35:45 Do image metadata really influence rankings in Google Images?
  32. 35:45 Can image metadata really enhance your SEO performance?
  33. 36:29 How many internal links per page should you have to optimize your structure without hindering crawl efficiency?
  34. 37:19 What is the optimal number of internal links per page for SEO?
  35. 37:54 Does a completely flat site structure really hurt SEO?
  36. 39:52 Should you still use disavow or has Google truly automated the ignoring of spam links?
  37. 40:02 Should you still disavow spammy links pointing to your site?
  38. 41:04 Does the FAQ schema work if the answers are hidden in an accordion?
  39. 41:04 Is it possible to mark a main page with FAQ schema, or is a dedicated page necessary?
  40. 41:59 Is it really necessary to have a dedicated page for each video to rank on Google?
  41. 41:59 Should you create a separate page for each video instead of grouping them together?
  42. 43:42 How does Google choose which sitelinks to display under your search results?
  43. 44:13 Does Google really control sitelinks through site structure?
  44. 45:19 Has PageRank really become a negligible ranking factor for Google?
  45. 45:19 Is PageRank still a top-ranking factor that you should keep an eye on?
  46. 46:46 Should you always use the Video Object schema for YouTube embeds subject to GDPR?
  47. 46:53 Do YouTube two-click embeds really hurt video SEO?
  48. 50:12 Are mobile interstitials truly all penalized by Google?
  49. 50:43 Is it really possible to show different interstitials based on traffic source without SEO risk?
  50. 52:08 Is it true that Google ignores GDPR interstitials without penalizing your SEO?
  51. 53:08 Can we truly measure the SEO impact of intrusive interstitials?
  52. 53:18 Do intrusive interstitials really have a measurable impact on your SEO?
📅
Official statement from (5 years ago)
TL;DR

Google explicitly recommends using classic 301 redirects instead of a reverse proxy when migrating from a subdomain to a subfolder. Redirects are better controlled by technical teams and limit the risks of complex outages to diagnose. For SEO, this means prioritizing simplicity and reliability over sophisticated engineering, especially when the stakes involve preserving organic traffic.

What you need to understand

What is the technical difference between a 301 redirect and a reverse proxy?

A 301 redirect explicitly informs the browser and search engines that the resource has permanently moved. The server sends an HTTP 301 code along with the destination URL, and it is the client that makes the new request. The process is transparent, logged, and perfectly documented.

A reverse proxy, on the other hand, conceals the move. The intermediary server fetches the content from the new location and serves it as if it originated from the old URL. No redirect code is sent to the client — everything happens server-side. This approach may seem elegant for preserving URLs, but it introduces an added layer of complexity.

Why does Google prefer the simplicity of 301 redirects?

The reverse proxy adds potential points of failure: complex Nginx or Apache configuration, cache management, ambiguous HTTP headers, additional latency. If the proxy fails, the entire structure collapses without a clear error message for crawlers. Google then has to guess what's happening.

301 redirects, on the other hand, have been a web standard for decades. Googlebot understands them perfectly, follows them without hesitation, and reliably transfers ranking signals. Technical teams know how to implement them, monitor them, and debug them with simple tools like curl or DevTools.

In what context does this recommendation apply concretely?

This statement targets sites migrating their architecture from blog.example.com to example.com/blog/. A classic migration to centralize domain authority, simplify SSL, or unify user experience. The risk: losing positions if the migration is poorly executed.

Some SEOs think that a reverse proxy allows you to “test” the new structure without changing public URLs. This is a mistake. Google detects these configurations and may take time to understand which version to index. It’s better to migrate straightforwardly and let the 301s do their job of transferring signals.

  • Prioritize 301 redirects for any subdomain to subfolder migration
  • Avoid reverse proxies unless you have a perfect grasp of Nginx, Apache, or Cloudflare Workers and their SEO implications
  • Monitor server logs to verify that the 301s are being served and followed by Googlebot
  • Test the migration on a sample of URLs before switching everything at once
  • Prepare for a quick rollback in case the redirects generate 404 errors or loops

SEO Expert opinion

Is this recommendation consistent with observed practices on the ground?

Absolutely. Successful migrations I've followed in recent years have all relied on simple and well-documented 301 redirects. Teams that attempted reverse proxy configurations have consistently encountered canonicalization issues, content duplication, or incomplete PageRank transfer.

Google has also always been transparent about this: it prefers explicit signals to opaque configurations. A 301 is a clear message. A reverse proxy is a gray area where the engine must guess intent. And when Google guesses, it sometimes gets it wrong — at your expense.

In what cases could a reverse proxy still be justified?

Let's be honest: there are situations where a reverse proxy makes sense. For example, if you have a legacy system that cannot be migrated quickly and need to serve content from multiple backends. Or if you are building a microservices architecture with technical constraints beyond your control.

But these cases are rare in pure SEO. Even in these scenarios, the technical team must master HTTP headers (X-Forwarded-For, X-Robots-Tag), status codes, and cache management. [To be verified] that your configuration does not create duplicate content or invisible redirect loops for you but visible for Googlebot.

What nuances should be added to this statement?

Mueller does not say that reverse proxies are banned or penalized. He says they are less reliable and more complex to operate. It’s a pragmatic recommendation, not an absolute rule. If you have a DevOps team that fully understands the SEO implications of a reverse proxy, you can technically do it.

The real issue is that most teams underestimate complexity. They configure an Nginx or a Cloudflare Worker without testing the behavior with Googlebot, without checking headers, and without monitoring logs. The result: weeks of lost traffic, collapsing positions, and an emergency rollback. 301s avoid this kind of drama.

Attention: If you're already using a reverse proxy in production, immediately audit the HTTP headers, status codes, and canonicalization. Check in Google Search Console that the served URLs match the indexed URLs. A misalignment can silently kill your traffic.

Practical impact and recommendations

What concrete steps should you take to migrate a subdomain to a subfolder?

First, map all the URLs of the old subdomain to their equivalent in the subfolder. A CSV file or a Python script is sufficient. The goal: zero orphan URLs, zero 404s after migration. Each old URL should point to a specific and relevant destination.

Next, set up 301 redirects at the server level — in the .htaccess (Apache), in the Nginx config file, or via your CDN (Cloudflare, Fastly). Test each redirect with curl or a tool like Screaming Frog. Verify that the returned code is indeed a 301, not a 302 or 307.

What mistakes should absolutely be avoided during this migration?

Never launch a migration on a Friday night. Also, don’t migrate during peak traffic periods (Black Friday, sales, product launches). Choose a maintenance window where you can monitor server errors in real-time, Googlebot logs, and traffic metrics.

Avoid redirect chains: blog.example.com → example.com/old-blog/ → example.com/blog/. Each jump adds latency and dilutes ranking signals. Redirect directly from the old URL to the new, in one step. Google transfers PageRank better over direct 301s.

How can you verify that the migration went smoothly?

Monitor Google Search Console: the Coverage tab should show that the old URLs are marked as redirected, and the new ones gradually indexed. If you see spikes of 404 errors or URLs marked as “Detected, currently not indexed,” dig deep immediately.

Compare the organic traffic before/after over a minimum 4-week window. A drop of 10-15% in the first few days is normal (while Google reindexes), but beyond 3 weeks, if traffic does not pick up, there is a configuration problem. Also, check your positions on priority keywords with a rank tracking tool.

  • Map all the URLs from the old subdomain to the subfolder
  • Set up 301 redirects at the server level (not in JavaScript)
  • Test each redirect with curl or Screaming Frog before going live
  • Monitor Google Search Console and server logs for a minimum of 4 weeks
  • Prepare for a quick rollback in case of a sudden traffic drop
  • Document the migration for future technical teams
A migration from a subdomain to a subfolder relies on well-configured and tested 301 redirects. Avoid complex solutions like reverse proxies unless your technical team masters them perfectly. Monitor metrics closely for at least a month. If you lack internal resources or if the business stakes are critical, engaging a specialized SEO agency can secure the operation and avoid costly traffic and ranking errors.

❓ Frequently Asked Questions

Une redirection 301 transfère-t-elle 100% du PageRank vers la nouvelle URL ?
Google a confirmé qu'une redirection 301 transfère la quasi-totalité du PageRank, sans perte significative. Le transfert n'est pas instantané mais se fait au fil des crawls successifs.
Combien de temps faut-il maintenir les redirections 301 après une migration ?
Au minimum un an, idéalement de manière permanente. Google peut mettre plusieurs mois à réindexer complètement les nouvelles URLs et à mettre à jour tous ses index. Supprimer les 301 trop tôt fait perdre du trafic.
Peut-on utiliser des redirections 302 temporaires pour tester une migration ?
Non. Les 302 n'indiquent pas une migration permanente et Google ne transfère pas les signaux de ranking. Utilisez toujours des 301 dès le départ, ou testez sur un échantillon réduit avec des 301.
Un reverse proxy peut-il être détecté et pénalisé par Google ?
Google ne pénalise pas directement les reverse proxy, mais ils peuvent créer des problèmes de canonicalisation, de duplication, ou de latence qui impactent le ranking. Mieux vaut éviter si vous n'avez pas l'expertise technique nécessaire.
Faut-il soumettre un nouveau sitemap XML après la migration ?
Oui, soumettez un sitemap contenant uniquement les nouvelles URLs du sous-dossier. Supprimez ou marquez comme obsolète l'ancien sitemap du sous-domaine pour éviter toute confusion dans Search Console.
🏷 Related Topics
Content AI & SEO JavaScript & Technical SEO Domain Name Pagination & Structure Redirects

🎥 From the same video 52

Other SEO insights extracted from this same Google Search Central video · duration 55 min · published on 24/07/2020

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