Most of the bloggers have switched to personal sites. So in order to redirect viewers from your old blogger to the new site, this hack is used.
Step 1:
Login your blogger > Select Layout tab on the blog you want to redirect > Select Edit HTML tab.
Step 2:
Find </head> . Now replace the code with the one below:
Ok. Thats it. Now all your traffic is redirected to your new URL.
Step 1:
Login your blogger > Select Layout tab on the blog you want to redirect > Select Edit HTML tab.
Step 2:
Find </head> . Now replace the code with the one below:
<meta http-equiv="refresh" content="0;url=http://YOUR-NEW-URL.com">Replace http://your-new-url.com with your own URL.
</head>
Ok. Thats it. Now all your traffic is redirected to your new URL.