Normally the best practice for 301/302 (permanent/temporary) redirects are through your web server. However, you can only do this if you own your own domain. So what happens when you’re using a free webpage service such as Blogger, Wordpress and Typepad, and you want to do 301 redirects to your new website?
If you’re thinking of doing Javascript redirects, this isn’t highly recommended as Google and Yahoo web crawlers won’t be able to follow the redirects, which will affect the destination’s ranking and indexing.
Although not the best, your next best bet is using the meta refresh tag to do your redirections. It seems that Google recognises meta redirects and Googlebot should be able to crawl to the new page, according to Google’s Webmaster Help Center.
Yahoo’s Search Help also seems to recognise meta redirects and the crawler will be able to follow the redirects.
It appears that a meta refresh delay of 0 or 1 second will be considered as a 301 redirect and anything longer is considered a 302.
I will try to post a javascript solution that will be able to handle redirects from your old website to appropriate pages of your new website this weekend.






















November 17th, 2008 at 3:13 pm
Thanks I was worried about use of meta 301, i’ve read your javascript code to redirect it’s fine. my problem is that i want to redirect a full blogger blog to another blogger blog, do think this is posible? do know how to do it?
PD:excuseme I can read but i can’t write in english good(I’m from Spain)
November 17th, 2008 at 3:15 pm
I forgot to say that i have my own domains for both blogs, I just Want to redirect the old one tu the new one.
November 23rd, 2008 at 8:38 am
I’m sure it’s possible to do a blogger to blogger migration. If I have time, I’ll look into it. Should be pretty simple.