Sep 10, 2016

How to stop country specific URL redirection in blogspot blog

A newbie blogger have come across this and am sure does not know how to solve the issue.




A situation where url redirection occurs e.g your blog URL which you signed up for gave to some one is http://legendtechny.blogspot.com and when some one from France clicks on it on it the the URL will change to http://legendtechny.blogspot.com.fr , isn't that strange to the eye?.One have to put an end to this due to the negative impacts it has on them success of his blog may be not at the beginning but in the future.


What are the negative effects of blog redirection on blogspot blog?

Dip in adsense revenue; people have complained of depreciation of the amount they earned when the specific country URL redirection is active on there blog.

Loosed control of blog URL; people can get to your blog with the real blog name u signed up for withe the specific country redirecting URL. It do cause confusion as some who doesn't not understand will be thinking of the main blog URL.

Problem in the external commentary medium; problem and confusion might arise, because your blog readers might get confused.

Low social media statistics; comment and likes might not be recoded due to the difference in URL of your blog visitors due to different country they are accessing your blog from.

How to stop specific country redirecting in your blog.


Step 1
Login to yourself Dashboard.



Step 2
Click on Template and Edit HTML

Step 3
Move your body over to the body of the HTML the single click with your mouse, then press CTRL+F to open a search box,now input into the search box.
See image below.



Copy the redirection code seen below, place it after the tag.

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

Step 4
Click on "Save Template" to save what you have edited.

Use the comment box to let us know how you feel of the post. I await your comment.
posted from Bloggeroid

0 comments:

Post a Comment