Home > Technologies, google > Redirect One blog to another blog in blogger

Redirect One blog to another blog in blogger

February 18th, 2010 admin Leave a comment Go to comments

You may have multiple blogs. Sometimes you may want to give up a particular blog and redirect it into different blog.

Redirect One blog to another blog in blogger

Redirect One blog to another blog in blogger


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.

  1. Logon to Blogger account with your credentials
  2. Open Template - Edit HTML
  3. Delete all existing code in HTML Editor
  4. 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.

Related Posts:

  1. February 19th, 2010 at 00:19 | #1

    Good and useful post.
    Thanks for your efforts..

  2. February 19th, 2010 at 11:15 | #2

    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

  3. February 19th, 2010 at 11:50 | #3

    Thanks buddy

  4. March 20th, 2010 at 06:32 | #4

    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?

  5. June 22nd, 2010 at 05:08 | #5

    I want to redirect from one particular post to the another post in blogger. Is there any way I can do this?

  6. July 3rd, 2010 at 08:39 | #6

    Hey can u provide me that code in xml ….. it is showing some error when iam saving it………

  1. February 18th, 2010 at 06:29 | #1
  2. February 18th, 2010 at 06:29 | #2