Modify template to include microdata
This commit is contained in:
@@ -5,22 +5,22 @@
|
||||
<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>Curry Butternut Squash & Apple Soup</h1>
|
||||
<h1 itemprop="name">Curry Butternut Squash & Apple Soup</h1>
|
||||
|
||||
<div class="timing">
|
||||
</div>
|
||||
|
||||
<div class="icons">
|
||||
<div class="icon gluten-free"></div>
|
||||
<div class="icon serving"></div>× 4
|
||||
<div class="icon serving"></div>× <span itemprop="recipeYield">4</span>
|
||||
</div>
|
||||
|
||||
<div class="description">This is a delightfully creamy soup between the squash and heavy cream, and the spices add a wonderful flavor.
|
||||
<div class="description" itemprop="description">This is a delightfully creamy soup between the squash and heavy cream, and the spices add a wonderful flavor.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -30,82 +30,82 @@
|
||||
<h3>1</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
2 tbsp
|
||||
</div>
|
||||
<div class="item">olive oil, extra-virgin</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
</div>
|
||||
<div class="item">onion, yellow (diced)</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
</div>
|
||||
<div class="item">carrot</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Heat oil in a dutch oven. Add the onions and carrots and cook until the latter are soft.
|
||||
<div class="detail" itemprop="recipeInstructions">Heat oil in a dutch oven. Add the onions and carrots and cook until the latter are soft.
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>2</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
4 cups
|
||||
</div>
|
||||
<div class="item">chicken broth</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
4 cups
|
||||
</div>
|
||||
<div class="item">butternut squash (chopped)</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1
|
||||
</div>
|
||||
<div class="item">apple (cored, peeled, diced)</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1 tsp
|
||||
</div>
|
||||
<div class="item">cinnamon</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
1½ tsp
|
||||
</div>
|
||||
<div class="item">yellow curry powder</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½ tsp
|
||||
</div>
|
||||
<div class="item">salt</div>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½ tsp
|
||||
</div>
|
||||
<div class="item">black pepper</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Add the chicken broth, squash, apple, and spices. Bring to a boil, and then reduce to a simmer until the squash is tender (about 30 min).
|
||||
<div class="detail" itemprop="recipeInstructions">Add the chicken broth, squash, apple, and spices. Bring to a boil, and then reduce to a simmer until the squash is tender (about 30 min).
|
||||
</div>
|
||||
</div>
|
||||
<div class="step">
|
||||
<h3>3</h3>
|
||||
<div class="ingredients">
|
||||
<ul>
|
||||
<li>
|
||||
<li itemprop="recipeIngredient">
|
||||
<div class="amount">
|
||||
½ cup
|
||||
</div>
|
||||
<div class="item">heavy cream</div>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="detail">Purée the soup (in batches, if necessary), and return to the dutch oven. Add the cream, and reheat gently until just barely simmering.
|
||||
<div class="detail" itemprop="recipeInstructions">Purée the soup (in batches, if necessary), and return to the dutch oven. Add the cream, and reheat gently until just barely simmering.
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user