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.
I have also redirected my blog http://webinfotechsolutions.blogspot.in to .Com domain https://itbloggertips.com/. If you want to see whether it is working or not, Click Here.
By this way you will be redirected to my .Com website https://itbloggertips.com/.
How to do this?
Step-1:
Login to blogger.com website and go to Blogger 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=https://itbloggertips.com/' http-equiv='refresh'/>
Note:
1). Replace above https://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 after 1 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.
I can’t fix my problem ๐ my ads don’t show ๐
Is there any way to hide the blogger content without deleting it for now? The redirect is slow and the old content from blogger shows up until the redirect occurs. Thanks for the help!
jase pop up ads main difrnt site open hoty jate hen wo kase ho ga us ka code mil sakta h
Kya DNS me koi Changes Karne Parenge..
Great.
thank you very much
thanx you very much
You deserve a drink brother. Your article really helps me a lot. ๐
Thank you very much for such a lovely and helpful advice
I never thought that is this much easy to redirect a url. You are rocking. Thanks for sharing this beautiful article.