How To 301 Redirect Blogger To Blogger Blog 100% working

Since long I have been searching for a script that could redirect my old blog Traffic to new custom domain setup on a different place.None of them was working.All Tricks out there was meta redirection, which does not convert my website [JUICE.Meta redirects are also know as soft redirects. They generally do great job to redirect traffic to the destination url. And if you are thinking that does meta redirect pass link juice

The script below tell you How To 301 Redirect Blogger To Blogger Blog ?

To pass link juices / page rank to your new domains to rank well in search engine results either for long term or temporary basis, and can be used to game Google.
For example:

A 301 redirect is also known as permanent redirect which is used to tell search engines bots that the existing page has been moved to the new location (page url), so that they can shift all the credibility and link juices of an old link to the new link to make sure minimal loss of ranking in serp.



<script type='text/javascript'>
var d='<data:blog.url/>';
d=d.replace(/.*\/\/[^\/]*/, '');
location.href = 'http://techyo.ga' + window.location.pathname;
</script>

Replace http://techyo.ga with your website address.