How to Automatically Redirect Old Blogger Visitors to New Blog
by Dinesh[ Edit ] 2014-06-04 18:47:12
Do you want to automatically redirect your old blog visitors to new blog. Follow the simple steps to redirect visitors to your new blogger blog.
1. Login to your Blogger dashboard
2. Go to template and then click edit HTML
3. In that template code find <head> head tag using Ctrl+F
4. Add the following code below <head> head tag
<meta content='5;url=http://new blog name. blogspot. com' http-equiv='refresh'/>
Save the template.
In the above code 5 is the set time where users will redirected to
newblogname . blogspot. com
in 5 seconds after landing.