A 302 redirect is a temporary URL redirectionThis signals to both users and search engines that a website is temporarily redirecting to a different address. The original URL remains active and retains its SEO values.
| feature | 302 redirect | 301 redirect |
|---|---|---|
| Duration | Temporarily | durable |
| SEO signals | Stick to the original URL | Go to the new URL |
| Use Cases | Tests, maintenance, campaigns | Domain migration, permanent changes |
Tip: Use 302 redirects only for temporary changes to avoid SEO problems.
Here are some typical scenarios where 302 redirects can be used effectively:
302 redirects are ideal for temporary content changes. Examples include:
Aside from these content-related adjustments, 302 redirects are also frequently used in testing.
302 redirects are essential for website testing and user experiments. They enable A/B testing or layout optimization without permanently impacting SEO rankings. Search engines recognize through these redirects that the changes are only temporary.
Besides testing, 302 redirects are also ideal for seasonal or time-limited adjustments. Typical examples include:
It is important to check these redirects regularly and remove them after the temporary phase has expired.
302 redirects affect SEO differently than permanent redirects and can cause problems if used incorrectly.
The difference between 302 and 301 redirects lies in the transfer of SEO signals. While 301 redirects transfer approximately 90–99% of the link authority to the new URL, with 302 redirects the SEO strength remains with the original URL.
| feature | 301 redirect | 302 redirect |
|---|---|---|
| Duration | durable | Temporarily |
| Link authority | Will be transferred | Stick to the original URL |
| Indexing | New URL | Original URL |
| SEO value | Go to new URL | Remains with the original. |
These differences often lead to errors when 302 redirects are used incorrectly.
Errors in the use of 302 redirects can negatively affect ranking:
To avoid such mistakes, you should consider a few important points:
Monitoring and maintenance:
Technical implementation:
Time planning:
The steps for setting up 302 redirects depend on your web server:
Apache-Server
Edit the .htaccess-file and add the following line:
Redirect 302 /alte-seite.html /neue-seite.html
Don't forget to restart the Apache server after making the change.
Nginx-Server
Edit the Nginx configuration file (usually located at ). /etc/nginx/nginx.conf) and insert this code:

Check the configuration with sudo nginx -t and then restart Nginx.
Many content management systems (CMS) offer integrated or easily accessible redirect options:
| Platform | Method | Features |
|---|---|---|
| Wordpress | Plugins like Yoast SEO Premium | Automatic redirects on slug changes |
| Shopify | Built-in forwarding function | Usable directly via the Shopify admin dashboard |
| Joomla | Extensions or .htaccess | Adjustments may be server-dependent. |
.htaccess-File.These steps will guide you through setting up 302 redirects correctly. The next section will cover the practical implementation.
Request free SEO consultation
Enter your details and we will contact you 📅

© 2012-2025, MIK Group GmbH | General Terms and Conditions | Imprint | Privacy policy