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 relocating a site, it's recommended to redirect each URL individually, rather than using a redirect to the homepage. This helps preserve the relevance and ranking of the pages.
1:36
🎥 Source video

Extracted from a Google Search Central video

⏱ 56:44 💬 EN 📅 13/06/2019 ✂ 11 statements
Watch on YouTube (1:36) →
Other statements from this video 10
  1. 2:39 Pourquoi l'outil de changement d'adresse bloque-t-il les URL avec paramètres ?
  2. 5:21 Faut-il indexer toutes les variations de produit ou canoniser vers la page principale ?
  3. 10:45 Les pages en noindex peuvent-elles encore transmettre du PageRank et améliorer le crawl ?
  4. 14:29 Le contenu masqué dans les menus mobiles est-il vraiment pris en compte pour le SEO ?
  5. 21:31 Les contenus uniques offrent-ils vraiment un avantage SEO mesurable ?
  6. 28:45 Faut-il vraiment recycler la même URL pour vos contenus saisonniers annuels ?
  7. 31:06 Faut-il dupliquer vos images pour chaque version linguistique de votre site ?
  8. 48:52 Google utilise-t-il vraiment des critères de classement différents entre mobile et desktop ?
  9. 74:00 Hreflang sans contenu différencié : pourquoi Google ne garantit-il pas l'affichage distinct des versions ?
  10. 78:40 Faut-il vraiment varier les orthographes d'un mot-clé pour éviter la pénalité bourrage ?
📅
Official statement from (6 years ago)
TL;DR

Google recommends redirecting each URL to its specific new destination rather than sending all traffic to the homepage. This approach preserves rankings and relevance in the index. A poorly executed move can drop your visibility for months—individual redirects are the only safe strategy to limit damage.

What you need to understand

Why does Google emphasize individual redirects?

When a site relocates—changing domains, structural redesign, HTTPS migration—Google needs to understand where each old URL leads. A redirect to the homepage sends a vague signal: has the content disappeared? Has it been moved? The search engine cannot guess.

1:1 redirects maintain thematic consistency between the old page and the new one. Google then transfers PageRank, relevance signals, and ranking history to the correct destination. It's the difference between keeping your positions or starting from scratch.

What happens if everything redirects to the homepage?

Google treats these redirects as soft 404s—pages that technically exist but whose content no longer matches the original search intent. The engine eventually de-indexes the old URLs without transferring their authority. Result: your ranking pages disappear from the index.

Users land on a generic homepage when they were searching for specific content. The bounce rate skyrockets, time on site plummets—disastrous behavioral signals that further degrade your ranking. It's a vicious cycle.

Does this rule apply to all types of migrations?

Yes, without exception. Whether you're changing domain names, switching to HTTPS, restructuring your architecture, or migrating to a new platform—the rule remains the same. Each indexed URL that changes address must point to its exact equivalent on the new site.

The only case where a redirect to the homepage is acceptable: when the page is genuinely removed without an equivalent. Even then, a 410 Gone or 404 response may be more honest than a misleading redirect. Google prefers transparency.

  • Individual 301 redirects: they transfer PageRank and relevance signals to the corresponding new URL
  • Group redirects to the homepage: treated as soft 404s, they lead to a gradual loss of ranking and organic traffic
  • Propagation delay: Google can take several weeks to recrawl all your redirects—a rigorous mapping is essential
  • Thematic consistency: the old page and its new destination should cover the same topic to avoid contradictory signals
  • Post-migration monitoring: monitor 404 errors, traffic drops, and ranking variations to quickly fix any missing redirects

SEO Expert opinion

Is this recommendation truly applied in practice?

In theory, everyone agrees. In practice? Shoddy migrations are common. Many sites redirect 80% of their URLs to the homepage out of laziness or technical ignorance. They observe a traffic drop of 30 to 60% in the following months and then panic.

The cases where I've seen successful migrations without notable loss all had one thing in common: comprehensive URL mapping before the move, tested in preproduction, with daily server log monitoring for 3 months. It's not glamorous, but it works.

What nuances should be added to this absolute rule?

Google never specifies how long redirects should remain active. The standard response is “at least a year,” but on high-authority sites, I’ve observed complete transfers in 2-3 months. On weaker sites, it can take 6 months. [To be verified] according to your crawl profile.

Another point: Are all URLs worth redirecting? If you have 50,000 pages, and 45,000 generate no traffic and have no backlinks, redirecting each one individually is fetishism. Focus on the pages that matter—those with traffic, backlinks, or rankings on strategic queries.

In what cases can this rule be relaxed?

Never for strategic pages. But for outdated content, empty categories, or purely technical pages without SEO value, a clean deletion (404 or 410) may be healthier than an artificial redirect. Google will appreciate honesty.

