How to Automatically Redirect Blogger Blog to another Blog or Website

Here we will share three different codes that automatically redirect Blogger blog to another blog or URL and each code does different tasks.How to Automatically Redirect Blogger Blog to another Blog or Website


Let’s say you want to redirect your complete Blogger blog to another page or URL. That is redirecting your homepage, posts page, archives page and all other URL in your blog to another specified external website. You have to use this if you just moved to new domain. To do this you are going to make changes to your template file. So before you mess up with the codes it’s recommended that you backup your template first.
  1. Login to your Blogger dashboard
  2. Go to template and click edit HTML
  3. Now you can see template codes. Press CTRL + f and then find <head>
  4. Now add the following code below head tag like you see in the image below.
Techetarian
techetarian.blogspot.com



COPY THE CODE FROM BELOW


In the above code change http://techetarian.blogspot.com which is the destination URL. Now all your pages from the blog will be redirected to destination URL

Now we will see another piece of code that redirects particular blog URL to another blog or website. If you wish not to redirect the whole blog then you have to make use of this code. Also you can use this for redirecting user from a particular page to another external website for promotional purpose.
To do this just paste the following code below head tag and change the from URL that is http://techetarian.blogspot.com and Destination URL
The above code just redirects user from the specified BlogSpot URL to another website or URL.
Here is one more code which redirects you after a wait of 5 seconds ( You can increase the time period )

This is the code, just copy and paste below the head tag in your template file. In the above code 5 is the set time where users will redirected to http://techetarian.blogspot.com/ in 5 seconds after landing.