September 8, 2025
308 redirect
Auteur:
Daan Coenen
September 8, 2025
Auteur:
Daan Coenen
A 308 redirect is an HTTP status code that indicates that a page or URL has moved permanently to a new location. It is the more modern version of the well-known 301 redirect and was introduced in HTTP 2.0. The main difference is that a 308 redirect, like the 307, always maintains the original method of the request.
Where a 301 may change the method in some cases (for example, a POST that changes to a GET), the 308 guarantees that this does not happen. This makes the 308 redirect more reliable in situations where the method used is essential.
Although a 301 and a 308 are both permanent, there is a technical difference:
This difference is small for most websites, but it can be crucial to keep the original method for web shops, applications or forms.
A 308 redirect is deployed when permanent removals where you also want to keep the request method intact. Examples:
In many standard SEO scenarios, a 301 redirect is sufficient, but in more complex environments, a 308 is more reliable.
For search engines, a 308 redirect has the same value as a 301, which means that almost all of the link value, authority, and signals from the old URL are transferred to the new one. Google treats 301 and 308 equally: both are seen as permanent moves where the old URL disappears from the index and is replaced by the new one.
If you want to use a 308 redirect correctly, please note the following points:
A 308 redirect is the modern version of the 301 introduced in HTTP 2.0. It is permanent, always maintains the original method, and, like a 301, passes all SEO value to the new URL. A 301 is sufficient for most websites, but in technical environments such as web shops and APIs, a 308 can be the safer and more reliable alternative.
Krijg direct inzicht in de SEO kansen voor jou website.
.png)
Ik ben Daan Coenen, SEO-specialist en oprichter van Rank Rocket. Al meer dan zes jaar help ik bedrijven in Nederland en daarbuiten om duurzaam beter vindbaar te worden in Google, met strategie, techniek en content die Γ©cht werkt.