- Issue created by @jrockowitz
- @jrockowitz opened merge request.
- b8e7b2c0 committed on 1.0.x
Issue #3537658: Recipe yield is including @type Text
- b8e7b2c0 committed on 1.0.x
Google Structured Data is throwing
Invalid value type for field "recipeYield"
Below is the current value.
"recipeYield": {
"@type": "Text",
"name": "Serves 12"
},
Here is what Google and Schema.org are recommending.
"recipeYield": "8-12 servings"
Create a Recipe and validate JSON-LD
Needs review
1.0
Code
Issue #3537658: Recipe yield is including @type Text