RSS

Merubah Label Menjadi Meta Keyword

Merubah Label menjadi meta keyword , Pentingkah ,,, menurut saya seh penting itu agar supaya template kita lebih SEO friendly istilah gaul nya hehe ,, . akan tetapi teknik seperti ini juga menurut keyakinan kalian masing-masing karena penilain seorang master berbeda-beda . silahkan anda koreksi sendiri rasakan perbedaan sebelum dan sesudah nya . langkah merubah label menjadi keyword bisa kita lakukan sebagi berikut

Meta Keyword


> LOgin ke blogger
> Klick rancangan / edit template / HTML
> Jangan Lupa Backup Template
> Cari kode <head>
> Copy  kode dibawah ini tepat di atas kode <head>


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



Kemudian Taruh code dibawah ini tepat di bawah <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>
<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 -->



Setelah itu cari code seperti code di bawah


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

JIka sudah hapuslah kedua code tersebut . karena bisa menyebabkan duplicate content.

Sumber : Forum Adsense Braad

Selesai Save , cek klick kanan dan lihat page source jika berhasil secara otomatis label akan menjadi meta keyword .
Selamat mencoba semoga berhasil.

Jika Ada yang tidak bisa copy code bisa copy Di Sini

 Build your Twitter account with ManageFlitter
Judul: Merubah Label Menjadi Meta Keyword
Rating: 100% based on 10 ratings. 5 user reviews.
Ditulis Oleh Unknown

Terimakasih atas kunjungan Sobat beserta kesediaan Anda membaca artikel ini. Kritik dan Saran sobat dapat sampaikan melalui Kotak komentar dibawah ini.
  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

Related Posts

0 komentar: