Rabu, 02 Januari 2013

Cara mengubah template jadi SEO friendly Part 1

Apa itu SEO friendly? Biar si pamen GOOGLE mudah di index(mesin pencari) / Search Engine. Jadi kita harus mengubah template kita jadi SEO,sobat.....








Langkah-langkahnya :
Part 1. Mengatur struktur Tag Heading
    Centang Expand Template Widget,cari kode di bawah ini
<h3 class='post-title entry-title'>
      <b:if cond='data:post.link'>
        <a expr:href='data:post.link'><data:post.title/></a>
      <b:else/>
        <b:if cond='data:post.url'>
          <b:if cond='data:blog.url != data:post.url'>
            <a expr:href='data:post.url'><data:post.title/></a>
          <b:else/>
            <data:post.title/>
          </b:if>
        <b:else/>
          <data:post.title/>
        </b:if>
      </b:if>
      </h3
Ubahlah </h3 tersebut menjadi </h2
Next,cari code berikut
<h3 class='mobile-index-title entry-title'>
          <data:post.title/>
        </h3>
Ubahlah </h3 tersebut menjadi </h2

Next, cari lagi code yang mirip baged
<Group description="Post Title" selector="h3.post-title, h4, h3.post-title a">
Ganti menjadi:
<Group description="Post Title" selector="h2.post-title, h4, h2.post-title a">  

Next,  cari lagi code 
h3.post-title, h4 {
  font: $(post.title.font);
  color: $(post.title.text.color);
}
h3.post-title a {
  font: $(post.title.font);
  color: $(post.title.text.color);
}
h3.post-title a:hover {
  color: $(link.hover.color);
  text-decoration: underline;
}
Ubahlah </h3 tersebut menjadi </h2

Next, cari lagi kode
<!-- only display title if it's non-empty -->
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
Ubahlah </h3 tersebut menjadi </h2

  Yang TERAKHIR cari code
<title><data:blog.pageTitle/></title>  
dan ubah menjadi
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
SAVE TEMPLATE.... Bersambung Part 2






Title: Cara mengubah template jadi SEO friendly Part 1; Written by Unknown; Rating: 5 dari 5

Tidak ada komentar:

Posting Komentar