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 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.

1 comment:

Please don't spam. We hate spammers