How to make your blogger blog more SEO Friendly--Blogger Hiden Tricks

SEO (Search Engine Optimization) SEO (Search Engine Optimization) is the base of each web journal, without it one can't call his online journal a commercial/professional one. The standing of your web journal in Google to a great extent relies on upon SEO and we all recognize better options the standing in Google, more the movement we get. So one might as well attempt to make his web journal more SEO Friendly. At the same time how would I do it ? SEO is an unfathomable subject. There are many routes for enhancing your website's SEO. For example including Meta Tags, Keeping the right number of characters in the post title, adding alt tags to all pictures and numerous different things.

Today I will demonstrate to you how you can -

1. Make all the outside connections open in new
tab

This will decrease your ricochet rate, increment the no. of site visits on your online journal and your website movement won't be exchanged simply as a result of one single connection.

2. Make all the outside connections nofollow 

By default all connections are dofollow that means Google can creep them and consequently a great part of the Pagerank squeeze of the page goes away. So with a specific end goal to avoid them one might as well add nofollow tag to all outer connections.

3. Adding alt tags to all pictures 

Alt tag in a picture portrays it and through it web crawlers like Google Images reveal to you writes picture on identified question. This serves to get more guests to your web journal and enhance SEO significantly.

So the inquiry comes how to do all these things ? Physically doing this will take a breather and it would almost unimaginable for web journals with immense number of posts for physically doing this assignment. So with a specific end goal to safeguard your exertion a Javascript code is as of now coded.


How to add SEO Friendly code to Blogger

Go to Blog Title → Template → Edit HTML and add the below code just above the tag </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>



0 comments:

Blogger Tips And Tricks
Copyright © 2013 Bloggers Hiden Tricks and Blogger Templates - Anime OST.