Spaces:
Runtime error
Runtime error
Commit
·
a31a1b3
1
Parent(s):
8c76384
Update static/output.html
Browse files- static/output.html +43 -38
static/output.html
CHANGED
@@ -5,43 +5,48 @@
|
|
5 |
<title>Moroccan-Style Tomato Salad</title>
|
6 |
</head>
|
7 |
<body>
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
<
|
20 |
-
|
21 |
-
</
|
22 |
-
<
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
</
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
46 |
</body>
|
47 |
</html>
|
|
|
5 |
<title>Moroccan-Style Tomato Salad</title>
|
6 |
</head>
|
7 |
<body>
|
8 |
+
<div itemscope itemtype="https://schema.org/Recipe">
|
9 |
+
<span itemprop="name">Mom's World Famous Banana Bread</span>
|
10 |
+
By <span itemprop="author">John Smith</span>,
|
11 |
+
<meta itemprop="datePublished" content="2009-05-08">May 8, 2009
|
12 |
+
<img itemprop="image" src="bananabread.jpg"
|
13 |
+
alt="Banana bread on a plate" />
|
14 |
+
|
15 |
+
<span itemprop="description">This classic banana bread recipe comes
|
16 |
+
from my mom -- the walnuts add a nice texture and flavor to the banana
|
17 |
+
bread.</span>
|
18 |
+
|
19 |
+
Prep Time: <meta itemprop="prepTime" content="PT15M">15 minutes
|
20 |
+
Cook time: <meta itemprop="cookTime" content="PT1H">1 hour
|
21 |
+
Yield: <span itemprop="recipeYield">1 loaf</span>
|
22 |
+
Tags: <link itemprop="suitableForDiet" href="https://schema.org/LowFatDiet" />Low fat
|
23 |
+
|
24 |
+
<div itemprop="nutrition"
|
25 |
+
itemscope itemtype="https://schema.org/NutritionInformation">
|
26 |
+
Nutrition facts:
|
27 |
+
<span itemprop="calories">240 calories</span>,
|
28 |
+
<span itemprop="fatContent">9 grams fat</span>
|
29 |
+
</div>
|
30 |
+
|
31 |
+
Ingredients:
|
32 |
+
- <span itemprop="recipeIngredient">3 or 4 ripe bananas, smashed</span>
|
33 |
+
- <span itemprop="recipeIngredient">1 egg</span>
|
34 |
+
- <span itemprop="recipeIngredient">3/4 cup of sugar</span>
|
35 |
+
...
|
36 |
+
|
37 |
+
Instructions:
|
38 |
+
<span itemprop="recipeInstructions">
|
39 |
+
Preheat the oven to 350 degrees. Mix in the ingredients in a bowl. Add
|
40 |
+
the flour last. Pour the mixture into a loaf pan and bake for one hour.
|
41 |
+
</span>
|
42 |
+
|
43 |
+
140 comments:
|
44 |
+
<div itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">
|
45 |
+
<meta itemprop="interactionType" content="https://schema.org/CommentAction" />
|
46 |
+
<meta itemprop="userInteractionCount" content="140" />
|
47 |
+
</div>
|
48 |
+
From Janel, May 5 -- thank you, great recipe!
|
49 |
+
...
|
50 |
+
</div>
|
51 |
</body>
|
52 |
</html>
|