How To Add Meta Description and key words for each post in your blogger


Blogger logo.trademark of google . this onle for user reference

The main problem of every blogger is To Index their blogger post with search engines and finding their posts at in  the search results. with out matching keywords and description for each and every post  you can't find your posts on top in search results even the blog has original content .for this keywords and description every blogger use one traditional code which is  :

                 <meta content='DESCRIPTION HERE' name='description'/>                    
                 <meta content='KEYWORDS HERE' name='keywords'/>                      
                 <meta content='AUTHOR NAME HERE' name='author'/>                      

But I think it is absolutely wrong because if you use that code you can add a single  description  and keywords for your entire blog .that means every blogger post contain same keywords and description.then search engines neglect your posts and mark it as spam . so be careful with this and to add separate key words just follow below instruction.

this is to parts 1)Adding Keywords 2) Meta Description

Adding Keywords:
1) go to blogger ---> Template ---> Edit Template
2)Expand template (make sure that you save one copy of present template before making this changes)
3)Find <head>
4) Replace <head> with below code


<!--::::::::::: Block1: Output post meta keywords -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
   <b:section id='meta1' showaddelement='no'>
   <!-- widget must be a of Type = 'blog' to have posts data exposed, and must have a unique id -->
   <!-- Empty Includables(functions) to output nothing, You must keep them ): -->
   <b:widget id='Blog2' locked='no' type='Blog'>
      <b:includable id='nextprev'/>
      <b:includable id='backlinks' var='post'/>
      <b:includable id='post' var='post' />
      <b:includable id='status-message'/>
      <b:includable id='comment-form' var='post'/>
      <b:includable id='backlinkDeleteIcon' var='backlink'/>
      <b:includable id='postQuickEdit' var='post'/>
      <b:includable id='commentDeleteIcon' var='comment'/>
      <b:includable id='feedLinks'/>
      <b:includable id='feedLinksBody' var='links'/>
      <b:includable id='comments' var='post'/>
      <b:includable id='main' var='top'><!-- Main Function of Any widget comes with ID 'main' -->
         <!-- Loop Page Posts (only 1 in a post page )-->
         <b:loop values='data:posts' var='post'>
            <b:if cond='data:post.labels'>
               <!-- If the post has labels, make Meta keywords by looping lables -->
               &lt;meta name=&quot;keywords&quot; content=&quot;<b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if></b:loop>&quot; /&gt;
            </b:if>
         </b:loop>
      </b:includable>
   </b:widget>
   </b:section>
</b:if>
<!--::::::::::: Block1 END -->


<head> <!-- THE HEAD -->


<!-- must include(called) here to output other head sub elements -->
<b:include data='blog' name='all-head-content'/>


<!--::::::::::: Block2: Output Index Title,keywords,decription and Post Title,description -->
<!-- Post/Archive Page -->
<b:if cond='data:blog.pageType != &quot;index&quot;'>
   <title><data:blog.pageName/></title>
    
<!-- Index Page -->   
<b:else/>
   <title><data:blog.pageTitle/></title>
   <meta name='keywords' content='your,blog,keywords!!' />
   
</b:if>
<!--::::::::::: Block2 END -->


And then click Save that's it .With this you can use your post labels as keywords.so while posting add categories labels and othe matching terms for keywords
for example one of my post is about Nokia lumia 900. and my labels are mobiles,nokia,nokia mobile,nokia lumis,lumia 900,lumia 800,window phone etc..  in  this lables mobiles,nokia are for categories purpose and remaining other are for keyword purpose.hope you catch the point.

Next Adding description i already wrote one article about this so plz read that

             How to add Meta description for each post in blogger?

After reading this two articles you can add meta description and keywords for each and every post in you blogger. hope it will be helpful

{ 0 comments... read them below or add one }

Post a Comment