One of my websites is currently down. I want to do a temporary redirect (302) to a related section on a partner site. I don't think there will be any seo ramifications because it is only for a day or two...anyone know how to do this? redirect 302 / www .newsite. com
I have done something similiar, you rankings might drop a bit while at the redirect, but once you sites is back to normal and the redirect removed, as soon as it gets crawled and indexed (the old site) you go back to where you where. A tleast when I did it
Isn't it required that the OLD site (the one that is down and who's indexed pages you want to redirect) need to be UP, so you can redirect those pages with .htaccess rules? Just curious, because it makes no sense how it could be possible to redirect indexed or even non indexed pages of a website that is not online. You could host your domain (the one that is down) and if you have cPanel (or if you don't have cPanel then simply write your .htaccess for that domain), you could point every single URL to redirect to a specific page of your site. This is the only way i know how that can be done.