This commit is contained in:
Max Richter
2025-09-25 16:41:26 +02:00
parent 3f0d25f935
commit b13d5015f4
75 changed files with 3881 additions and 141 deletions

View File

@@ -1,5 +1,5 @@
---
@type: Recipe
_type: Recipe
author.name: Alex Chef
cookTime: PT0M
image: https://example.com/salad.jpg

View File

@@ -1,11 +1,10 @@
{
"@context": "https://schema.org",
"@schema": "Recipe",
"@type": "Recipe",
"_schema": "Recipe",
"_type": "Recipe",
"name": "Simple Salad",
"image": "https://example.com/salad.jpg",
"author": {
"@type": "Person",
"_type": "Person",
"name": "Alex Chef"
},
"prepTime": "PT10M",