SEO

Hi Friends You are absolutely Know
SEO(Search Engine Optimization )
is the base of every blogger and website
owner without SEO we can’t call a blog
or website is professional one
the ranging of your blog and website
in search engine largely depend on
SEO and we are know if our blog have
better ranking in Google and other search
engine then we can get more traffic so
we should make every possible effort
to make our blog more SEO But
how to do this ?there are thousand way
to make our blog more SEO friendly
like adding meta tag, adding the alt tag
in all image etc..

How To Make More SEO

1..Make All the External link open in a new tab

2..Make all the external link nofollow

3..Add the alt tag in all image

4.. Final step  log in your account–Edit Template–find the </head>
    and the below code just above </head>

<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(){// Let’s make external links open in a new tab. 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>

<script type=”text/javascript”>//<![CDATA[
jQuery(‘a’).each(function(){// Let’s make external links nofollow. 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(“rel”, “nofollow”);}});//]]></script>

<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>

Now Save the Template

> If your blog have all ready JQurey then remove the green color code