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.
DISCLAIMER
Gistfans do not claim ownership of any of the Songs and Videos that we upload and any copyright infringement complaints will be executed immediately! It is our policy to honor all take-down requests! Email Us via Gistfansofficials@gmail.com
CONTENT REMOVAL
If you believe that this page has violated your copyrighted/protected material(s), please kindly Contact Us for immediate removal, or mail us at Gistfansofficials@gmail.com stating the content name/URL of the page. Thanks.
To upload your music on Gistfans and get massive download, contact us now:
Whatsapp: 08095459350
Email: Gistfansofficials@gmail.com
| Article Name | How to Redirect Blogger URL to Another URL Blogger |
| Description |
|
| Author Name | Head Admin |
| Published On | 7/11/2016 |
| Post Category |
blogging tips
|







After dropping your comment, keep calm, it may take minutes before it appears after moderation.
Your comment(s) are appreciated.
You want to get notified when i reply your comment? Kindly tick the Notify Me box.