Review

How to Redirect Blogger Blog To Another Blog

redirect Blogger Blog To Another Blog

Do you want to migrate from Blogger to any other platform. Today i will help you to Redirect Blogger Blog To Another Blog. few days back i made a article about custom redirects. Using that method you can redirect any URL within your blog. That will very useful in fixing 404 errors and broken links. Here i will guide you how to automatically redirect Blogger blog to another blog or website.

Read more: How To Use Tinder Without Facebook
Read more: Popular Wireless Hacking Tools

redirect Blogger Blog To Another Blog
redirect Blogger Blog To Another Blog

Why use this?

This method is very useful when you migrate to new platform. Blogger has many limitations, due to its limitations many blogger moves to WordPress. When you moves to new platform you won’t get much traffic quickly. As your old blog have decent traffic and backlinks. This method will help you to get organic traffic and gaining quick ranking factor.

Step 1: Login to your blogger account.

Step 2: Go to the template and edit HTML

Step 3: Now press ( CTRL + F ) to find the <head> section of your template.

Step 4: Copy the following code and paste, below <Head>

<meta content=’5;url= https://www.yourdomain.com’ http-equiv=’refresh’/>

In the above code modify http://www.yourdomain.com to your URL. Now all your pages from the blog will be redirected to destination URL.

Note:
If you want to increase or decrease the time of redirection, You can do it by changing 5 which is 5 seconds actually.

Below is the another set of codes. Just copy them and paste it below head tag. Change http://yourblog.blogspot.com to your blogger URL and http://yourblog.com with your destination URL.

<script>
if(window.location.href == ‘http://yourblog.blogspot.com ‘)
{
window.location=”http://yourblog.com”;
}
</script>

These codes just redirects user from the specified BlogSpot URL to another website or URL. It will drive all your blogger traffic to new website.

I hope you will like this article on “How to Redirect Blogger Blog To Another Blog“. Let me know if you face any problem and suggestions in the comment box. Don’t forget to share this article with your friends and relatives. Keep Visiting Techwiki… 🙂

Show More

Leave a Reply

Your email address will not be published. Required fields are marked *