You may know about 301 or 302 redirection. You can use it to redirect your broken links, 404 error pages or blog URL to another website URL. However, with that you cannot redirect homepage to any particular URL. Here we will show you how to automatically redirect domain to another domain.
So with this technique, you can redirect your Blogger Homepage or any particular page to external websites.
Recommended Posts:
Follow the below steps to domain name redirect in blogger blog.
This is the simple but very useful guide on automatically redirect domain on another domain using domain forwarding HTML code. I hope you like this post and if you like don't forget to share with your friends. Thanks for reading and keep visiting :)
Check Your Domain Ranking
So with this technique, you can redirect your Blogger Homepage or any particular page to external websites.
Recommended Posts:
- How to customize blogspot post title
- How to make contact us page in blogger
- Amazing floating facebook widget like box for blogger
Learn How to redirect domain to another domain:
When To Use Domain Forwarding: URL Forwarding
This one will be useful if you have just migrated to new domain with new blogging platform. You are always limited in Blogger that’s why people moving to self-hosted WordPress blogs. Usually, you won’t get much traffic to your new blog when you just shifted. Also, your old blog will have some decent traffic flow from organic search results as well as from backlinks. So by using this method you can drive traffic from your old blog to your new blog and also it passes all the ranking factors. The whole process of redirecting domain known as URL forwarding.How to redirect domain to another domain name
Let's learn to domain forwarding with Blogspot blog. Before do anything you must get your blogger blog backup for security reason. If you do any mistake, blogger shows error in blog domain.Follow the below steps to domain name redirect in blogger blog.
- Login to the blogger dashboard
- Go to templates and edit HTML
- Now you can see templates HTML code > Press Ctrl + F and find <head>
- Just copy the following code showing in image below and click save!
Domain name redirect HTML Code
<script type='text/javascript'>
var d='<data:blog.url/>';
d=d.replace(/.*\/\/[^\/]*/, '');
location.href = 'http://www.fomeber.in';
</script>
Customization: Destination of redirect domain name
In the above code, you can see the http://www.fomeber.in with blue colow. This is the destination URL of forwarding domain. Put your blog or website URL which you want to forward or redirect.This is the simple but very useful guide on automatically redirect domain on another domain using domain forwarding HTML code. I hope you like this post and if you like don't forget to share with your friends. Thanks for reading and keep visiting :)



Post a Comment