If you wanted to redirect your Blogspot to another Blogspot or website, then, you can easily do the thing by just adding a simple Meta tag. And For this tutorial I will show how to do it. Without further ado, let's start.


Requirements:
✅ 2 demo Blogspots, if you do not have yet it, create first. This is for Blogspot to Blogspot redirect.
✅ A website link. This is for Blogspot to another Website redirect.

How to redirect Blogspot to another Blogspot/Website


Blogspot to Blogspot Redirect

👉 Go to Blogger > Theme > Customize > Edit HTML. Edit the HTML of your first demo Blogspot.

👉 Inside, press CTRL + F (find), and type <head , and press ENTER.

 ðŸ‘‰ Below <head> copy and paste the given code below.

<meta content='1; url = https://listph-redirect-2.blogspot.com/' http-equiv='refresh'/>

the color red number 1 - change its value to 2 or more to redirect to the other Blogspot much longer.
☑ the color green URL - change its value to your own Blogspot redirection page (your 2nd demo Blogspot URL address).

👉 When done, press the Save icon.

Blogspot to another Website Redirect

👉 Go to Blogger > Theme > Customize > Edit HTML.

👉 Inside, press CTRL + F (find), and type <head , and press ENTER.

 ðŸ‘‰ Below <head> copy and paste the given code below.

<meta content='1; url = https://facebook.com/' http-equiv='refresh'/>

☑ the color red number 1 - change its value to 2 or more to redirect to the other website much longer.
☑ the color green URL - change its value to your own website redirection page.

👉 When done, press the Save icon.

See live samples below:

✅ Blogspot to Blogspot Redirect: [ Click here ]
✅ Blogspot to another Website Redirect (for this tutorial I used Facebook): [ Click here ]

👉 Done!