Skip to main content
Menu
Menu
Consulente SEO Freelance

Markup Ricetta

Schema Markup Ricetta

Markup Schema.org Ricetta in formato JSON

Generatore markup Ricetta. Ottieni il codice JSON per dati strutturati Ricetta.

<script type="application/ld+json">{
"@context": "https://schema.org/",
"@type": "Recipe",
"name": "Titolo Ricetta",
"image": [
"URL immagine di copertina"
],
"author": {
"@type": "Person",
"name": "Autore Ricetta"
},
"datePublished": "2022-04-10",
"description": "Descrizione Ricetta",
"prepTime": "Minuti prep. Ricetta",
"cookTime": "Minuti cottura Ricetta",
"totalTime": "Minuti totali Ricetta",
"keywords": "Parola chiave",
"recipeCategory": "Categoria Ricetta",
"recipeCuisine": "Cucina Ricetta",
"nutrition": {
"@type": "NutritionInformation",
"calories": " calories"
},
"recipeIngredient": [
"Ingrediente #1 Ricetta",
"Ingrediente #1 Ricetta",
"Ingrediente #1 Ricetta",
"Ingrediente #1 Ricetta",
"Ingrediente #1 Ricetta"
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "18"
},
"video": {
"@type": "VideoObject",
"name": "Titolo Video Ricetta",
"description": "Descrizione Video Ricetta",
"thumbnailUrl": [
"Immagine anteprima Video Ricetta"
],
"contentUrl": "URL Video Ricetta",
"embedUrl": "URL Video Ricetta",
"uploadDate": "2018-02-05T08:00:00+08:00",
"duration": "PTMS",
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": { "@type": "https://schema.org/WatchAction" },
"userInteractionCount": 2347
},
"expires": "2019-02-05T08:00:00+08:00"
}
}</script>
JSON

Markup Articolo

Generatore Markup Articolo
JSON

Markup Breadcrumb

Generatore Markup Breadcrumb
JSON

Markup Evento

Generatore Markup Evento
JSON

Markup FAQ

Generatore Markup FAQ
Francesco Adorno