SEO Article & Blog

March 26, 2012

BLOGSPOT URLs REDIRECT - Based on Country of the viewer.


Share/Bookmark

Blogspot URLs Redirect - Based on Country of the viewer.

Suddenly I saw the change in the URLs of blog in Google Blogspot. The blogs with the URL structure of "blogname.blogspot.com" are redirecting to blogname.blogspot.in to visitor in India, and blogname.blogspot.com.au to visitor in Australia, and so on.

Like any other SEO professional, my first reaction was to find out will this anyhow effect my blog, its ranking, the crawling from spiders, uploading speed or any other factor ? Below is the list of few things that I have noted while knowing about the change, and would like to share them with you.

1. What is the big change?
  • You may have already noticed, or will come to see over the coming weeks, that the URL of a blog you're reading has been redirected to a country-code top level domain, or "ccTLD."
  • A ccTLD, when it appears, corresponds with the country of the reader’s current location.
  • The change doesn't produce any other visible differences to the blog other than the URL redirecting to a ccTLD.

2. What is the reason for this change?
  • The main reason why Google implemented country-specific redirection is selective censorship.
  • The Google can now easily block a blog, or a particular page on a blog, in one country if they have any issue with the visibility of that page or blog in their country. But the blog or the page still can be access in other countries.
  • This migration to localized domains will allow the Google Blogspot to continue promoting free expression and responsible publishing while providing greater flexibility in complying with valid removal requests pursuant to local law.
  • By utilizing ccTLDs, content removals can be managed on a per country basis, which will limit their impact to the smallest number of readers.
  • Content removed due to a specific country’s law will only be removed from the relevant ccTLD.


3. What is the effect on SEO?

Surprise.....
  • Now crawlers will find your Blogspot content on many different domains.
  • Content in multiple domains means delicacy of the content & hosting duplicate content on different domains can affect search results. Because Google was against it.
  • But relax; Google is working to minimize any negative consequences of hosting Blogspot content on multiple domains.
  • The majority of content hosted on different domains will be unaffected by content removals, and therefore identical. For all such content, there will be the "blogspot.com" version as the canonical version using rel=canonical.
  • This will let crawlers know that although the URLs are different, the content is the same. When a post or blog in a country is affected by a content removal, the canonical URL will be set to that country’s ccTLD instead of the .com version.
  • This will ensure that the Blog, or the Blogger, is not creating multiple content with same canonical tag.


4. What is NCR
  • NCR stands for “No Country Redirect”
  • The use of "/NCR" at the end of your URL in the browser can get you rid from the redirects
  • For example: http://[blogname].blogspot.com/ncr – always goes to the U.S. English blog.
  • This special URL sets a short-lived cookie (session and/or a short life time) that will prevent geo-based redirection from the requested domain. This applies to all web browsers and all Operating Systems.
  • This can only stop the redirects at your system, for the short duration.


5. What are different country-code top level domain, or "ccTLD" ?
  • Your Blogs can now be visites using all these ccTLD:

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



6. What if I want to stop the Redirect?

Incase you do not like the "idea" of URL redirect, there are remedies for that too. Here is a script that will again redirect your blog to ".com" once it changes to the country specific domain. But this will increase the loading time by fraction of a second.

  • Log in to your Google Account
  • Go to Blogger Dashboard
  • Go to template of the Blogspot you wish should not redirect.
  • Click "Edit HTML" option.
  • Paste the following code in "Head section" i.e. after "" and before "".
  • This script will force-redirect the visitor to the blogspot.com address using the '/ncr' switch.
<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>


For any Website promotion or Internet marketing related query, Please contact:
Prateek Samuel
Asst. Manager - Operations
Rainmaker Interactive Pvt. Ltd. (
Himshilp: Internet Marketing Consultants)
www.himshilp.com

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home