Media
Item List Carousel
Structures lists of recipes, courses, or events for horizontal scrolling.
Official JSON-LD Template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"@context": "https://schema.org",
"@type": "ItemList",
"numberOfItems": 3,
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@type": "Recipe",
"name": "Carrot Cake",
"url": "https://box4.dev/recipes/carrot-cake"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@type": "Recipe",
"name": "Chocolate Cake",
"url": "https://box4.dev/recipes/chocolate-cake"
}
},
{
"@type": "ListItem",
"position": 3,
"item": {
"@type": "Recipe",
"name": "Cornmeal Cake",
"url": "https://box4.dev/recipes/cornmeal-cake"
}
}
]
}Google Semantic Checklist
ValidRecommended property 'image' is missing for type 'Recipe'.
Recommended property 'description' is missing for type 'Recipe'.
Recommended property 'author' is missing for type 'Recipe'.
Recommended property 'recipeIngredient' is missing for type 'Recipe'.
Recommended property 'recipeInstructions' is missing for type 'Recipe'.
Recommended property 'prepTime' is missing for type 'Recipe'.
Recommended property 'cookTime' is missing for type 'Recipe'.
Recommended property 'image' is missing for type 'Recipe'.
Recommended property 'description' is missing for type 'Recipe'.
Recommended property 'author' is missing for type 'Recipe'.
Recommended property 'recipeIngredient' is missing for type 'Recipe'.
Recommended property 'recipeInstructions' is missing for type 'Recipe'.
Recommended property 'prepTime' is missing for type 'Recipe'.
Recommended property 'cookTime' is missing for type 'Recipe'.
Recommended property 'image' is missing for type 'Recipe'.
Recommended property 'description' is missing for type 'Recipe'.
Recommended property 'author' is missing for type 'Recipe'.
Recommended property 'recipeIngredient' is missing for type 'Recipe'.
Recommended property 'recipeInstructions' is missing for type 'Recipe'.
Recommended property 'prepTime' is missing for type 'Recipe'.
Recommended property 'cookTime' is missing for type 'Recipe'.
Mapped Data Structure
Google SEO Benefit
Triggers Google's horizontal scroll card list on mobile search layouts.
Structured Data Examples Catalog
Explore templates of structured data to boost your website's SEO ranking.
Article Example
News Article Example
Blog Post Example
Book Example
FAQ Page Example
Q&A Page Example
Voice Speakable Content
Discussion Forum Topic