ItemList - Schema.org Type (original) (raw)
A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.
Examples
Example notes or example HTML without markup.
Top 10 laptops
1. HP Pavilion dv6-6013cl
2. Dell XPS 15 (Sandy Bridge)
3. Lenovo ThinkPad X220
...Example encoded as Microdata embedded in HTML.
Top 10 laptops
1. HP Pavilion dv6-6013cl
2. Dell XPS 15 (Sandy Bridge)
3. Lenovo ThinkPad X220
...Example encoded as RDFa embedded in HTML.
Top 10 laptops
1. HP Pavilion dv6-6013cl
2. Dell XPS 15 (Sandy Bridge)
3. Lenovo ThinkPad X220
...Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ "HP Pavilion dv6-6013cl", "Dell XPS 15 (Sandy Bridge)", "Lenovo ThinkPad X220" ], "itemListOrder": "https://schema.org/ItemListOrderDescending", "name": "Top 10 laptops" }
Example notes or example HTML without markup.
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "ItemList", "url": "http://multivarki.ru?filters%5Bprice%5D%5BLTE%5D=39600", "numberOfItems": "315", "itemListElement": [ { "@type": "Product", "image": "http://img01.multivarki.ru.ru/c9/f1/a5fe6642-18d0-47ad-b038-6fca20f1c923.jpeg", "url": "http://multivarki.ru/brand\_502/", "name": "Brand 502", "offers": { "@type": "Offer", "priceCurrency": "RUB", "price": "4399.00" } }, { "@type": "Product", "name": "..." } ] }
Example notes or example HTML without markup.
Top 5 covers of Bob Dylan Songs by John Doe 5. If Not for You -- George Harrison 4. The Times They Are A-Changin' -- Tracy Chapman 3. It Ain't Me, Babe -- Johnny Cash and June Carter Cash 2. Don't Think Twice, It's Alright -- Waylon Jennings
- All Along the Watchtower -- Jimi Hendrix
Example encoded as Microdata embedded in HTML.
Top 5 covers of Bob Dylan Songs
Example encoded as RDFa embedded in HTML.
Top 5 covers of Bob Dylan Songs
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": ["ItemList", "CreativeWork"], "name": "Top 5 covers of Bob Dylan Songs", "author": "John Doe", "about": { "@type": "MusicRecording", "byArtist": { "@type": "MusicGroup", "name": "Bob Dylan" } }, "itemListOrder": "https://schema.org/ItemListOrderAscending", "numberOfItems": 5, "itemListElement": [ { "@type": "ListItem", "position": 5, "item": { "@type": "MusicRecording", "name": "If Not For You", "byArtist": { "@type": "MusicGroup", "name": "George Harrison" } } }, { "@type": "ListItem", "position": 4, "item": { "@type": "MusicRecording", "name": "The Times They Are A-Changin'", "byArtist": { "@type": "MusicGroup", "name": "Tracy Chapman" } } }, { "@type": "ListItem", "position": 3, "item": { "@type": "MusicRecording", "name": "It Ain't Me Babe", "byArtist": [ { "@type": "MusicGroup", "name": "Johnny Cash" }, { "@type": "MusicGroup", "name": "June Carter Cash" } ] } }, { "@type": "ListItem", "position": 2, "item": { "@type": "MusicRecording", "name": "Don't Think Twice It's Alright", "byArtist": { "@type": "MusicGroup", "name": "Waylon Jennings" } } }, { "@type": "ListItem", "position": 1, "item": { "@type": "MusicRecording", "name": "All Along the Watchtower", "byArtist": { "@type": "MusicGroup", "name": "Jimi Hendrix" } } } ] }
Example notes or example HTML without markup.
The artists with the most cumulative weeks at number one according to Billboard 200
- Beatles: 132 weeks
- Elvis Presley: 67 weeks
- Michael Jackson: 51 weeks
- Garth Brooks: 51 weeks
Example encoded as Microdata embedded in HTML.
Top music artists
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "ItemList", "url": "http://en.wikipedia.org/wiki/Billboard\_200", "name": "Top music artists", "description": "The artists with the most cumulative weeks at number one according to Billboard 200", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "MusicGroup", "name": "Beatles" } }, { "@type": "ListItem", "position": 2, "item": { "@type": "MusicGroup", "name": "Elvis Presley" } }, { "@type": "ListItem", "position": 3, "item": { "@type": "MusicGroup", "name": "Michael Jackson" } }, { "@type": "ListItem", "position": 3, "item": { "@type": "MusicGroup", "name": "Garth Brooks" } } ] }
Example notes or example HTML without markup.
King of Limbs - Radiohead Tracks:
- Bloom
- Morning Mr. Magpie
- Little by Little
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "MusicAlbum", "name": "King of Limbs", "byArtist": { "@type": "MusicGroup", "name": "Radiohead" }, "track": { "@type": "ItemList", "numberOfItems": 8, "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "MusicRecording", "name": "Bloom" } }, { "@type": "ListItem", "position": 2, "item": { "@type": "MusicRecording", "name": "Morning Mr. Magpie" } }, { "@type": "ListItem", "position": 3, "item": { "@type": "MusicRecording", "name": "Little by Little" } } ] } }
Example notes or example HTML without markup.
Example encoded as Microdata embedded in HTML.
Example encoded as RDFa embedded in HTML.
Example encoded as JSON-LD in a HTML script tag.
Structured representation of the JSON-LD example.
{ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@id": "https://example.com/dresses", "name": "Dresses" } }, { "@type": "ListItem", "position": 2, "item": { "@id": "https://example.com/dresses/real", "name": "Real Dresses" } } ] }