Redirect Blogger/Blogspot blog to another blog or website

Let say you are moving from an old blog to another blog/website. And you want to redirect the visitors from your old blog to the new one. Here it is a simple way to do it. Just add a meta tag and that’s all.

Go to Edit HTML page and search for <head> tag and paste this code below right after the <head> tag.

<meta HTTP-EQUIV=”REFRESH” content=”0; url=http://your_new_url_here/”>

“content” = number of seconds to wait before redirect and default setting is 0.

Save the template!

2 Replies to “Redirect Blogger/Blogspot blog to another blog or website”

Leave a Reply

Your email address will not be published. Required fields are marked *

CommentLuv badge

This site uses Akismet to reduce spam. Learn how your comment data is processed.