302 redirect
-
Aloha,
I do a small study of 302 redirects. I wonder if you have any examples of sites where the use of a 302 is made.
For example, to ski resorts: where there is a summer version and a winter version. In this case, the field of 302 will return the version of the relevant season.ex: http://www.valmorel.com/ >> 302 >> http://www.valmorel.com/fr/hiver/accueil-hiver.html
I wonder if the use of 302 is the right solution.
What do you think?D.
-
You want to use a 301 because 302 is only temporally. Does that make since? A case where you can use a 302 is when a site is under construction and you just redirect all traffic temporally to /under-constriction/ for maintaance or something. Not the ideal solution but to answer your question: 301 that. 301 = permanent move.