Dados estruturados de receita Schema.org GRATUITO para criar marcações JSON-LD, incluindo todas as propriedades de item necessárias.
Depois de gerar seu código, sempre teste-o com a ferramenta Google Rich Results Test antes de usá-lo.Exemplo de código de dados estruturados de receita
<script type='application/ld+json'>
{
"@context": "http://schema.org",
"@type": "Recipe",
"name": "SEO Smoothie in 4 easy steps",
"image": "https://nikkui.blogspot.com/image.jpg",
"author": {
"@type": "Person",
"name": "SEO Blender"
},
"datePublished": "2021-03-15",
"description": "Grow and pick the SEO fruits accord",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"reviewCount": "123"
},
"prepTime": "01:25",
"cookTime": "02:15",
"totalTime": "04:00",
"recipeYield": "1",
"recipeIngredient": "Knowledge, SEO Audits, SEO Strategy, SEO Management",
"recipeInstructions": "Follow the white rabbit",
"nutrition": {
"@type": "NutritionInformation",
"calories": "1000",
"fatContent": "0"
}
}
</script>