From a programmatic point of view which is better 302 or 307 for the following? I am going to test two different urls for the same content. One URL is already indexed and I would like it to remain indexed by search engines while the other I would like temporary and not to be indexed since its purpose is to test new programming for a short period of days not weeks. Is there a different approach that should be taken to do this type of testing?
Thank you stackoverflow friends,