So.cl sharing button Tweet Button For Blogger Online Hoaxes Blogger Tricks

Liked us?



Ads 468x60px

Redirecting Blogger to Blogspot.com Domain rather then redirecting to the Country Domain

You may have seen that the Blogger Blog redirects your Blog to the Country domain rather then Taking it to the blogspot.com domain,Which may affects your PR or it can affect your Blog in lots of other ways.....
As according to the search engines...There should be no Duplicate content on the Different Domains which is been done here and not only on two domains but it's going on in lots of domains....However if you have your own Custom domain like me then there is no problem but in case you are using an Blogspot.com domain then you have to think about this as already there are lots of Search Algorithm updates by the Different search engines to tackle the spam and this can be consider as an spam as the same content is being seen on different URLs....
It may affect your Social stats like the Google +1,the Facebook Likes as they will be on the Local Country domains...
Google have done this to implement Selective censorship so that they will be able to block some selective Blogs and pages of blogs from being accessed through some specific regions but let them access from other Regions of the world....

Currently this redirection is active in 15 Countries-
India [blogspot.in], Australia [blogspot.com.au], UK [blogspot.co.uk], Japan [blogspot.jp], New Zealand [blogspot.co.nz], Canada [blogspot.ca], Germany [blogspot.de], Italy [blogspot.it], France [blogspot.fr], Sweden [blogspot.se], Spain [blogspot.com.es], Portugal [blogspot.pt], Brazil [blogspot.com.br], Argentina [blogspot.com.ar], Mexico [blogspot.mx]


So here in an Method to tackle this-
1.Click on the Template tab.
2.Now click on the Edit HTML Button(This will open the Coding box)


3.Now Find the tag <head> in your template coding(You can use the Ctrl+F to find it)
4.And After finding it(the tag <head> you can find it in some of the top lines of the template coding) paste the below code just after it-
<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>

And then Save the Template.
It's working i have tested it But in case if you have any query use the Comment section....
Share on So.cl

Related Posts: