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

A 302 redirect does not negatively affect rankings like a 301 redirect does, as it does not indicate a permanent URL change. This plays an important role in the context of temporary redirects.
5:23
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h01 💬 EN 📅 15/11/2019 ✂ 9 statements
Watch on YouTube (5:23) →
Other statements from this video 8
  1. 2:03 L'indexation mobile-first change-t-elle vraiment la donne pour le ranking desktop ?
  2. 12:10 Faut-il vraiment abandonner l'infinite scroll pour améliorer son indexation ?
  3. 17:36 Pourquoi vos images ne peuvent-elles pas être indexées sans page de destination ?
  4. 28:06 Faut-il vraiment garder les redirections 301 pendant un an minimum ?
  5. 39:48 Googlebot clique-t-il vraiment sur vos boutons pour indexer le contenu dynamique ?
  6. 47:18 Les erreurs 404 temporaires impactent-elles vraiment le positionnement SEO ?
  7. 52:12 Les caractères accentués dans les URLs sont-ils vraiment traités comme des synonymes par Google ?
  8. 73:17 L'architecture en répertoires influence-t-elle vraiment le crawl budget de Google ?
📅
Official statement from (6 years ago)
TL;DR

John Mueller states that a 302 redirect does not negatively impact rankings unlike a 301, as it does not signal a permanent change. In practice, this means that the choice of redirect code should be based on the actual intent (temporary vs permanent) rather than on fabricated SEO considerations. This statement overturns the widely held belief that only the 301 is 'SEO-friendly.'

What you need to understand

Why does this statement challenge a well-entrenched belief?

For years, 301 redirects have been regarded as the only SEO-acceptable option for moving content. The 302 was seen as a technical mistake or even a heresy capable of destroying a page's ranking. This belief was based on an outdated technical reality: back then, Google did not actually transfer PageRank through temporary redirects.

However, Google changed its algorithm several years ago, and now treats 302 redirects almost like 301s in terms of signal transmission. John Mueller confirms what some SEO professionals have long observed in the field: the choice between 302 and 301 no longer has a direct impact on rankings, contrary to what the initial assertion suggests (which contains confusion in its formulation, by the way).

What does 'does not negatively affect rankings' really mean?

Mueller's statement is misleading if read literally. In reality, neither 302 nor 301 directly penalizes rankings. What matters is that the redirect is properly implemented and that the destination URL is relevant.

The real difference between these two codes lies in the interpretation of intent: a 301 tells Google 'this page has moved permanently, forget the old URL,' while a 302 signals 'this page is temporarily elsewhere, keep the original URL in mind.' In the long term, if you use a 302 for a permanent move, Google will eventually understand the situation and treat your redirect as a 301 — but you will have created unnecessary ambiguity.

In what concrete cases should you use a 302 instead of a 301?

A 302 redirect is relevant for A/B testing, when you want to temporarily send part of the traffic to a variant of the page without permanently abandoning the original URL. It is also used during technical maintenance, seasonal closures, or temporary content moves.

On the other hand, if you are migrating your site to a new domain, permanently restructuring your URLs, or permanently removing a page in favor of another, a 301 is still the right choice. Not for ranking reasons, but because it accurately reflects your intent — and Google fully understands that.

  • 302s do not penalize rankings — it's an outdated belief that no longer corresponds to Google's technical reality.
  • The choice between 302 and 301 should reflect your real intent (temporary vs permanent), not a fabricated SEO strategy.
  • Google has been transferring PageRank via 302s for several years, just as it does with 301s.
  • A 302 that is maintained too long will be interpreted as a 301, creating ambiguity in the index.
  • Use a 302 for A/B testing, maintenance, or seasonal moves — never for a permanent migration.

SEO Expert opinion

Is this statement consistent with field observations?

Yes, generally speaking. Tests conducted by multiple SEOs over the past few years confirm that 302s do transfer PageRank, contrary to what technical guides claimed ten years ago. We observe that sites that have used 302s for temporary migrations (staging redesigns, content tests) have not experienced significant ranking drops.

However, Mueller's wording remains awkward. Saying that a 302 'does not negatively affect rankings like a 301 does' suggests that a 301 would penalize — which is false. Both redirect codes, when correctly implemented, do not degrade rankings by themselves. The real risk occurs when the wrong code is used for the wrong intent, creating confusion in Google's interpretation. [To verify]: how long exactly can a 302 remain active before Google reinterprets it as a 301? There is no official data on this.

What are the real risks of improper use?

The main problem is the ambiguity created by a 302 maintained indefinitely. If you redirect your old domain to a new one with a 302, Google will hesitate: should it keep the old URL in the index? Transfer all signals to the new one? Wait for you to correct your mistake?

