Skip to main content
短.be

302 Redirect

A temporary HTTP redirect indicating the resource is temporarily located at a different URL.

Jul 10, 2025 · About 1 min read

Redirect

A 302 redirect is an HTTP status code indicating that a resource has been temporarily moved to a different URL. Unlike a 301, a 302 tells browsers and search engines that the original URL is still valid and should be used for future requests. The redirect is treated as a temporary detour rather than a permanent change.

In URL shortening, 302 redirects are commonly used because they allow the shortening service to maintain control over the redirect and accurately track every click. Since browsers do not cache 302 redirects as aggressively as 301s, each visit to the short URL passes through the shortening service's servers, enabling real-time analytics. Web analytics books on Amazon discuss tracking methodologies.

The SEO implications of 302 redirects differ from 301s. A 302 does not pass link equity to the destination URL, which means the short URL itself may accumulate ranking signals rather than the destination. For most URL shortening use cases, this distinction is irrelevant because short URLs are not intended to rank in search results.

Historically, there was confusion about the semantics of 302 redirects. The HTTP/1.0 specification defined 302 as a generic temporary redirect, but implementations varied. HTTP/1.1 introduced 303 and 307 to clarify the intended behavior, though 302 remains widely used. HTTP protocol books on Amazon explain the evolution.

Share on XHatena

Was this article helpful?

Related Terms

Related Articles

FAQ

Why do URL shortening services use 302 redirects?
302 indicates a temporary redirect, so search engines index the original URL rather than the short URL. It also allows the short URL to continue serving as a click-tracking intermediary.
Do 302 redirects negatively affect SEO?
Not when used appropriately. However, using 302 for permanent URL changes may cause search engines to continue indexing the old URL.

Ready to create a short URL?

Shorten a URL for Free