Modify template to include microdata

This commit is contained in:
Andrew Miner
2020-02-01 11:14:42 -07:00
parent c3e94e7370
commit 2692e9465a
77 changed files with 1600 additions and 1627 deletions
+18 -17
View File
@@ -5,21 +5,21 @@
<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>Chicken Parmesan</h1>
<h1 itemprop="name">Chicken Parmesan</h1>
<div class="timing">
prep 15 min,&nbsp;cook 30 min </div>
prep <span itemprop="prepTime">15 min</span>,&nbsp;cook <span itemprop"cookTime">30 min</span> </div>
<div class="icons">
<div class="icon serving"></div>× 6
<div class="icon serving"></div>× <span itemprop="recipeYield">6</span>
</div>
<div class="description">A delicious Italian breaded chicken smothered with cheese and tomato-based pasta sauce!
<div class="description" itemprop="description">A delicious Italian breaded chicken smothered with cheese and tomato-based pasta sauce!
</div>
</div>
</section>
@@ -29,68 +29,69 @@ prep 15 min,&nbsp;cook 30 min </div>
<h3>1</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
6
</div>
<div class="item">chicken breasts (skinless</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2
</div>
<div class="item">eggs</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
1 cup
</div>
<div class="item">Parmesean cheese (finely grated)</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
7 oz
</div>
<div class="item">bread crumbs (very finely crumbled)</div>
</ul>
</div>
<div class="detail">Pour beaten eggs into a shallow dish. Mix the bread crumbs and cheese in another shallow dish. After washing and drying the chicken breasts, dredge them first in the egg, and then in the bread crumb mixture. Place aside on parchment paper.
<div class="detail" itemprop="recipeInstructions">Pour beaten eggs into a shallow dish. Mix the bread crumbs and cheese in another shallow dish. After washing and drying the chicken breasts, dredge them first in the egg, and then in the bread crumb mixture. Place aside on parchment paper.
</div>
</div>
<div class="step">
<h3>2</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
2 tbsp
</div>
<div class="item">vegetable oil</div>
</ul>
</div>
<div class="detail">In a large skillet, heat oil over medium-high heat. When hot, add the chicken and saute until golden brown on both sides and the chicken is cooked through (about 810 minutes per side).
<div class="detail" itemprop="recipeInstructions">In a large skillet, heat oil over medium-high heat. When hot, add the chicken and saute until golden brown on both sides and the chicken is cooked through (about 810 minutes per side).
</div>
</div>
<div class="step">
<h3>3</h3>
<div class="ingredients">
<ul>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
12 oz
</div>
<div class="item">pasta sauce</div>
<li>
<li itemprop="recipeIngredient">
<div class="amount">
6 slices
</div>
<div class="item">Monterey Jack cheese</div>
</ul>
</div>
<div class="detail">Pour tomato sauce into an oven-safe dish just big enough to hold the chicken. Place the chicken on top of the sauce, and place a slice of cheese over each breast. Cook at 375°F until the cheese has melted and just started to brown (about 20 minutes).
<div class="detail" itemprop="recipeInstructions">Pour tomato sauce into an oven-safe dish just big enough to hold the chicken. Place the chicken on top of the sauce, and place a slice of cheese over each breast. Cook at 375°F until the cheese has melted and just started to brown (about 20 minutes).
</div>
</div>
</section>
<section class="credits">
vero_cn81,&nbsp;
<span itemprop="author">vero_cn81</span>
,&nbsp;
<a href="https://www.allrecipes.com/recipe/9044/tomato-chicken-parmesan">https://www.allrecipes.com/recipe/9044/tomato-chicken-parmesan</a>
</section>