Redirect One blog to another blog in blogger
You may have multiple blogs. Sometimes you may want to give up a particular blog and redirect it into different blog.
Mr. Loshan was posting different blog initially named as http://clickcilck.blogspot.com/. But now he is not using that. He abandoned the old one. He started new blog, and posting on it (http://clixsnap.blogspot.com)
We will get traffic from existing back links using the following redirection approach. We wont loss our viewers even we are in new blog.
Here is the simple steps to Redirect one blog to another blog.
- Logon to Blogger account with your credentials
- Open Template - Edit HTML
- Delete all existing code in HTML Editor
- Paste the following code in that place. (Please replace newblog as your new blog name)
<html>
<head>
<script LANGUAGE=”JavaScript”>
<!–
window.location.replace(“http://newblog.blogspot.com”);
–>
</script>
<noscript>
<meta http-equiv=”Refresh” content=”10; URL=http://newblog.blogspot.com”/>
<meta http-equiv=”expires” content=”10″/>
<meta name=”Description” content=”301 moved permanently”/>
<META NAME=”ROBOTS” CONTENT=”NOINDEX, FOLLOW”/>
<META NAME=”GOOGLEBOT” CONTENT=”NOINDEX, FOLLOW”/>
</noscript>
<title>301 moved permanently</title>
</head>
<body>
<center>
<h1>OldBlogName</h1>
<p>has been moved to new address</p>
<a href=”http://newblogname.blogspot.com”> <h1>http://newblog.blogspot.com</h1></a>
<p>Sorry for inconvenience… </p>
</center>
</body>
</html>
Now Click on Save Template Changes.



Good and useful post.
Thanks for your efforts..
Tx Shankar..
This is really useful.. Eventhough i managed to re direct a little, i lost all my old links. Now i can get them back.
tx a lot
Thanks buddy
hi,
i done as you said, but it says following error.
“Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “LANGUAGE”.”
how can i rectify that?
I want to redirect from one particular post to the another post in blogger. Is there any way I can do this?
Hey can u provide me that code in xml ….. it is showing some error when iam saving it………