LATEST >>

Welcome Here And Thanks For Visiting. Like Us On Facebook...

EXEIdeas – Let's Your Mind Rock » Blogspot / Blogspot Tips » How To Stop Redirecting Your Blogger To Country-Specific URLs?

How To Stop Redirecting Your Blogger To Country-Specific URLs?

Stop-Redirecting-Your-Blogger-To-Country-Specific-URLs
Blogger introduces few year ago that your .blogspot.com blog will be redirected to the country specific URL if your site is opening in their country to speed up your blogs as to deliver the data from there closest server but in view of SEO, its too bad for everyone.

Why To Stop Country Specific Redirection?

As you know the SEO depends upon URL so everytime your blog will be open by your visitors will be consider a hit to your domain but when your one blog will have 15 URL so your SEO will divide into 15 domains and you will loose your all ranks because that will be spread into 15 URLS.

Blogspot Country Specific Domains:

Here is the list of domains for one blogger blog.

  1. India [blogspot.in]
  2. Australia [blogspot.com.au]
  3. Britannia [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]

How To Stop Redirecting Your Blogger To Country-Specific URLs?

1.) Go To Your www.blogger.com
2.) Open Your Desire “Blog“.
3.) Go To “Template“.
4.) Click “Edit HTML“.
5.) Now “Click” Within Code Box.
6.) Press [CTRL+F] To Search </head> Code.
7.) Now “Copy” The Below Code And “Paste” It Before </head> Code.

<script type="text/javascript">
/* Get the full URL of the current blogger page */
var blog = document.location.href.toLowerCase();
/* Do not redirect if the domain is .com already */
if (!blog.match(/\.blogspot\.com/)) {
/* Replace the country TLD with .com and ncr switch */
blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");
/* Open the new URL in the current tab */
windows.location.replace(blog);
}
</script>

8.) Click “Save Template” And Done.

Recommended For You:
Add Stylish Animated Social Sharing Bar Widget To Blogger

Customization:

There is no need of customization, it will redirected all country specific domains to .blogspot.com domain.

Last Words:

Hope that this post will  help you in understanding and Optimizing your blogger domain. To get more blogger tips and tricks kindly subscribe via email so that you may be notified when the posts were updated. If you found that  any link is broken then inform me by giving your comments.Also If you need any help then you are free to ask…

You Like It, Please Share This Recipe With Your Friends Using...

2 Responses to “How To Stop Redirecting Your Blogger To Country-Specific URLs?”

  1. Rama Krishna says:

    Good suggestion for decoration of web page what i had seen here.

Leave a Reply to Rama Krishna Cancel reply

Your email address will not be published. Required fields are marked *