Chained redirects (A → B → C) are a classic trap during successive migrations. Google only follows up to 5 hops before giving up. Result: your PageRank dilutes at each step. Audit your previous migrations and flatten the chains—make A point directly to C.

Warning: JavaScript or meta refresh redirects do NOT transfer PageRank the same way a server-side 301 does. If your platform only allows JS, you’re in a technical deadlock—you’ll need to migrate to an environment that handles native HTTP redirects.

Practical impact and recommendations

What should be done concretely before moving a site?

Establish comprehensive mapping: export all indexed URLs via Google Search Console, cross-reference with your XML sitemap and server logs. Identify each page that generates traffic or has backlinks. Create an Excel file with 3 columns: old URL, new URL, HTTP code (301 in 99% of cases).

Test this mapping in preproduction. Ensure that each redirect points to a functional page (not a hidden 404). Use Screaming Frog or OnCrawl to crawl your test environment and spot chained redirects, infinite loops, or configuration errors.

What mistakes should definitely be avoided when going live?

NEVER deploy a migration on a Friday night. Schedule the move at the beginning of the week so you can monitor in real time. The first 48 hours are critical—that's when you detect server configuration problems, poorly written .htaccess rules, or CDNs that cache old versions.

Avoid the trap of “we'll see how it goes.” Prepare a rollback plan: complete backup, ability to restore the old site in under an hour if the new one crashes. I've seen migrations where the new site was inaccessible for 12 hours—Google completely de-indexed the domain.

How can you verify that the migration is going well?

Monitor the Search Console like a hawk. Check for exploding 404 errors, valid pages dropping, impressions plummeting. Compare organic traffic week by week—a drop of 10-15% is temporarily normal, but beyond 25% there’s a structural issue.

Analyze your server logs to confirm that Googlebot is crawling the new URLs. If the bot is stuck on the old addresses or not following your redirects, that's an alarm signal. Force a recrawl via the Indexing API for priority pages.

  • Export all indexed URLs and those with backlinks before migration
  • Create a 1:1 mapping between old and new URLs, without exception for strategic pages
  • Implement server-side 301 redirects (Apache, Nginx, IIS)—never in JavaScript or meta refresh
  • Test the mapping in preproduction with a crawler to detect chains, loops, and errors
  • Monitor Search Console, Analytics, and server logs daily for at least 90 days
  • Keep redirects active for at least 12 months to ensure complete PageRank transfer
A successful site migration relies on careful preparation and rigorous monitoring. Individual redirects are non-negotiable—it's the only method that preserves your SEO capital. If this workload seems overwhelming or if you lack the technical expertise to manage server aspects, considering the support of a specialized SEO agency may be wise. A prior audit and professional oversight drastically limit traffic drop risks and secure your investment.

❓ Frequently Asked Questions

Combien de temps faut-il maintenir les redirections 301 après une migration ?
Google recommande au minimum 12 mois. En pratique, les sites à forte autorité peuvent observer un transfert complet en 2-3 mois, tandis que des sites plus faibles nécessitent 6 mois ou plus. Conservez les redirections aussi longtemps que possible — elles ne coûtent presque rien en ressources serveur.
Peut-on rediriger plusieurs anciennes URLs vers une seule nouvelle page si les contenus sont similaires ?
Oui, si les pages fusionnent réellement. Par exemple, trois articles traitant du même sujet peuvent pointer vers un guide consolidé. Mais évitez de grouper du contenu disparate vers une page générique — Google détectera l'incohérence thématique et ne transférera pas le PageRank.
Les redirections 302 sont-elles aussi efficaces que les 301 pour transférer le PageRank ?
Techniquement, Google traite les 302 comme des 301 dans la plupart des cas de migration permanente. Mais pourquoi prendre le risque ? Les 301 envoient un signal explicite de déménagement définitif — utilisez-les systématiquement sauf si vous prévoyez réellement de revenir à l'ancienne URL.
Que faire si on découvre des redirections manquantes plusieurs semaines après la migration ?
Implémentez-les immédiatement, même tardivement. Utilisez l'API Indexing pour forcer un recrawl des anciennes URLs concernées. Surveillez la Search Console pour identifier les 404 qui génèrent encore des impressions — ce sont vos priorités de correction.
Les backlinks pointant vers les anciennes URLs perdent-ils de la valeur après une redirection 301 ?
Google affirme que les 301 transfèrent 100% du PageRank depuis plusieurs années. En pratique, certains SEO suspectent une légère déperdition, mais aucune donnée officielle ne l'étaye. Une redirection bien configurée conserve l'essentiel de la valeur — infiniment mieux qu'une 404.
🏷 Related Topics
Domain Age & History Domain Name Redirects

🎥 From the same video 10

Other SEO insights extracted from this same Google Search Central video · duration 56 min · published on 13/06/2019

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