In the blogging world, the most important need of every blog owner is its
traffic because without traffic, your blog is nothing and cannot do anything.
There are thousands of things to boost up your traffic on your blog. But today,
I will give you my first widget, which is blogger URL. Today I will discuss some
easy steps to change a blog's URL (from .in to .com) in blogger. Here are a
couple of things to know about changing your URL.
How to change your URL?
>> Login with any Gmail ID and password
>> Go to blogger.com >>> Your blog
>>> Template >>> Edit HTML >>>
>> Select template from the
dropdown menu next to ‘view blog’
>> Click on edit HTML button
and find Header Tag eg: <header> and paste the code given below.
<!-- Start script -->
<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>
<!-- End script -->
<!-- End script -->
>> Use Ctrl F to find the
<Head> tag, paste the code given below in head tag, and save.
>> Now click on save "Template button"
>> Do Not Remove Credit Link.
>> And Don't Remove Any Thing else, Otherwise It Will Not Work.
>> Click On "Save Template".
>> You've Done!
>> Do Not Remove Credit Link.
>> And Don't Remove Any Thing else, Otherwise It Will Not Work.
>> Click On "Save Template".
>> You've Done!
>> Now blog’s URL changed (.in to .com)
Final Words!
So friends, now your blog url has been
changed to .com, this is a simple and easy way to change your blog url. I hope
you will like this blog. If you have any problem in adding code, please ask in
comments. Please share this post with your fellow bloggers, friends, and on
social networks. There are many more widgets to come. So get in touch with us.
Take care and happy blogging!









No comments:
Post a Comment