How to Redirect Blogger URL to Another URL Blogger













Every blogger has a different reason to redirect Blogger URL to another URL. The reasons could be anything like “Want to send visitors from one blog to another blog” or “Want to move blog from blogger to any other custom domain”.

Cause-1:

Suppose you have two blogs on Blogger and one of them has good visitors. Now you want to purchase a .com domain and want to redirect your blogger visitors to your new .com domain.

Cause-2:

You are using BlogSpot as a blogging platform but there are so many limitations in Blogger and you want to move your blog to self-hosted WordPress blog.

I will not take so much time because there could be n no of reasons to redirect blogger URL to another URL.

Now, How to Redirect Blogger/BlogSpot URL to Another/Custom URL?

In this article, I’ll show you how to automatically redirect Blogger Blog URL to Any other custom domain or blog.

By this way you will be redirected to my .Com website http://codedforum.com/

How to do this?

Step-1:

Login to blogger.com website and go toBlogger Dashboard.

Step-2:

Choose Templates option > Click on Edit HTML option as shown in following snapshot

Step-3:

Now find <head> section as mentioned in snapshot.

Step-4:

Paste following code as shown in snapshot and click on Save Template.
<meta content='1;url=http://itbloggertips.com/' http-equiv='refresh'/>

Note:

1). Replace above http://itbloggertips.com/domain name in Blue color with the URL you want to forward to.
2). The Number 1 in red color describe the time in seconds. URL will be redirected after1 sec after the page load.


Or (You can use following script too to redirect your Blog URL to any other URL)

<script type='text/javascript'>

var d='<data:blog.url/>';

d=d.replace(/.*\/\/[^\/]*/, '');

location.href = 'http://itbloggertips.com';

</script>
In the above code there is no time, it will redirect as you type blog address.

Tip: Don’t redirect your blogger URL to any SPAM URL otherwise your blogger account may be blocked.
By this way you can redirect your blogger URL to any other URL.
I hope you liked this article. Share this to your friends and colleagues. If you have any question, please write in comment section.
Thanks For You Reading The Post We are very happy for you to come to our site. Our Website Domain name http://codedforum.blogspot.com/?m=0.
Newer Posts Newer Posts Older Posts Older Posts

More posts

Comments

Post a Comment