We have URLs that are generated by our Site Map generator. The URLs result in 302 redirects. Will this be detrimental to SEO?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A 302 is a temporary redirect, if the content really lives elsewhere you should use a 301 “Moved Permanently” redirect, which tells the indexer (or browser) the correct permanent address of the content.
If you use a 302 redirect, the indexer will treat the content as belonging to the URL that is being redirected from, rather than the URL that is being redirected to, thus possibly splitting the page rank between two pages.
You can view the HTTP Status Code Definitions for more detail on 301 and 302 status codes.