Skip to main content
Commercial Photography

Increase your blog pageviews by using smart links

How to Easily Put SEO Smart Links On Postings Blog- mas Dion Blog Hello friends, this time I want gives a tutorial how to plug SEO smart link in the post / article of your blog. Well usefulness of SEO Smart link mounting technique is intended to provide a signal to Google that more crawl links in our blog article and to advance SEO techniques to increase Page Views Blog itself.
Increase your blog pageviews by using smart links

How it works from the SEO Smart Links is very easy that is by displaying one or more characters that leads to a specific link where the link is a link you another article that you think is related to an article on your blog. If you are curious to know how the installation of SEO Smart Links in Blog you please see the discussion below.

For how very easy installation, consider the following tutorial:
  1. The first step please go first to the Edit HTML template >>
  2. Then how the code </ body>
  3. Then place the following code before the code </ body>

<script type='text/javascript'>
function smartLink(){
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 smartLink();
f.add(&quot;SEO&quot;, &quot;http://entertainment-plateform.blogspot.com/&quot;);
f.startScript();
</script>
If you want the plugin above only appear on a page posting only, want the plugin above only appear on a page posting any, please add the conditional tags page special post.

On the javascript code, just replace your word like "SEO" with your own keywords pal specify and change http://entertainment-plateform.blogspot.com/ with the url of your own blog (highlighted).

You can add more words just simply adding these javascript lines in your code where the already code marked, like this:

f.add(&quot;SEO&quot;, &quot;http://entertainment-plateform.blogspot.com/&quot;);
f.add(&quot;Template&quot;, &quot;http://entertainment-plateform.blogspot.com/&quot;);
f.add(&quot;Blogger&quot;, &quot;http://entertainment-plateform.blogspot.com/
&quot;);

If you want to add your word in bold, so simply add these code with your words.

f.add(&quot;&lt;b&gt;SEO&lt;/b&gt;&quot;, &quot;http://entertainment-plateform.blogspot.com/
&quot;);

It is advisable not to add excessive keyword, from 1 to 3 keywords is enough.

Comments

Popular posts from this blog

New Fifty Shades Darker poster drops

New Fifty Shades Darker poster drops The brand new poster for Fifty Shades Darker , starring Jamie Dornan and Dakota Johnson has just dropped. It comes ahead of the new New Fifty Shades Darker trailer release tomorrow.

Commets, Varialbles & Special Keywords

Comments Javascript supports two types of comments. Double-slashes (//) tell javascript to ignore everything to the end of the line. You will see them used most often to describe what is happening on a particular line. var x=5; // Everything from the // to end of line is ignored(*) var thingamajig=123.45; // 2 times the price of a whatsit. "Blockquotes" begin a comment block with a slash-asterisk (/*) and Javascript will ignore everything from the start of the comment block until it encounters an asterisk-slash (*/). Blockquotes are useful for temporally disabling large areas of code, or describing the purpose of a function, or detailing the purpose and providing credits for the script itself.  function whirlymajig(jabberwocky) {    /* Here we take the jabberwocky and insert it in the gire-gimble, taking great care to observe the ipsum lorum!   For bor-rath-outgrabe! We really should patent this! */    return (jabberwocky*2); } You should note that...

Agile Lock v1.6 for Android

A gile Lock customizable my lock screen and make more attractive. It is the replacement of lock screen, Sense 3.0 like, it gives a COOL lock experience. Whats are Main Features: Sense 3.0 style slider look Customize your lock screen with shortcuts/widgets which are allowed on the lock screen Widget for weather built-in Customize Fonts, supported type .ttf Choose your favorite wallpaper for customization Different ways of wake up the screen, such as volume button or power button This lock support system security More customization available in setting. You may also like these articles. Text Plus Gold 4.5 for Android Astro File Manager for Android Twitter for Android Learn to Run the App: Open the app AgileLock, touch the flashing power button in the middle of the screen. When the yellow circle around appear around the power button, your App starts to run on your phone. Tips & setting for resolving issues: If you have facing issue with the power button, such as light screen canno...