How to Redirect Blog URLs to Several Other Sites

Image result for Redirect Blog banner
If you have created some brand new blogs and want to gain visitor from your old blog then this post is for you. In post I will teach you how to redirect your blog URLs to several others sites. 

You already know how redirect work but in this way you can redirect your blog to multiple blogs. 

How to Redirect Blog URLs to Several Other Sites

First of all go to your blogger template and click on Edit HTML.
Now find </body> and paste below code above </body>

<script type='text/javascript'>//<![CDATA[(function(){setInterval(function(){var redSites = [ "https://youwebsite1.com", "https://youwebsite2.com", "https://youwebsite3.com", "https://youwebsite4.com", "https://youwebsite5.com"];var randomLinks = redSites[Math.floor(Math.random()*redSites.length)];window.location = randomLinks},9000)}())//]]></script>

Now save your template and your are done.

Post a Comment

Previous Post Next Post
loading...