Sunday, October 7, 2012

Stop Blogger contry URL redirect

This tutorials Was made by Sharingan Kazuya to help you.

BLOG audience many readers by one blogger

Blogger Redirrect
Recentely google introduce blogger URL redirect for those who dont now blogger URL redirect are when we go to a blogger blog and instead of the URL end in .COM it ends in our contry URL.



Blogger and Country Redirrect URL

Google introduce Country redirect to the follow Contries:

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

Atencion: there might be more in the future.

How to prevent Blogger Redirect

Go to Blogger template DashBoard and go to HTML.
Then paste the following code BELLOW de <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>

Then save Template and Now your Blog will always show up .COM URL Redirrect.

Ok this should do it and if your having any problem please contact me.





No comments:

Post a Comment