Techno Help

Technical tips blogger SEO, Educational, Health and Beauty Tips and Tricks. Techno Help is a technical blog which help you to SEO your blog and website and how to work online in different ways get help on SEO and back-links.

Sunday 19 November 2017

How to Automatically Redirect Blogger Blog to Another Blog or Website

How to Automatically Redirect Blogger Blog to Another Blog or Website

This is very important article to those people who have enough traffic on one blog or website now they want to move their user to their another blog or website. This is call redirect you can post specific URL to any other post or page, within blog redirection 301 or 302. That could also be beneficial to redirecting 404 error pages. Here I'll show you how you can automatically redirect your blogger blog to another blog or website even any specific URL or page. So by this process you can redirect your any blogger particular page or homepage to any other website or blog.

Why to Use This?

This blogger shifting tricks can be helpful to you if you just change your existing blog to another domain. As blogger is limited in moving to hosted word-press blogs. In many case you didn't get enough traffic to your new blog which you have just shifted. As your old blog or website have good traffic organic search and from your backlinks.  So this article will help you to divert traffic from your old blog to your new blog and also it could get in ranking as well.

How to Redirect Blogger Blog to Another Blog/ Pages/ Website

Here I'll share three different techniques and codes by using this you'll automatically redirect your blogger blog to another blog URL all these codes have different tasks.

First Way to Redirect:

Suppose you wish to redirect your whole blogger blog to another page or URL. This is called redirecting your homepage, all posts page, and everything to another URL or specific website.  You may use this if you have purchased a new domain. You can do this by making some changes in your templates HTML. Before starting this you must backup your template, if you made any mistake you can recover your previous template at any time.

Blogger Template
  • Login to your blogger dashboard
  • Go to template and click on edit HTML
  • Now this will show you HTML codes. Press CTRL+f and then find <head>
  • Now add the following codes below the head tags as per picture below
Edit Template in HTML
<script type='text/javascript'>
  var d='<data:blog.url/>';

  d=d.replace(/.*\/\/[^\/]*/, '');
  location.href = 'http://besttechotips.blogspot.com';

</script>

Now above code change https://besttechotips.blogspot.com/ as per your destination URL. Now all the pages in which your paste this code will be redirected your destination URL.

Second Way to Redirection:

Now the other source of redirecting particular website/blog URL to another blog or website. If you want to redirect a specific post not whole blog to any other website or blog you can use this code. You can also use this code for redirection to any other external website or blog for promotion of specific blog purpose.

If you want to do this just paste  following codes as stated above below the head tag and change URL as per your requirement http:// yourblog.blogspot.com and change destination URL of your own in  https://besttechotips.blogspot.com/

<script>
if(window.location.href == 'http://yourblog.blogspot.com ')

{

}
</script>

This above code will redirect your users from a specific blog URL to another website post or URL.

Third Way to Redirection:

Here is another code, by this you my redirect all of your blog pages and homepage to any other blog or website within a specific time. So users who use your blog and scrolling pages that will move your users to another blog and website in a specific time. 

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

This above code, just copy and paste the code below the head tag in your template. You notice above code 5 it mean your users will be redirected to https://besttechotips.blogspot.com  in 5 seconds after they come.

I've cover in this article all the relevant material and codes how to automatically redirect blogger blog to another blog, website or URL. If you found this article useful please comments to get more update from this blog.

3 comments: