How To Redirect Blogger URL To Another URL
1.Log in to your dashboard--> layout- -> Edit HTML 2.Scroll down to where you see this: </head> 3.Add below code into your te...
https://iskablogs.blogspot.com/2009/04/how-to-redirect-blogger-url-to-another.html
1.Log in to your dashboard--> layout- -> Edit HTML
2.Scroll down to where you see this:
</head>
3.Add below code into your template just above the </head> tag.
<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>
It should Look Like This.
<head>
<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>
</head>
4.Replace http://yournewurl.com with the URL you want to redirect your old blog.
5.Click on "Save Templates" and you are done.
Now your blog traffic will be redirected to your new address.