This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Sunday, January 26, 2014

How to Generated More Traffic to your Blogger Blog

How to Generated More Traffic to your Blogger Blog

How to Generated More Traffic to your Blogger Blog

 

1.Format Blogger post URL link:
Permalink plays a great role in search engine ranking of your post. There are few rules which everybody should follow for Blogspot permalinks:
Go to Blogger edit HTML > find out code section

<title><data:blog.pagetitle/></title>

and replace it with

<b:if cond= 'data:blog.pageType == &quot;index&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Now the individual pages will have post title itself .

2.optimizate your image on BlogSpot  by adding alt tag and title tags in every image

3.Provide good title ,description and footer text

Title ,footer and description plays an important role on search engine optimization of every blog . If you are targeting some keywords make sure that you included those keywords in the above mentioned locations .

4.You should provide Meta Description in every post you publish. Meta Descriptions are 2-3 lines description of your blog. It is good for Search Engine Optimization because it helps search engine to understand your blog in 2-3 lines.  In the new Interface of Google Blogger it very easy to add a custom description. While you are publishing a new post you can simply add 2-3 lines in the description box on the right sidebar.

5.Labels
Labels are same as the keyword or not. It is very controversial. But no doubt it is very important for Search Engine Optimization. You should use proper, descriptive and unique labels for your blog. A blog should have at least 3 to 5 unique labels

6.Keyword density is a important aspect for better ranking. Too less will lead to less ranking and stuffing your Keyword will lead to over optimization. I usually maintain a ratio of 2%/post. Though, you can pick keyword density for your Blog post SEO, account to one which works for you. Publish articles in relevance to post title and include necessary keywords in the post . Never stuff keywords to manipulate search engines . But after finish you can analyze the whole post to find out suitable locations where the keywords can be safely inserted without distracting readers .

7.Make all the external links open in new tab 
This will reduce your bounce rate, increase the no. of page views on your blog and your blog traffic will not be transferred just because of one single link.

8. Make all the external links nofollow
By default all links are dofollow that means Google can crawl them and hence much of the PageRank juice of the page goes away. So in order to prevent them one should add nofollow tag to all external links.

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



Once you have added the code save your template.You are done now. Now you can see alt tags in your images, Nofollow tag in External links and Opening of external links in new tab.

10. Give Meta Tags or meta keywords and Description :

Sign In to your Blogger Account
    Take Design tab in your blog

dashboard
    Select Edit HTML
    Add the following code inside

<head> section


    <b:if cond='data:blog.url ==

data:blog.homepageUrl'>
    <meta content='Place blogger

description here'

NAME='description'/>
    <meta content='Place your blog's

keywords here(seperated by commas)'
    NAME='keywords'/>
    </b:if>

Replace the Red text by your blog's description and keywords and place

it inside <head> section.Now your blogger blog meta tags are

placed.The Blogger description you placed in meta tag description will

display as the description of your blog in Google search results


11.Change all H3 tags with H1 tag

Go to Blogger Account
    Select Template -> Edit HTML

         simply find <H3
Change all < h3> </h3> open and closed tags and replace them with <h1> </h1>

click save template.