This strategic steps is believed by some bloggers to lower the Alexa rank of your blog, hopefully successfully. Okay .., straight, function of this script is that all domains redirect to blogspot.com. For example: If your blog visitors the majority of Russian state, then they will go to your blog using blogspot.ru domain. If you think about it logically alexa will calculate blogspot.ru not display the domain of blogspot.com. This is the function of this script, The steps to install this script:
1. Bloggers in your dashboard, select the menu "template", then "edit html"
2.'s Code </ head>, then put this script right above the </ head>
<script type='text/javascript'> <br />
var blog = document.location.hostname; <br />
var slug = document.location.pathname; <br />
var cTLD = blog.substr (blog.lastIndexOf (".")); <br />
if (cTLD! = ". com") {<br />
var ncr = "http://" + blog.substr (0, blog.indexOf (".")); <br />
ncr + = ".blogspot.com / ncr" + slug; <br />
window.location.replace (ncr); <br />
<br />}
</ script>
3. Then "Save" and succeeded ..
1. Bloggers in your dashboard, select the menu "template", then "edit html"
2.'s Code </ head>, then put this script right above the </ head>
<script type='text/javascript'> <br />
var blog = document.location.hostname; <br />
var slug = document.location.pathname; <br />
var cTLD = blog.substr (blog.lastIndexOf (".")); <br />
if (cTLD! = ". com") {<br />
var ncr = "http://" + blog.substr (0, blog.indexOf (".")); <br />
ncr + = ".blogspot.com / ncr" + slug; <br />
window.location.replace (ncr); <br />
<br />}
</ script>
3. Then "Save" and succeeded ..

Anda sedang membaca artikel berjudul
0 comments:
Post a Comment