To redirect one blogspot blog to another needs no techie stuff, simply copy and pasted the code below in the HEAD section of your template by folowing these steps:
* Login to your blogger account and click on Design > Edit HTML
* Now Press CTRL = F and serch for </head>
* Paste the following code just above this
<meta HTTP-EQUIV='REFRESH' content='0; url=http://my-new-blog-adress'/>
<meta content='NOINDEX, NOFOLLOW' name='ROBOTS'/>
Please change my-new-blog-adress to your own new address.

Explanatory Note
content='0 as shown in the code determines how long (in seconds) your visitors will stay on the old blog before being redirected. I set it to Zero but you might change it depending on your choice.
Also <meta content='NOINDEX, NOFOLLOW' name='ROBOTS'/> tells search engines to stop indexing posts on your old blog. This prevents your new blog from being penalize by google for duplicate content as pages indexed on the old blog will be removed in due time.













Don Caprio's just another regular dude, an average person like everybody else and I live in The World's Most Populous Black Nation.
I started blogging late 2009, I'm still loving it and I'm the type of guy that'll love to have my computer inside my coffin when I die.Don't smile, it ain't no joke.
You can add me as friend on
4 comments:
You have brought up a very superb points , appreciate it for the post.
this and another set of scripts I found on the web I tried did not work for me. However I was able to get it to redirect by the following: Settings->Publishing->Advanced Settings-> enter the new Domain Name I want to redirect to. Hit Save, View Blog, the redirect works immediately.
The blog I am trying to redirect is on the old Blogger template.
I'm using this exact one on http://fbt.doncaprio.com to redirect hereI'm using this exact one on http://fbt.doncaprio.com to redirect here
thanks man
Post a Comment