Step by step tutorial to edit template blogger / blogspot SEO Friendly so this is just one way to improve search enggine SERP in google, just go ahead. Cekdiot @
- The first step, login to blogger.com and then to design (draft).
- Towards edit html tab. Press ctrl + f on your keyboard. And look for the code </ body>
- See the script code :
<b:if cond='data:blog.url != data:blog.homepageUrl'><script type='text/javascript'>
function autoLink(){
this.keywdHref = new Object();
this.add = function(keyword, href){
if(keyword.substr(0,1) != " "){keyword = " " + keyword;}
this.keywdHref[keyword] = href;
}
this.createAnchor = function(){
var objs = document.getElementsByTagName("div");
for(var i=0; i<objs.length; i++){
var obj = objs[i];
if(obj.className.indexOf("post-body")>-1){
var content = obj.innerHTML;
for(var keyword in this.keywdHref){
var href = this.keywdHref[keyword];
var newstr = content.replace(keyword, "<a href='"+href+"'>"+keyword+"</a>", "gi");
obj.innerHTML = newstr;
content = newstr;
}
}
}
}
this.startScript = function(){
var onLoad = window.onload;
window.onload = function(){
if(onLoad){onLoad();}
setTimeout("f.createAnchor()", 100);
}
}
}
</script>
<script type='text/javascript'>
var f = new autoLink();
f.add("SEO", "http://tiloejungle.blogspot.com//");
f.startScript();
</script></b:if>- Once the page is open please copy and paste the script all the code in the script code right above the </ body>
Description:
- See the very end of the code and replace it with the word SEO or select your keywords.
- Replace the address below http://tiloejungle.blogspot.com/ destination url.
Good luck!