During this period of uncertainty, you risk ranking fluctuations, inconsistent indexing, or dilution of your signals. It is not the 302 that penalizes in itself — it is the inconsistency between your technical intent and what Google understands about your strategy. Conversely, using a 301 for an A/B test would be like asking Google to permanently de-index your original URL, which is obviously undesirable.

Should you audit all existing 302 redirects on a site?

Absolutely. Many sites have inherited historical 302s set up 'just in case', often by developers unfamiliar with SEO. These forgotten temporary redirects, in place for months or even years, continue to signal to Google a temporary intent that no longer exists.

A quick audit with Screaming Frog or a server log export allows you to identify these obsolete 302s and convert them to 301s when the move is permanent. This cleaning will not miraculously boost your rankings, but it will clarify your site's structure to Google — and that is rarely time wasted.

Warning: never change an active redirect without checking the potential impact on traffic. A 302 that leads to a test page or a seasonal variant should remain a 302 until you decide on the definitive orientation.

Practical impact and recommendations

How to audit and correct existing 302 redirects?

Run a complete crawl of your site with Screaming Frog, OnCrawl, or your preferred tool. Filter for HTTP 302 responses and export the complete list with source and destination URLs. For each redirect, ask yourself: is this redirect truly temporary, or has the content been permanently moved?

If the answer is 'definitive', convert the 302 to a 301 via your .htaccess file, your nginx.conf, or your redirect manager. If the answer is 'temporary but it's been 18 months', it is likely that Google has already interpreted it as permanent — so you might as well formalize the situation with a 301. Document each change to prevent reintroducing errors during future migrations.

What strategy should you adopt during a site migration?

For a definitive migration (new domain, URL restructuring, complete redesign), use only 301 redirects. No exceptions. Even if you 'are not 100% sure', the act of launching a public migration already signals a permanent intent.

Prepare a precise mapping of your old URLs to the new ones, test the redirects in pre-production, and check in the Search Console that Google is indeed starting to index the new URLs while gradually de-indexing the old ones. If you are using 302s 'out of caution', you will create uncertainty — exactly what you should avoid during a migration.

When to use a 302 strategically?

Server-side A/B testing is the classic use case: you want to send 50% of your traffic to a variant of a page without Google considering it a permanent replacement for the original. A 302 is perfect here, as long as it is removed as soon as the test is over.

Similarly, a seasonal closure, a maintenance page, or a temporary content move (for example, redirecting to an event landing page for a month) justify a 302. In these cases, you want Google to keep the original URL in memory to return naturally once the situation normalizes.

  • Audit all existing 302 redirects and verify their legitimacy (temporary vs permanent)
  • Convert to 301 all 302s redirecting to permanently moved content
  • Use exclusively 301s during domain migrations, structural redesigns, or page removals
  • Reserve 302s for A/B tests, maintenance pages, or limited-time seasonal redirects
  • Document each redirect to avoid confusion during future audits or migrations
  • Check in the Search Console that Google is indexing the destination URLs and de-indexing the sources in 301
In summary: the choice between 302 and 301 is no longer based on ranking considerations, but on the real intent behind the redirect. A well-used 302 will never penalize your SEO — but a misplaced 302 will create ambiguity and slow down Google’s understanding of your structure. If you manage a significant number of redirects or a complex migration, these optimizations can quickly become a technical headache. In this case, consulting with a specialized SEO agency can help secure the transition and avoid costly visibility errors.

❓ Frequently Asked Questions

Une 302 transfère-t-elle le PageRank comme une 301 ?
Oui. Depuis plusieurs années, Google traite les redirections 302 et 301 de manière similaire en termes de transfert de PageRank et de signaux SEO. La différence réside uniquement dans l'interprétation de l'intention.
Combien de temps peut-on laisser une redirection 302 en place ?
Il n'y a pas de durée maximale officielle. Cependant, si une 302 reste active plusieurs mois ou années, Google peut finir par l'interpréter comme permanente et la traiter comme une 301.
Faut-il remplacer toutes mes 302 par des 301 ?
Non. Garde les 302 quand la redirection est réellement temporaire (test A/B, maintenance, saisonnalité). Change en 301 uniquement si le déplacement est définitif. Le code doit refléter ton intention.
Les 302 sont-elles indexées par Google ?
Les 302 ne sont pas indexées en tant que telles — Google indexe l'URL de destination si la redirection persiste. Mais si la 302 est vraiment temporaire, Google peut conserver l'URL source dans son index.
Une 302 peut-elle causer des problèmes de duplicate content ?
Pas directement. Google comprend qu'il s'agit d'une redirection. Le risque de duplication survient plutôt quand une 302 reste active alors qu'elle devrait être une 301, créant une ambiguïté dans l'index.
🏷 Related Topics
Content AI & SEO Domain Name Redirects

🎥 From the same video 8

Other SEO insights extracted from this same Google Search Central video · duration 1h01 · published on 15/11/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.