How to Redirect Blogger URL to Another URL

How to Redirect Blogger URL to Another URL- Blogger Tips



How to Redirect Blogger URL to Another URL- Blogger Tips

Every blogger has a different reason to redirect his blogger url to another url in blogger. The reasons be like , want to send visitors from one blog to another different blog or want to move our visitors to another custom domain or the website.

Cause-1:

Just suppose now you have 2 blogs on blogger and the one of them has lots of visitors. now you have a custom domain or you want to buy a new custom domain and you want to redirect your blogger visitors to the new custom domain.

Cause-2:

You are using blogspot as a blogger platform but you have a new self hosted wordpress blog and you want to move your blogger to the wordpress.
i will not take so much time because there i dont want to waste your time.

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

As now you can see In this article, I’ll show you how to automatically redirect the Blogger Blog URL to Any other custom domain or blog.
I have also redirected my blog http://weboftricks.blogspot.in to .Com domain http://www.weptro.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 http://www.weptro.com/.

How to do this?

Step-1: 

Login to the blogger.com website and go to your Blogger Dashboard.

Step-2:

Now you have to Choose the Templates option then > Click on the Edit HTML option as shown in following snapshot in this article.
How to Redirect Blogger URL to Another URL


Step-3:

Now you have to find the <head> section as mentioned in snapshot.


Step-4:

Now you have to Paste the following code as shown in snapshot and click on the Save Template.
<meta content='1;url=http://www.weptro.com/' http-equiv='refresh'/>

Note:

1).You have to Replace the above http://www.weptro.com/ domain name in Blue color with the URL you want to forward to.
2). The Number 1 in the red color describe the time in seconds. URL will be redirected after 1 sec after the page load.
how to redirect blog url

Or (You can use following this 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://www.weptro.com/';

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


Tip: Don’t redirect your blogger URL to any SPAM URL otherwise your blogger account may be blocked or deleted.
By this way you can redirect your blogger URL to any other URL.
Thanks for reading this. I hope you liked this article. Share this to your friends and colleagues. If you have any question, please write in comment section.

No comments:
Write comments