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.
Here are different two methods of Automatically redirect Blogger Blogspot Blog to Another Blog or Website.
- Go to Blogger Dashboard
- Select your blog and click on Themes
- Edit Html
- CTRL + F to find out <head>
Method 1
- Paste below code just below <head>
<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>
Replace YourBlogURL with your URL where you want to redirect your blog.
Change 5 to change landing time in second.
<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.
0 Comments