Blogspot TLD Country Redirect Affecting SEO

Blogspot TLD Country Redirect Affecting SEO
Blogspot TLD Country Redirect

The meaning of the above titles are each of us to make a blog using the domain " blogspot.com "domain will change its address if site / blog that is open in other countries, examples of his blog address is" bloggerknown.blogspot.com "will but if we open this blog in other countries like india the URL address will change to " bloggerknown.blogspot.in . "
Of course it will influence SEO blog. way mengatasai matter. you can simply add the following code under the code " <head> "


<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>
How to tell how those verses work.
How do I find out what the code is working properly or not.
Consider writing " demo-bloggerknown.blogspot.in "on your browser at the URL, If your blog URL is automatically changed to" demo-bloggerknown.blogspot.com "The marked code above script to work properly.

1 comment: Leave Your Comments

  1. yea...that's why you not change it BCz its better....and i see your blog is redirected to my country. Why you dont apply your own advice from this post?....BCZ is affecting your SEOz?....and Why don't you say that too?

    ReplyDelete

More

Search This Blog