SEO for Solos
schema.org/ItemListNo rich result

ItemList schema

An ordered or unordered list of things, usually a hub page's contents. Each element is a ListItem.

Where to use it

Hub pages, category pages, index pages.

A complete example

Valid as written, with every required property and the recommended ones that carry real information.

item-list.json
{
  "@context": "https://schema.org",
  "@type": "ItemList",
  "@id": "https://www.seoforsolos.com/#itemlist",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "First",
      "item": "https://www.seoforsolos.com/first"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Second"
    }
  ],
  "numberOfItems": 2,
  "itemListOrder": "https://schema.org/ItemListOrderAscending",
  "name": "Acme Reference"
}

Generate a ItemList node with your own values in the schema generator, and lint what your page actually ships with the schema validator.

Properties

ItemList properties
PropertyStatus
itemListElementRequired
numberOfItemsRecommended
itemListOrderRecommended
nameRecommended

The three mistakes this type attracts

  1. 01numberOfItems disagreeing with the number of elements actually present.
  2. 02Using ItemList for navigation chrome rather than for the page's real content.
  3. 03Omitting position on each ListItem in an ordered list.

Related types

Where this appears in the playbook

Questions

What is the ItemList schema type for?

An ordered or unordered list of things, usually a hub page's contents. Each element is a ListItem. Use it on: hub pages, category pages, index pages.

Which ItemList properties are required?

ItemList requires one property: itemListElement. It also recommends 3: numberOfItems, itemListOrder, name.

Does ItemList produce a rich result?

ItemList does not produce a Google rich result. It is still worth shipping, because its value is entity resolution and answer extraction rather than search result presentation.

What is the most common ItemList mistake?

The most common ItemList mistake is: numberOfItems disagreeing with the number of elements actually present.

Product analytics are optional. On the skill page, X advertising measurement is also optional and shares your visit and ad identifiers with X. Both are off until you allow them. Privacy policy.