Saturday 5 April 2014

Bloggers: How to redirect bloggers to your own domian

When You Think That you have enough traffic on your blog now you want to go on with more ideas and for better future o blog, IF you want to go live with the custom domain name, you can redirect bloggers account to your custom domain without loosing your Traffic. What all you need to do is copy and paste following given script.

Steps to be Followed 

  • Login to your bloggers account.
  • Click on Template Menu .
  • Paste the below given script on your template file.

To Redirect all pages from of bloggers to your custom domain Home Page Paste the Following script in your <head> section of a Template.

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


Keep Exploring!!

No comments:

Post a Comment