Secret Manner

This Blog Provides Information About Blog, Blog Tips, Ways And Others

5 Script to blog to make it more SEO


script SEO Welcome Friend, this time I want to share three scripts for the blog to be more SEO, set this script has many benefits, among others:
  •      Creating more SEO Friendly Blog
  •      Increase traffict visitors to the blog via search engines
  •      Increase Page Rank
  •      prevent spammers
  •      Creating a blog is preferred by search engines

But first I want to explain the first 3 SEO Tips to script this, note the review below:

1. External Script Nofollow

Link External Menjadi Nofollow Secara Otomatis
<script src = 'http: //ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type = 'text / javascript' />
<script type = 'text / javascript'>
<! [CDATA [
jQuery ('a'). each (function () {var a = jQuery (this) .attr ('href'); if (typeofa!='undefined'&&a!=""&&(a.indexOf('http://')!=-1||a.indexOf('https://')!=-1)&&a.indexOf(window.location.hostname)==-1){jQuery(this).attr("rel","nofollow")}});
]]>
</ script>

This script is used to add the attribute rel "nofollow" automatically for all external links on your blog, This is the easiest way, because we no longer need to seek external links one by one, especially if the number of posts has reached hundreds or even thousands . By installing the script above, it has an automatic function to add rel = 'nofollow' on all external links on your blog. The steps

  •      Log in to Blogger
  •      Select Template »Edit HTML
  •      Copy and paste the script above is just above the </ head>


2. Script Alt Tags for images

script tag alt text
<script src = 'https: //ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' type = 'text / javascript' />
<script type = 'text / javascript'>
// <! [CDATA [
$ (document) .ready (function () {
$ ('img'). each (function () {
var $ img = $ (this);
var filename = $ img.attr ('src')
$ img.attr ('alt', filename.substring ((filename.lastIndexOf ('/')) + 1, filename.lastIndexOf ('.')));
});
});
//]]>
</ script>

Alt Tags on the image function, serves as a marker. This is to notify search engines such as google, bing, and so forth on the identity of the image. Because the search engines will not be able to read an image. The search engine only knows extensions of an image such as jpg, gif, png, without being able to read the "image if it's actually". To make it in the alt tags so that search engines can find out the identity of the image we input on the post.

In addition to the above functions alt tags also serves to reduce the error / warning is valid HTML of your blog and also be able to insert the keyword, whether it be keywords title of the article, the derived target keyword, or a description of the image.

How:

  •      Log in to Blogger
  •      Select Template »Edit HTML
  •      Copy and paste the script above is just above the </ head>



3. Script open link in new tab

script open link new tab
<script type = 'text / javascript'>
// <! [CDATA [
     jQuery ('a'). each (function () {var href = jQuery (this) .attr ('href'); if (typeof href! = 'undefined' && href! = "" && (href.indexOf ('http: // ')! = - 1 || href.indexOf (' https: // ')! = - 1) && href.indexOf (window.location.hostname) == - 1) {jQuery (this). attr ("target", "_blank");}}); //]]>
</ script>


This script works if one link is clicked by the reader, it will automatically open in a new window (new tab) on the browser displays the referenced information without having to close the page referrals.

It is very important friend, because the page being read posts that are not closed or disappear, the visitor or the reader can still read the article to complete while others see reference link contained in a post, if there is more than one link in the post, this will increase the Page views blog and its impact is able to streamline position Alexa Rank.

How to install:

  •      Log in to Blogger
  •      Select Template »Edit HTML
  •      Copy and paste the script above is just above the </ head>

4. Accelerate Loding Script Blog

speed loading blog
<script src = 'http: //ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js' type = 'text / javascript' />
<script src = 'https: //script-lazyload.googlecode.com/svn/trunk/lazyload.js' type = 'text / javascript' />
<script type = 'text / javascript'>
  $ (function () {
     $ ('img'). lazyload ({
       placeholders:&quot;http://2.bp.blogspot.com/-sJ-tZahntLI/T9coeqmdqMI/AAAAAAAADUQ/ztxIT1Fht4g/s1600/grey.png&quot;,
         effect: & quot; & quot;, fadeIn
         threshold: 100
      });
  });
</ script>

Speed up loading of the blog or blogs that light is one of the main factors that have a major influence on visitor traffic. Because most visitors do not want to wait the length of the loading can read the blog to post your article, and the higher the bounce effect will always haunt the blog. One solution to speed up loading of the blog is to install the script above, as for how:

  •      Log in to Blogger
  •      Select Template »Edit HTML
  •      Copy and paste the script above is just above the </ head>


5. Script Increase blog traffic

script traffic blog
<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>

This strategic move is believed some bloggers to lower your alexa rank blog, hopefully successfully. Okay .., straight course, Functions of the script above is that all domains redirect to blogspot.com. For example: If your blog visitors majority of Russian state, then they will go to your blog using blogspot.ru domain. Come to think logically then Alexa will count display blogspot.ru domain instead of blogspot.com. This is the function of this script can increase blog visitors,

The steps to install this script:

  •      Log in to Blogger
  •      Select Template »Edit HTML
  •      Copy and paste the script above is just above the </ head>
Bagikan :
+
Previous
Next Post »

Artikel Terkait:

0 Komentar untuk "5 Script to blog to make it more SEO"

 
Template By Kunci Dunia
Back To Top