Modify template to include microdata
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="user-scalable=no, width=device-width" />
|
||||
|
||||
<body class="recipe">
|
||||
<body class="recipe" itemscope itemtype="http://schema.org/Recipe">
|
||||
<section class="header">
|
||||
<div class="image" style="background-image: url('./image.png')"></div>
|
||||
<div class="image" style="background-image: url('./image.png')" itemprop="image"></div>
|
||||
|
||||
<div class="about">
|
||||
<h1>Kielbasa and Cabbage</h1>
|
||||
<h1 itemprop="name">Kielbasa and Cabbage</h1>
|
||||
|
||||
<div class="timing">
|
||||
</div>
|
||||
@@ -20,7 +20,7 @@
|
||||
<div class="icon low-carb"></div>
|
||||
</div>
|
||||
|
||||
<div class="description">pass
|
||||
<div class="description" itemprop="description">pass
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -30,77 +30,77 @@
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
6 slices
|
||||
</div>
|
||||
<div class="item">bacon</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Fry the bacon in a dutch oven until browned and crispy. Set the bacon aside, leaving the drippings in the skillet.
|
||||
<div class="detail" itemprop="recipeInstructions">Fry the bacon in a dutch oven until browned and crispy. Set the bacon aside, leaving the drippings in the skillet.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
¼ cup
|
||||
</div>
|
||||
<div class="item">water</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 tbsp
|
||||
</div>
|
||||
<div class="item">sugar</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 cups
|
||||
</div>
|
||||
<div class="item">onion, yellow (diced)</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 tsp
|
||||
</div>
|
||||
<div class="item">garlic (minced)</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
¼ tsp
|
||||
</div>
|
||||
<div class="item">red pepper flakes</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
¼ tsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
3 tsp
|
||||
</div>
|
||||
<div class="item">caraway seeds</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 head
|
||||
</div>
|
||||
<div class="item">cabbage, green (chopped)</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Add water, sugar, onion, garlic, red pepper flakes, salt and caraway seeds to the bacon drippings. Mix evenly, and then add the cabbage. Toss gently until the cabbage is evenly coated with grease and seasonings. Cover and cook on medium until the cabbage is soft and translucent (about 10 minutes).
|
||||
<div class="detail" itemprop="recipeInstructions">Add water, sugar, onion, garlic, red pepper flakes, salt and caraway seeds to the bacon drippings. Mix evenly, and then add the cabbage. Toss gently until the cabbage is evenly coated with grease and seasonings. Cover and cook on medium until the cabbage is soft and translucent (about 10 minutes).
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 lb
|
||||
</div>
|
||||
<div class="item">kielbasa</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Add the kielbasa and continue cooking on medium until it is heated all the way through.
|
||||
<div class="detail" itemprop="recipeInstructions">Add the kielbasa and continue cooking on medium until it is heated all the way through.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
@@ -109,7 +109,7 @@
|
||||
<ul>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Crumble the bacon on top and serve.
|
||||
<div class="detail" itemprop="recipeInstructions">Crumble the bacon on top and serve.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user