301 vs 308 redirect

sangbuif

Registered Member
Joined
Sep 22, 2022
Messages
85
Reaction score
44
Google treats them the same, other than that, what redirect should you use to optimize your website as well as SEO
 
301 one for internal if its permanant redirect
302 for external since you don't control external page/content.
 
A 301 redirect indicates a permanent move and allows changing the HTTP method from POST to GET, while a 308 redirect also indicates a permanent move but preserves the original HTTP method.
 
302 is also good when you want to redirect temporarily
 
It all depends on your needs and how you want to redirect for your SEO gains. Well explained @OnlineProxy!
 
Use 301 redirect for most permanent page changes, only use 308 redirect for very specific technical reasons.
 
Use 301 redirect for permanent changes as it pass links equity to the new url
 
Back
Top