Recipe

From getSchema
Jump to: navigation, search

This Page Semantic Annotations

Description

A recipe.

Examples

<div itemscope itemtype="http://schema.org/Recipe">   <h1 itemprop="name">Pita Pizza</h1>     <p>By<span itemprop="author">Mindy Pretner</span></p>          <div itemprop="description">          "Pita Pizza is a quick snack or meal that can          be customized to your liking!"     </div>     <div><span itemprop="recipeYield">1</span> Serving</div>     <div>       Prep Time: <time itemprop="prepTime">5 Min</time><br/>       Cook Time: <time itemprop="cookTime">15 Min</time><br/>       Ready In: <time itemprop="totalTime">20 Min</time><br/>     </div>     <div>       <h3> Ingredients</h3>        <ul>         <li itemprop="ingredients">1 pita bread round</li>         <li itemprop="ingredients">5 ml olive oil</li>         <li itemprop="ingredients">45 ml pizza sauce</li>         <li itemprop="ingredients">55 g shredded mozzarella cheese</li>         <li itemprop="ingredients">25 g sliced crimini mushrooms</li>         <li itemprop="ingredients">0.7 g garlic salt</li>        </ul>     </div>      <div itemprop="recipeInstructions">       <h3> Directions</h3>       <ol>         <li>Preheat grill for medium-high heat.</li>         <li>Spread one side of the pita with olive oil              and pizza sauce. Top with cheese              and mushrooms, and season with garlic salt.</li>          <li>Lightly oil grill grate. Place pita pizza on grill,               cover, and cook until               cheese completely melts, about 5 minutes.</li>       </ol>     </div>      <div itemprop="nutrition">       <span itemscope itemtype="http://schema.org/NutritionInformation">         <h3> Nutritional Information </h3>         <p> <strong>Amount Per Serving</strong>&nbsp; Calories:            <span itemprop="calories">405</span>             | Total Fat: <span itemprop="fatContent">18g</span> |              Cholesterol: <span itemprop="cholesterolContent">44mg</span>         </p>       </span>     </div> </div>