How To Stop Country-Specific Redirection In Blogger

Stop Country-Specific Redirection In Blogger


The country-specific redirection is on site performance, it slows down your blog because it takes time to redirect to country specific domain e.g be, de, in, fr, jp, uk, id etc. It will solve ads and gadgets loading problem, seo problem, crawling and indexing problems and improve your blog performance.

How to Fix "bx" errors and other problems


Subscribe us and Get updates in your email box

Ads 2
When blogspot blog is redirect to a country's specific domain it may also happen in case of Adsense and your earnings can decrease. in this case Some ads are also affected by specific country redirection for example Revenuehits and bidvertiser ads disappear.

Some webmaster tools like Yandex show an error while indexing your blog, after submitting sitemap yandex show mirror site detected error it could be blogspot.in or blogspot.co.uk or other so your site isn't indexed.

Follow below steps for settings auto redirection from country specific domains to top level(.com) domain.

Step 1: Go to blogger dashboard.

Step 2: Navigate to template and click on Edit Html.

Step 3: Search for </head>.

<script type='text/javascript'>
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, &quot;.blogspot.com/ncr/&quot;);
window.location.replace(blog);
}

</script>


Step 4: Just above it paste the below code and Save it.

Subscribe us to Get More Posts
Subscribe and Stay Tuned
Article Source:

Comments