So, in 2010, Matt Cutts at Google showed in an interview , as well as the follow-up email after the interview, that Google would subtract page rank if you use 301 redirects from HTTP domain status to domain. In other words, if you have example.com and buy example.com, which redirects HTTP status 301 to the .com examples, Google acknowledged that they usually subtract the PR for this.
Good, so that remains the status of HTTP 302 and status 307 of HTTP redirects. They say on wikipedia that 307 is a new way, and that the status of HTTP 302 was a โbastardโ and not quite the right way to do a redirect. Problem: most browsers because IE6 supports HTTP status 307? See, I no longer have IE6 browser for testing.
So the question is: if we need to start using the 307 HTTP status redirection, will it work in browsers released with IE6, as well as in IE6 browser?
source share