← All status codes
3xx Redirection
302 Found

The page has been temporarily moved to a different URL.

What it means

A 302 Found response indicates the resource is temporarily located at a different URL. Unlike a 301, browsers and search engines will not cache this redirect, and the original URL is expected to come back. Use this when the move is genuinely short-term.

Common causes

  • A temporary maintenance page is being shown.
  • A user is being redirected to a login page.
  • A/B testing or geographic content delivery is in use.

How to fix it

  • No action needed if the redirect is intentional.
  • If the redirect should be permanent, change it to a 301 to preserve SEO value.

Test a URL and see its actual status code now.

Open the checker →