Add to cart redirect using 302
-
I am getting a list of crawl errors in Moz because I am using a 302 redirect when people click on an item using the quickview add to cart eg:http://copyfaxes.com/cart/quickadd?partno=4061 will redirect them to the viewshoppingcart page. Is this wrong should this be a 301 redirect? There is no link juice to pass.
Thanks
-
Sounds like it should be a 301. 302s should be used when the redirect is temporary. I'm assuming the way you're using it is permanent, hence it should be a 301.
-
I think in this case you're fine using a 302 since you don't need to pass any pagerank onto the shopping cart. It can be considered a "temporary" redirect in some ways because you're redirecting the user to their own shopping cart, which changes for each user.