Tuesday 5 November 2013

How To Redirect Your Blog URL To Another Blog/URL

How To Redirect Your Blog URL To Another Blog/URL

  • Log in to your Blogger Dashboard >Template >Edit HTML
  • Search to where you see <head> tag.
  • Add below one code you chose into your template just after the <head> tag.



  • This code will redirect user to the new domain fully.

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


  • This code will redirect user to the new domain after second you give here is 5.
  • You change the content="0 to content="5 or more.

<meta content='5;url=http://quickonlinetricks.blogspot.com' http-equiv='refresh'/>

  • This code will redirect blog post to the new domain or post.

<b:if cond='data:blog.url == "Post Url"'><!-- www.invatac.com --> <meta http-equiv="refresh" content="5; url=Redirection_URL" /> </b:if>
Hope you have all liked this post, if you have doubts on this. Please comment below.
Thanks You........



No comments:

Post a Comment