I have a multilanguage website Built on OctoberCMS and I have added translate component like this on layout.
[localePicker]
forceUrl = 1
Now it is redirecting with 302 status code. so I want to know is it correct way of redirecting for SEO purpose because I read that 301(permanent redirect) must be used for better seo ranking and 302(temporary redirect) should be avoided if possible.
Please help me into that
Thanks