Latest

6/recent/ticker-posts

Header Ads Widget

Get Job Vacancy Notice, Download Syllabus and More Job Related.

Automatically redirect Blogger Blogspot Blog to Another Blog or Website.

ADVERTISEMENT
ADVERTISEMENT

More Stuff


You need to redirect your blog to another blog if you plan to launch a new blog and don't want to lose regular visitor from that old blog. So, here we are going to describe different two methods of  Automatically redirect Blogger Blogspot Blog to Another Blog or Website.

Automatically redirect Blogger Blogspot Blog to Another Blog or Website.


Here are different two methods of Automatically redirect Blogger Blogspot Blog to Another Blog or Website.

- Select your blog and click on Themes
- Edit Html
- CTRL + F to find out <head>


Method 1
- Paste below code just below <head>

Automatically redirect Blogger Blogspot Blog to Another Blog or Website.

<script type='text/javascript'>
  var d='<data:blog.url/>';
  d=d.replace(/.*\/\/[^\/]*/, '');
  location.href = 'YourBlogURL';
</script>
Replace YourBlogURL with your URL where you want to redirect your blog.

Method 2
- Paste below code just below <head>

Automatically redirect Blogger Blogspot Blog to Another Blog or Website.

<meta content='5;url=YourBlogURL' http-equiv='refresh'/>

Replace YourBlogURL with your URL where you want to redirect your blog.
Change 5 to change landing time in second.

Don't add both codes. Just use only one code provided above.
Save template and check your Blog.

ADVERTISEMENT
If You are going to Post a Comment, Please keep in mind that all comments are moderated and only comments that are relevant to the post topic will published. Let's have a meaningful conversation relevant to the post topic. THANK YOU. Check privacy policy HERE .

Post a Comment

0 Comments