February 25, 2019

How To Redirect Blogger URL To Another URL

How To Redirect Blogger URL To Another URL


1.Log in to your dashboard--> layout- -> Edit HTML
2.Scroll down to where you see <head> tag.
3.Add below code into your template just after 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"/>
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.

0 Comments:

Post a Comment