Saturday, November 20, 2010

Put SEO smart link for Blogspot / blogger (update)

Put SEO smart link for Blogspot / blogger (update)


Learn SEO Blogspot - Ever hear plugin SEO smart link? a plugin for wordpress which alter the function of each word that we specify, to be a link. Now the plugin can we put also on blogspot.seo smart links bloggersAll the word "SEO" will be automatically converted into linksBut already since last year this script is not working. But calm down, now the script has been improved thanks to the help of a friend, Double Manurung name. He is one of the best Indonesian programmer. He was the one blogger friend who many gave opinion to the skipper. Thank  to him. Follow the tutorial to install the plugin seo smart links to blogspot / blogger below.


How does seo smart links to this blogspot?This script will read every word on every post. For example, if my friend enter the word "SEO" in the script then automatically on all pages that have the word "seo" will be on a link to the url address that has been my friend set.
Does this violate google autolink script guidelines?No, as long as the number of links a friend enter the code autolink still being fair. Recommendations skipper, just 1 link only.
How do I install this autolink code on blogspot pal?

   
1. The first step, login to blogger.com and then to design (design).
   
2. Towards the edit html tab. Press ctrl f on your keyboard. And look for the code </ body>
   
3. See the script code here (click to view in a new tab)
   
4. After open the script page please copy and paste all the code in the script just above the code </ body>


this script:
//<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) != &quot; &quot;){keyword = &quot; &quot; + keyword;}
        this.keywdHref[keyword] =  href;
    }
    this.createAnchor = function(){
        var objs = document.getElementsByTagName(&quot;div&quot;);
        for(var i=0; i&lt;objs.length; i++){
            var obj = objs[i];
            if(obj.className.indexOf(&quot;post-body&quot;)&gt;-1){
                var content = obj.innerHTML;
                for(var keyword in this.keywdHref){
                    var href = this.keywdHref[keyword];
                    var newstr = content.replace(keyword, &quot;&lt;a href=&#39;&quot;+href+&quot;&#39;&gt;&quot;+keyword+&quot;&lt;/a&gt;&quot;, &quot;gi&quot;);
                    obj.innerHTML = newstr;
                    content = newstr;
                }
            }
        }
    }
    this.startScript = function(){
        var onLoad = window.onload;
        window.onload = function(){
            if(onLoad){onLoad();}
            setTimeout(&quot;f.createAnchor()&quot;, 100);
        }
    }
}
</script>
<script type='text/javascript'>
var f = new autoLink();
f.add(&quot;SEO&quot;, &quot;http://howtolearning.blogspot.com//&quot;);
f.startScript();
</script></b:if>//

Description:

    
* See the very end of the code and replace it with a word or SEO keywords mate choice.
    
* Replace below
http://howtolearning.blogspot.com/ with the url address of the destination. 
    * Replace symbol // before </b:if> and before <b:if cond='data:blog.url from script

4 comments:

Deepika singh said...

Thanks for sharing such a beautiful information with us. I hope you will share some more info about SEO. Please keep sharing!
Digilligence

seoservicesinusa said...

Well, I have mentioned earlier,. With keyword research, you can have a clear direction for your blogging journey and SEO effort. By performing keyword research for your SEO strategy, you can tackle topics your audience hungers for and rank for what actually matters.

Abd Faek Ghananeem said...

ubable

Emliy said...

On-page SEO booster for WordPress Blogs. Informative Sidebar Plugin https://wordpress.org/plugins/i20-sidebar-widgets/

Post a Comment

 
Powered by Blogger