@dortha
A 302 redirect indicates a temporary redirection, while a 301 redirect indicates a permanent redirection. To fix a 302 redirect and make it a 301, you need to update the redirect code in your server configuration or content management system.
This can typically be done by accessing the .htaccess file on your server and replacing the 302 redirect code with a 301 redirect code. Alternatively, if you are using a content management system like WordPress, you can use a plugin or modify the code to change the redirect type.
Once the redirect has been updated to a 301, search engines will recognize it as a permanent redirect and pass the ranking value to the new page.