How To Change Label in Blogspot Become Keyword




To change the label is actually a keyword article on blogspot is easy. But this only applies to advanced blogger. But for beginner bloggers probably still a bit confused. Actually, if the function of a keyword to change the label?

It aims to determine the keyword label mate aim to keyword articles. So that later articles would have a double keyword. That is keyword article writing pal and label mate given keyword.

So ... my friend will have two keywords are mutually beneficial.

How to change the label into the keywords are as follows:

A. Login to your buddy blogspot
2. Admission to the Draft> Edit HTML
3. Develop a template in advance by checking the option Expand Widget Templates
4. Press Ctrl + F and find the following code

<b:include data='blog' name='all-head-content'/>
<title> <data:blog.pageTitle/> </ title>

I'll remove the code was not the case doubling Title keyword

5. Then add the following code above <head>

<! - ::::::::::: Block1: Output post meta keywords ->

<b:if cond='data:blog.pageType == "item"'>
   <b:section id='meta1' showaddelement='no'>
   <! - A widget must be of Type = 'blog' to have exposed the data posts, 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 one 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 ->

               <Meta name = "keywords" content = "<b:loop values='data:post.labels' var='label'> <data:label.name/> <b: if cond = 'data: label . isLast! = "true" '>, </ b: if> </ b: loop> "/>

            </ B: if>
         </ B: loop>
      </ B: includable>
   </ B: widget>
   </ B: section>

</ B: if>

<! - Block1 ::::::::::: END ->

6. Then add the following code below <head>

<! - THE HEAD ->
<! - Must include (called) here to output other sub head 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 != "index"'>
   <title> <data:blog.pageName/> </ title>
    <meta name='description' expr:content='data:blog.pageName' />

<! - Index Page ->

<b:else/>

   <title> <data:blog.pageTitle/> </ title>
   <Meta name = "keywords" content = "your, blog, keywords! ' />
   <Meta name = "description" content = "your blog description! ' />

</ B: if>

<! - Block2 ::::::::::: END ->

7. Save your template, and please look at the results.