feat: added keyword codec (partially works)

This commit is contained in:
2025-08-19 19:06:08 +02:00
parent 210b31aef8
commit 69c2550f44
24 changed files with 964 additions and 80 deletions

View File

@@ -1,5 +1,6 @@
{
"@context": "https://schema.org",
"@schema": "Recipe",
"@type": "Recipe",
"name": "Simple Salad",
"image": "https://example.com/salad.jpg",
@@ -7,6 +8,10 @@
"@type": "Person",
"name": "Alex Chef"
},
"keywords": [
"healthy",
"salad"
],
"description": "A quick green salad.",
"prepTime": "PT10M",
"cookTime": "PT0M",