28.9.11

How To Redirect A Blog To Another Blog or Website ?


This post will help all the blogger website owner to redirect their blogger website top any other website or their another blog what they want to redirect too.
To redirect one BlogSpot blog to another needs no Technical Knowledge about HTML, simply copy and paste the code below in the HEAD section of your template by following these steps .:
1. Login to your blogger account and click on Design > Edit HTML
2. Now Press CTRL + F and search for </head>
3. Paste the following code just above this .:



<meta HTTP-EQUIV='REFRESH' content='0; url=http://my-new-blog-address'/>
<meta content='NOINDEX, NOFOLLOW' name='ROBOTS'/>
Please change my-new-blog-address 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.

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Powered by Blogger