302
Redirection
302 Found
The resource temporarily resides under a different URI.
Description
The 302 Found status code indicates that the target resource temporarily resides under a different URI. Since the redirect might change in the future, the client should continue to use the original URI for future requests.
Unlike 301, this does not transfer SEO value permanently.
Common Causes
- Temporary maintenance page
- A/B testing different URLs
- Geo-based redirects
- Language-based redirects
Check your website's HTTP status code
Check now →