September 5, 2025
307 redirection
Auteur:
Daan Coenen
September 5, 2025
Auteur:
Daan Coenen
A 307 redirect is an HTTP status code that indicates that a page or URL has been temporarily moved to a different location. The special thing about the 307 redirect is that it was introduced in HTTP 1.1 as the more modern replacement for the 302 redirect. While a 302 can sometimes be confusing because it can change the request method (for example, GET or POST), a 307 guarantees that the original method is retained.
In practice, 302 and 307 are both temporary redirects, but there is one important difference:
This makes hardly any difference for users, but technically, a 307 redirect makes the process more reliable and consistent.
A 307 redirect is useful when you want to temporarily move a page but want to make sure that the request method is maintained. Examples include:
For SEO, a 307 redirect works largely the same as a 302. Google and other search engines see it as a temporary move: the old URL remains in the index and the new one does not receive a full transfer of link value.
This means that a 307 redirect works great for short periods of time, but is not suitable for permanent changes. When making structural changes to your site, you should always opt for a 301 (permanent) or a 308 redirect (permanent while maintaining the method).
As an SEO specialist, I recommend using a 307 redirect only when you are sure that the change is temporary. Keep the period short so that search engines don't get confused about which page is the βrealβ version. In addition, check regularly in Google Search Console to make sure that the old URLs remain in the index, as this is what temporary redirects are supposed to do.
The 307 does not stand alone. He is part of the HTTP redirects family:
A 307 redirect is a modern, temporary redirect that works more reliably than a 302 because it maintains the original HTTP method. For SEO, the effect is the same as a 302: the old URL remains in the index and no complete transfer of authority takes place. Therefore, only use a 307 for temporary situations and always choose a 301 or 308 for permanent changes.
Krijg direct inzicht in de SEO kansen voor jou website.