Merubah label kita yang ada pada blog anda menjadi keyword di Search Engine, sebenarnya pengaplikasiannya sangatlah mudah, anda hanya perlu merubah sedikit template anda. caranya seperti ini:
1. login dan masuk ke dasbor blogspot anda.
2. Klik ke rancangan>edit HTML
3. Backup dulu templatenya (untuk jaga-jaga)
4. Centang expand template widget.
5. Cari kode <head> agar lebih mudah tekan ctrl + F ketik nama yang ingin dicari.6. kemudian paste kode di bawah ini tepat di atas kode <head>.
1. login dan masuk ke dasbor blogspot anda.
2. Klik ke rancangan>edit HTML
3. Backup dulu templatenya (untuk jaga-jaga)
4. Centang expand template widget.
5. Cari kode <head> agar lebih mudah tekan ctrl + F ketik nama yang ingin dicari.6. kemudian paste kode di bawah ini tepat di atas kode <head>.
<!--::::::::::: Block1: Output post meta keywords -->
<b:if cond='data:blog.pageType == "item"'>
<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 -->
<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. Lalu tambahkan lagi kode di bawah 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 != "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. Lalu cari lagi kode: (agar lebih mudah tekan lagi ctrl + F terus di copy paste code di bawah ini)
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
Jika sudah ketemu, hapus saja kode tersebut. karena jika tidak di hapus, maka akan terjadi duplikat title.
Selamat mencoba.. Jika ada masalah dan kritik silahkan beri komentar di bawah :




{ 0 komentar... Views All / Send Comment! }
Posting Komentar