Blogger Redirect adalah mengarahkan ulang atau mengalihkan sebuah blog Blogger (Blogspot) ke blog lain. Misalnya, blog baticmedia.blogspot.com diarahkan ke komunikasipraktis.com.
Cara Blogger Redirect
Cara #1
Ini cara pertama melakukan redirect link blog ke blog lain
1. Masuk ke Dashboard Blogger
2. Klik ke Tema (Theme) > Edit HTML
3. Copas kode berikut ini di bawah kode <head>
<meta content=’1;url=https://www.komunikasipraktis.com/’ http-equiv=’refresh’/>
Cara #1 akan memunculkan blog lama Anda selama 1 detik, sebelum muncul blog baru. Maka, tidak direkomendasikan, kecuali Anda ingin blog lama muncul dulu.
1. Masuk ke Dashboard Blogger
2. Klik ke Tema (Theme) > Edit HTML
3. Copas kode berikut ini di bawah kode <head>
<script type=’text/javascript’>
var d='<data:blog.url/>';
d=d.replace(/.*//[^/]*/, '');
location.href = 'https://www.komunikasipraktis.com/';
</script>
2. Klik ke Tema (Theme) > Edit HTML
3. Copas kode berikut ini di bawah kode <head>
<script type=’text/javascript’>
var d='<data:blog.url/>’;
d=d.replace(/.*//[^/]*/, ”);
location.href = ‘https://www.komunikasipraktis.com‘+d;
</script>
Itu dia Blogger Redirect, Cara Mengalihkan Blog ke Blog Lain Secara Otomatis.*