Digital marketing term
302 Redirect
A 302 Redirect is an HTTP status code that tells browsers and search engines a page has moved temporarily, without transferring its SEO signals.
Detailed explanation
A 302 Redirect is an HTTP response status code that indicates a page has been moved temporarily to a different URL. When a browser or crawler requests the original URL, the server responds with a 302 status and a new location, and the visitor is sent to that new page — but the original URL is expected to be restored and used again in the future.
The key distinction from a 301 (permanent) redirect is how search engines treat it: a 302 tells search engines to keep indexing the original URL and not to consolidate ranking signals onto the destination, since the move is meant to be short-lived. This makes 302s appropriate for use cases like A/B testing, temporary maintenance pages, geo-based redirects, or short-term promotional URLs — situations where the original URL still matters and should keep its equity.
A common and costly SEO mistake is using a 302 for what is actually a permanent change, such as a site migration or a URL structure overhaul. In that scenario, a 301 is the correct choice, because a 302 left in place for a permanent move can prevent link equity and rankings from properly transferring to the new URL.
Frequently asked questions
- What is a 302 Redirect?
- An HTTP status code that signals a page has moved temporarily to a new URL, while the original URL is expected to return to use later.
- What is the difference between a 302 and a 301 redirect?
- A 301 signals a permanent move and passes ranking signals to the new URL; a 302 signals a temporary move and search engines keep indexing the original URL.
- When should you use a 302 instead of a 301?
- Use a 302 for genuinely short-term changes — A/B tests, maintenance pages, or seasonal redirects — where the original URL will be used again soon.
Related terms
Internal links for the topic cluster — read these concepts together.
- SEOSEO (Search Engine Optimization) is the set of technical and content practices that help a website rank more visibly in organic search results.
- On-Page SEOOn-Page SEO: On-page search engine optimization. This digigund glossary entry explains how the term is used in digital marketing.
- Off-Page SEOOff-Page SEO: Off-page search engine optimization. This digigund glossary entry explains how the term is used in digital marketing.
- SERPSERP (Search Engine Results Page) is the page of results a search engine shows after a user enters a query.
