Sunday, June 15, 2014

How To Redirect Blogger URL



Blogger is a free blog-publishing service hosted by Google and if you're having a web blog using blogger and you want to redirect your current blog to other blog or website url, you can simply copy a line of code below and paste into the blog template after the <head> tag.

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>
content="0 : 0 is the duration in second before the code start redirect. If you want the blog redirect after 30 seconds, change it to 30.
http://yournewurl.com : change it with the url you want to redirect to. example http://www.google.com

Howto:
- Log in to your blog -> Click on Template -> Edit HTML

- Paste the code after the <head> tag: