|
If they are using a 302 re-direct, then you may be penalized by Google. If the site is bieing moved or re-organized, you should be using a 301 to re-direct, and the search engines will over a couple of weeks time re-index to the new site.
If you use 302, then Google may treat it as duplicate content, or cloaking and penalize you or even drop you from its index. A 302 is intended to temporary switches, and 302 cross-domain is frequently used for page jacking and other dirty tricks that Google does not like. So you run a real risk using 302.
I have a number of 301 re-directs on my sites where I have move content to new sites, or subdomains. The only time I use a 302 is when I am doing maintenance and I need traffic directed to a temporay location while I cleanup or re-organize part of a site. I never use 302 for cross-domain re-direction, because the risk of offending Googlebot is too high.
Cd&
|