How To Redirect Country Specific Blog URL to Blogger[blogger.com]

Google Now Redirecting blogs to country specific domains, Such as blogspot.co.uk, blogspot.in,  and other. This happen due to changes made by blogger in last few years. currently it redirecting Some country specific blog URLs, Here you find the complete country extensions of Blogger.

Blogger country codes of the world
  1. India [blogspot.in]
  2. Australia [blogspot.com.au]
  3. UK [blogspot.co.uk]
  4. Japan [blogspot.jp]
  5. New Zealand [blogspot.co.nz]
  6. Canada [blogspot.ca]
  7. Germany [blogspot.de]
  8. Italy [blogspot.it]
  9. France [blogspot.fr]
  10. Sweden [blogspot.se]
  11. Spain [blogspot.com.es]
  12. Portugal [blogspot.pt]
  13. Brazil [blogspot.com.br]
  14. Argentina [blogspot.com.ar]
  15. Mexico [blogspot.mx]  
Advantages Of Specific Country Blog Redirection
The Main advantage of Blog redirection is, if your blog or blog page is blocked by any country but it will still appear in other geographical regions without any problem.
Disadvantages of Specific Country Blog Redirection
Alexa Rank and Pagerank will decrease by country region
Preventing Blogger Redirection to Specific Country Extension
You can stop redirecting your blogspot.com to contry extentsion by following these steps 

Step 1: Go to blogger Dashboard
Step 2: Next go to Template -> Edit HTML
Step 3: Now Find </head> by Selecting CTRL+F
Step 4: Copy the Given Bellow Script and Paste it in the header Part Of Template

<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>

Step 5: Now Save the template
Now It will Stop redirecting your blog to specific country extension. your blog will be permanently moved to blogspot.com If you have any queries comment below.

0 comments:

Post a Comment

 

Digital Marketing © 2015