If you have decided to move your blog you may be asking how do you redirect visitors from your old blog to your new blog.
First: Log into your Blogger account and click on “Template/Edit HTML.”
To redirect visitors from the main page of your blog, copy and paste the following code and insert it between the <head> and </head> tags in your template.
<meta HTTP-EQUIV=”REFRESH” content=”0; url=http://yournewblogaddress.com”>
The above HTML redirect code will redirect your visitors to your new blog.
You can change the content=”0; to the number of seconds you want the browser to wait before your visitors are redirected.
If you want Google to stop indexing your old blog include the following: <meta name=”ROBOTS” content=”NOINDEX, NOFOLLOW”/> between the <head> and </head> tags.
You may also wish to tell your readership that you have moved and that they are about to be redirected to your new blog, including the link to your new blog in case they are not redirected.
If you liked this post, why not buy me a coffee?



























0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.