-
Notifications
You must be signed in to change notification settings - Fork 0
/
ofen-frites2.html
65 lines (65 loc) · 2.47 KB
/
ofen-frites2.html
1
2
3
4
5
6
7
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ofen-Pommes-Frites</title>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Recipe",
"name": "Ofen-Pommes-Frites",
"description": "Tolle Knolle: Ofen-Pommes-Frites so knusprig wie noch nie.",
"image": "https://www.bettybossi.ch/static/media/image_placeholder.png",
"recipeYield": "4 Portionen",
"prepTime": "PT35M",
"cookTime": "PT20M",
"totalTime": "PT55M",
"recipeCategory": "Beilage",
"recipeCuisine": "International",
"nutrition": {
"@type": "NutritionInformation",
"calories": "317 kcal",
"fatContent": "13 g",
"carbohydrateContent": "45 g",
"proteinContent": "5 g"
},
"recipeIngredient": [
"1 kg mehlig kochende Kartoffeln",
"4 l Wasser",
"1 EL Natron",
"3 EL Salz",
"4 EL Erdnussöl",
"wenig Fleur de Sel"
],
"recipeInstructions": [
{
"@type": "HowToStep",
"text": "Ofen auf 220 Grad (Heissluft) vorheizen. Kartoffeln schälen, in ca. 8 mm dicke Stängel schneiden, waschen und abtropfen lassen."
},
{
"@type": "HowToStep",
"text": "Wasser mit Natron aufkochen, Salz beigeben. Kartoffeln in zwei Portionen je ca. 1 Min. blanchieren. Herausnehmen, auf einem Küchentuch verteilen und auskühlen lassen."
},
{
"@type": "HowToStep",
"text": "Kartoffeln und Öl in einer Schüssel mischen. Auf zwei Backbleche mit Backpapier legen, ohne dass sich die Stücke berühren."
},
{
"@type": "HowToStep",
"text": "Backen: ca. 20 Min., dabei einmal den Ofen öffnen, um Dampf entweichen zu lassen. Mit Fleur de Sel bestreuen und servieren."
}
],
"author": {
"@type": "Person",
"name": "Betty Bossi"
},
"url": "https://www.bettybossi.ch/de/Rezept/ShowRezept/BB_BBKN210915_0001A-40-de"
}
</script>
</head>
<body>
<h1>Ofen-Pommes-Frites</h1>
<p>Tolle Knolle: Ofen-Pommes-Frites so knusprig wie noch nie.</p>
</body>
</html>