stands for a temporary . It signals that content is only temporarily available at a different URL and that the original URL should generally remain.

The distinction from 301 matters:

  • 301 = , the original URL is permanently replaced,
  • 302 = temporary redirect, the original URL remains the actual version.

A 302 is suitable, for example, for short-term redirects during maintenance or for time-limited promotions. If a URL is to be replaced permanently, the 301 is the right choice because it transfers the signals to the target URL more clearly. Like 301 URLs, 302 URLs do not belong in the , which should contain only 200 URLs.