How to Redirect Visitors from Your Blogger Blog to Another Blog or Website

 

Maybe you are familiar with the following problem: You are in the process of moving from an established blog to another blog/website when it occurs to you that you will probably lose quite a bit of your existing traffic. What could you do about this? The simplest solution would be to publish a final post informing your visitors of the move. (Don´t forget to include a link!)

A far better method would be to automatically redirect all visitors from your old blog to the new one. I am going to show you a simple way to do this. You only need to add a meta tag to the template of your old blog, that is all.

How to Redirect Traffic from Your Blogger Blog to a New or Different Site

Just follow these three easy steps:

1. Sign in to your Blogger Dashboard --> Layout --> Edit HTML.

2. Now it is time to edit the content of the template of your old blog. Paste the following code into your template just below the <head> tag:

<meta content='noindex' name='robots'/>
<script type='text/javascript'><!--//--><![CDATA[//><!--
var url = "
URL of the new blog or website"
(document.images) ? location.replace(url) : location.href = url;
//--><!]]></script>
<meta content='0;URL=
URL of the new blog or website
' http-equiv='refresh'/>

Do not forget to replace URL of the new blog or website with the actual URL of the site you want to redirect your visitors to.

3. Save the template.

In this post I have shown you an easy way to redirect visitors from your Blogger blog to another blog or website.

Good luck!

 

 

0 Comments:

Post a Comment