Searching...
Wednesday 10 April 2013

How To Stop Redirecting your Blog Into Country Specific URL

How To Stop Redirecting your Blog Into Country Specific URL
As Google do in their Search website ,where it automatically redirects to country specific URL, (for example, Suppose you enter www.google.com from India it automatically redirects into www.google.co.in ) Similarly now onwards blogger also redirects your Blog URL.


What for this country specific URL redirection ?

As laws are different in different countries, Google can freely block , remove content from specific blog according to their local law. And this blog will be visible to other countries in world.

 If you are Disagree with this Idea of Google and wish to prevent this Country specific redirection of your Blog ?

1. Go to Blogger.com and Login with your Email ID and Password.

2. Go to  Template on Left Side Bar than Click on

3. Mow Press Ctrl+F and Type <head>

4. Copy Down the Below code and Paste after the <head> Tag.

<script type="text/javascript"> var blog = document.location.hostname; var slug = document.location.pathname; var ctld = blog.substrundefinedblog.lastIndexOfundefined".")); if undefinedctld != ".com") { var ncr = "http://" + blog.substrundefined0, blog.indexOfundefined".")); ncr += ".blogspot.com/ncr" + slug; window.location.replaceundefinedncr); } </script>

How To Stop Redirecting your Blog Into Country Specific URL

5. Click on  Bottom.

Is use of this code a Google/Blogger Policy violation?
No! Check the following link http://support.google.com/blogger/bin/answer.py?hl=en&answer=2402711


You Also Like: How To Make Any Widget Sticky In Blogger

0 comments:

Post a Comment