How to Redirect Visitor old Blogger URLs to New URLs

Redirect Traffic old Blogger URLs to New URLs

DIVERT Traffic OLD BLOG URL TO THE NEW BLOG


This method is useful for those who have just moved domain or create a new blog and want to divert visitors from the old blog that already have a source of traffic from organic search results as well as of backlinks to your blog which is new.



Log in to Blogger> Open and click edit HTML Templates> Apply the below code just below the <head>


<script type='text/javascript'>
  var d='<data:blog.url/>';
  d=d.replace(/.*\/\/[^\/]*/, '');
  location.href = 'http://www.shouterways.com';
</script>

In the above javascript code written link destination is http://www.shouterways.com, please replace the destination link to your blog URL. 

Save the Template And See result..

Post a Comment

Previous Post Next Post