How To Redirect Blogger URL To a new URL

 To add a redirect system to your blogger site follow the method
Step 1. Log in to your dashboard--> layout- -> Edit HTML
Step 2.Scroll down to where you see <head> tag.
Step 3.Add below code into your template just after the <head> tag.

<meta content='5;url=http://www.YOUR-URL.com/' http-equiv='refresh'/> 

Step 4. replace www.YOUR-URL.COM  to your url which will be redirected.

It should Look Like This.
<head>

<meta content='5;url=http://www.YOUR-URL.com/' http-equiv='refresh'/>


Step 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