How To Redirect Your Site Visitors To Your Blogger Blogspot Site Even If Someone Visited From Different Country.most of us do get traffic to our blogger blogspot site from the blogspot.com subdomain which normally changes to different subdomain extension due to the country's where the visitors are coming from.you will see your blogspot subdomain having a different extension like
blogspot.in, blogspot.co.uk, blogspot.eu, blogspot.cn, blogspot.fr, blogspot.au and lots more different country's extension.this is because blogger has a features that converts your site to show a different subdomain extension each time you someone visited your blog from different country.instead of it to show yousite.blogspot.com, it will show the country's version of your site by adding the domain extension of that country which is why you usually see it as blogspot.in, blogspot.co.uk, blogspot.au etc.guess you don't like it because it makes you think your site does not have the .com version.also this alone can reduce your
adsense earnings if you enabled authorization of sites that can use your
adsense codes.
It has happened to me and i lost some earnings from adsense clicks because it was not recorded since the extension is not added to my list of authorized site that can use my adsense code.
You May Like To Read
How To Redirect Entire Blogger / Blogspot Blog to Another Website Url Or Link
I did a facebook ads and target it to different countries.when the clicks was coming, i checked my adsense earnings report and noticed a message saying i have a list of sites that is using my adsense ads code.i quickly checked it and to my surprise i saw my site having different subdomain extensions like blogspot.in, blogspot.co.uk, blogspot.au etc waiting for me to add it to the list of authorized site to use my ads code.i can't keep doing this everyday to pile up my adsense account with different subdomain extensions.
Due to this, i lost the earnings i was supposed to get from the clicks generated from those traffic since the subdomain extension was not added to the authorized list.
How do i resolve this issue without authorizing the site extensions from various countries.i sprung into action and found a solution to it.i was able to fix the issue by adding a redirect codes that will redirect any visitors from different country to the main blogspot.com extension.this means that any visitors from the different subdomain extensions like blogspot.in, blogspot.co.uk, blogspot.cn, blogspot.au etc will be automatically redirected to the main blogspot.com. This way i don't have to add the country's extension to my adsense list of authorized site.
So if you are having this issue and would like to fix it, then follow the steps below to get it done.
How To Redirect Visitors from blogger blogspot subdomain like blogspot.in, blogspot.co.uk, blogspot.au etc to your main blogspot.com
login to your blogger dashboard
go to your
template=html
make sure to back it up before making any changes.
Copy the code below
<script type='text/javascript'>
var blog = document.location.hostname.split(".");
if (blog[blog.length - 1] != "com") {
var ncr = "http://" + blog[0] + ".blogspot.com/ncr";
window.location.replace(ncr + document.location.pathname);
}
</script>
paste it under your header tag head <head>
then save the template changes
that is all.any visitors who came from different country will be redirected to your main yoursite.blogspot.com .
visit
www.gurubest.com to view the latest post update you are not seeing right now.
more articles update is posted on
gurubest every day,so don't be the last to get update to your email.
Subscribe by email
DON'T FORGET TO SHARE WITH YOUR FRIENDS ON FACEBOOK BY CLICKING THE SHARE BUTTON.
Related Posts:
Thanks
ReplyDeletekul
ReplyDelete