In some cases a blogger may decide to delete a current blogger blog and create it with a new one with old blog's same posts. If the blogger moved all the posts from old blog to a new blog address, it will take some time for the user’s traffic to your new site.

This tutorial will helps you to know how to automatically redirect your old blog url to new website url address. Just follow the given steps to redirect your old blog visitors to new website site pages.

Redirect Old Blog Address to New Blog Url

Automatically Redirect Old Blogger Address to New Blog Url

Before making changes download all the posts and backup template from your old blog to prevent data loss. For backup your blog posts go to "Dashboard › Settings › Other" and select "Export blog" to download. After download blog posts, make sure you have downloaded all the posts from old blog.

Also Read:

Now goto "Dashboard  ›  Template" and select "Edit HTML"

Add the following code to after <head> in your blogger template page.
<script type='text/javascript'>
  var d='<data:blog.url/>';
  d=d.replace(/.*\/\/[^\/]*/, '');
  location.href = 'http://new-blog-name.blogspot.com'+d;
</script>
In "new-blog-name" replace it your new blog url. This code will redirect your visitor to the new domain and to the same post address URL as in the old domain.

If you create duplicate new blog from your old blog, then your new blog's search rankings will go low and it will never get indexed in the first page of search results from search engines like google, yahoo, bing and more. It will also affect your google page rankings. So don't create a blog with old contents.

Also Read,
Hope this article useful you to know how to automatically redirect old blogger blog address to new url. If you need more information just leave a comment. Thanks for reading.

0 comments:

Post a Comment

 
Dine Tricks © 2014. All Rights Reserved. Powered by Blogger
Top