301 Meta Refresh Redirects: How Google and Yahoo Sees It
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.
Related Posts
- Limitations of Client-Side Javascript Redirect – Blogger to Wordpress
- How to 301 redirect from Blogger to Wordpress
- Read Google Analytics Cookie Script
- Geo Targeting / Localisation on Google Bing Yahoo
- Google Analytics: Does 301/302 Redirect Preserve Referrer Information?
Tags: 301/302 redirects, google, javascript, meta refresh, seo, yahoo
Search dannytalk
Twitter Updates
Recent Comments
- Just want to say thanks to Danny for his tips in taking GA IQ. It... »
- Thanks for the article Danny! Excuse my ignorance but what does i... »
- Bill I have the exact same problem now on the E71. Browsing throu... »
- Hey Danny, the blogger blog not hosted with godaddy just the doma... »
- Dude- awesome. Im about to jump in and I think Ill review some o... »
Categories
Tags
3 network 301/302 redirects advanced filters air asia apple ato birthday blogger cars church cityrail economy facebook fishing food google google adwords Google Analytics google analytics individual qualification hillsongs honda howto iPhone iPod javascript linkedin lyrics Malaysia melbourne meta refresh optus petrol prices regular expressions sabah search engine crawlers search engines seo tax tax bonus payment telstra tutorial vacation vodafone wordpress yahoo






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)
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.
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.
Hi i recently changed my blogspot address to another blogspt adress..is it against google tos to use the following code
to redirect the person visiting my old address to the new one?
I haven’t read through Google’s TOS for Blogger but I would imagine that if you’re doing it for a genuine site migration and not for malicious reasons, then it would be deemed ok. Site migrations are pretty normal on the Internet.
[...] 301 meta refresh redirects [...]