← All types

ItemList

JSON-LD Output

{
    "@context": "https://schema.org/",
    "@type": "ItemList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "MacBook Pro 16-inch",
            "url": "https://example.com/best-laptops/macbook-pro"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "ThinkPad X1 Carbon",
            "url": "https://example.com/best-laptops/thinkpad-x1"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Dell XPS 15",
            "url": "https://example.com/best-laptops/dell-xps-15"
        }
    ],
    "itemListOrder": "https://schema.org/ItemListOrderDescending",
    "numberOfItems": 3
}

Source: generate-itemlist.php

Schema: https://schema.org/ItemList