Hrecipe Microformat untuk Blogspot

Hrecipe Microformat
Fungsi utama dari Hrecipe sebenarnya adalah sebagai tanda atau markup untuk sebuah artikel yang bertemakan tentang resep masakan atau makanan, kelebihan menggunakan kode ini adalah mampu menampilkan foto atau gambar dan rating bintang dalam setiap postingan secara bersamaan di mesin pencarian google
Berikut ini adalah kode Hrecipe Microformat untuk template Blogspot copy dan pastekan kode berikut di dalam setiap postingan paste di bagian bawah atau akhir dari postingan dalam format kode HTML bukan di bagian Compose

<div itemscope='' itemtype='http://data-vocabulary.org/Recipe'>
  <h3 itemprop="name">Grandma's Holiday Apple Pie</h3>
  <img itemprop="photo" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlT30RxrylBaH4vIU2M06x7YJuYTx6LyipoRP1T1SHc0VNN-GrPRVLFq2zid0R5jSdPaQ2_3HEiclM9RPO4GUZnb5ANv6dMubFSQueU1o5UekSHbCWYdgt3I6y5YZzDRhLa7SPT3b7O4zp/s1600/Helloween---Straight-Out-Of.jpg" />
  By <span itemprop="author">Carol Smith</span>
  Published: <time datetime="2009-11-05" itemprop="published">
    November 5, 2009</time>
  <span itemprop="summary">This is my grandmother's apple pie recipe. I like to add a
    dash of nutmeg.</span>
  <span itemprop="review" itemscope='' itemtype='http://data-vocabulary.org/Review-aggregate'>
    <span itemprop="rating">4.0</span> stars based on
    <span itemprop="count">35</span> reviews </span>
  Prep time: <time datetime="PT30M" itemprop="prepTime">30 min</time>
  Cook time: <time datetime="PT1H" itemprop="cookTime">1 hour</time>
  Total time: <time datetime="PT1H30M" itemprop="totalTime">1 hour 30 min</time>
  Yield: <span itemprop="yield">1 9" pie (8 servings)</span>
  <span itemprop="nutrition" itemscope='' itemtype="http://data-vocabulary.org/Nutrition">
    Serving size: <span itemprop="servingSize">1 medium slice</span>
    Calories per serving: <span itemprop="calories">250</span>
    Fat per serving: <span itemprop="fat">12g</span>
  </span>
  Ingredients:
    <span itemprop="ingredient" itemscope='' itemtype="http://data-vocabulary.org/RecipeIngredient">
      Thinly-sliced <span itemprop="name">apples</span>:
      <span itemprop="amount">6 cups</span>
    </span>
    <span itemprop="ingredient" itemscope='' itemtype="http://data-vocabulary.org/RecipeIngredient">
      <span itemprop="name">White sugar</span>:
      <span itemprop="amount">3/4 cup</span>
    </span>
  ...

  Directions:
    <div itemprop="instructions">
      1. Cut and peel apples
      2. Mix sugar and cinnamon. Use additional sugar for tart apples.
      ...
    </div>
</div>
Selamat Mencoba!
home