mandyvarel commited on
Commit
e82faa2
·
1 Parent(s): 82fc17f

Update static/output.html

Browse files
Files changed (1) hide show
  1. static/output.html +62 -38
static/output.html CHANGED
@@ -1,38 +1,62 @@
1
- <div itemscope itemtype="https://schema.org/Recipe">
2
- <span itemprop="name">Moroccan-Style Tomato Salad</span>
3
- <span itemprop="description">A salad that's the perfect accompaniment to summer grills.</span>
4
- <span itemprop="recipeYield">Serves 4</span>
5
-
6
- <span itemprop="recipeIngredient">200g tinned chickpeas</span>
7
- <span itemprop="recipeIngredient">1/2 tsp ground cumin</span>
8
- <span itemprop="recipeIngredient">1/2 tsp cayenne</span>
9
- <span itemprop="recipeIngredient">1/2 tsp ground coriander</span>
10
- <span itemprop="recipeIngredient">Olive oil</span>
11
- <span itemprop="recipeIngredient">1 kg mixed ripe tomatoes</span>
12
- <span itemprop="recipeIngredient">1/2 cucumber</span>
13
- <span itemprop="recipeIngredient">Salt, to taste</span>
14
- <span itemprop="recipeIngredient">1 spring onion, trimmed and thinly sliced</span>
15
- <span itemprop="recipeIngredient">1 red chilli, thinly sliced</span>
16
- <span itemprop="recipeIngredient">1/2 lemon zest, finely sliced</span>
17
- <span itemprop="recipeIngredient">Juice of 1/2 lemon</span>
18
- <span itemprop="recipeIngredient">Assorted herbs, roughly chopped</span>
19
-
20
- <span itemprop="recipeInstructions">
21
- 1. Preheat the oven to 190°C.
22
- </span>
23
- <span itemprop="recipeInstructions">
24
- 2. Tip the chickpeas into a small roasting tin, add the cumin, cayenne, coriander and 1 tablespoon of olive oil, and season. Mix to coat the chickpeas in the spices, then roast in the oven for about 20 minutes, until golden and crisp.
25
- </span>
26
- <span itemprop="recipeInstructions">
27
- 3. Meanwhile, prepare the tomatoes, slicing the larger ones and cutting any cherry tomatoes into halves or quarters. Arrange on a large platter.
28
- </span>
29
- <span itemprop="recipeInstructions">
30
- 4. Peel and thinly slice the cucumber, then tuck among the tomatoes.
31
- </span>
32
- <span itemprop="recipeInstructions">
33
- 5. In a small bowl, combine the lemon zest, salt, and lemon juice, then sprinkle over the salad.
34
- </span>
35
- <span itemprop="recipeInstructions">
36
- 6. Add the roasted chickpeas, sliced spring onions, and chilli to the salad, then sprinkle with chopped herbs.
37
- </span>
38
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Moroccan-Style Tomato Salad</title>
5
+ <script type="application/ld+json">
6
+ {
7
+ "@context": "http://schema.org",
8
+ "@type": "Recipe",
9
+ "name": "Moroccan-Style Tomato Salad",
10
+ "description": "A salad that's the perfect accompaniment to summer grills.",
11
+ "image": "",
12
+ "author": "",
13
+ "datePublished": "2023-03-17",
14
+ "prepTime": "PT20M",
15
+ "cookTime": "PT20M",
16
+ "totalTime": "PT40M",
17
+ "recipeYield": "4 servings",
18
+ "recipeCategory": "Salad",
19
+ "recipeCuisine": "Moroccan",
20
+ "nutrition": {
21
+ "@type": "NutritionInformation",
22
+ "calories": "",
23
+ "fatContent": "",
24
+ "carbohydrateContent": "",
25
+ "proteinContent": ""
26
+ },
27
+ "recipeIngredient": [
28
+ "200g tinned chickpeas",
29
+ tsp ground cumin",
30
+ tsp cayenne",
31
+ "½ tsp ground coriander",
32
+ "Olive oil",
33
+ "1 kg mixed ripe tomatoes",
34
+ "½ cucumber",
35
+ "4 spring onions",
36
+ "1 red chilli",
37
+ "½ lemon, zest and juice",
38
+ "Salt"
39
+ ],
40
+ "recipeInstructions": [
41
+ {
42
+ "@type": "HowToStep",
43
+ "text": "Preheat the oven to 190°C. Tip the chickpeas into a small roasting tin, add the cumin, cayenne, coriander and 1 tablespoon of olive oil, and season. Mix to coat the chickpeas in the spices, then roast in the oven for about 20 minutes, until golden and crisp."
44
+ },
45
+ {
46
+ "@type": "HowToStep",
47
+ "text": "Meanwhile, prepare the tomatoes, slicing the larger ones and cutting any cherry tomatoes into halves or quarters. Arrange on a large platter. Peel and thinly slice the cucumber, then tuck among the tomatoes."
48
+ },
49
+ {
50
+ "@type": "HowToStep",
51
+ "text": "Trim and thinly slice the spring onions and chilli. Peel and finely slice half the lemon zest, then scrunch with a pinch of salt and a squeeze of lemon juice, then scatter over salad with spring onion and chilli. Roughly chop herbs and set aside."
52
+ }
53
+ ],
54
+ "recipeNotes": ""
55
+ }
56
+ </script>
57
+ </head>
58
+ <body>
59
+ <!-- Recipe content goes here -->
60
+ This is the new test
61
+ </body>
62
+ </html>