Monday 28 December 2015

Prevent your Blogger to be Country Specific




If you want to prevent your blog to be country specific or in other word we can say if you want to make your blog URL as URL.com then you have to follow the given instruction.

1. Go To Your Blogger Dashboard.
2. Click On Template.
3. Then Click On Edit Html.
4. Press CTRL+F And Find </head>
5. Copy The Given Script And Paste It Before </head> Tag.
 


<script type="text/javascript">
var blog = document.location.hostname;
var slug = document.location.pathname;
var ctld = blog.substr(blog.lastIndexOf("."));
if (ctld != ".com") {
var ncr = "http://" + blog.substr(0, blog.indexOf("."));
ncr += ".blogspot.com/ncr" + slug;
window.location.replace(ncr);
}
</script>

6. Now Click On Save Button.

1 comment:

  1. This type of worth saying words are useful which explains more ideas for prevents a blogger with an country.It helps to get more valuable informations

    Best Seo Company in Chennai

    ReplyDelete