CollectionPage Schema

Learn about CollectionPage schema markup for category pages and item collections.

What is CollectionPage Schema?

CollectionPage schema describes pages that present collections of items, such as product categories, search results, or curated collections.

Example CollectionPage structure:
{
  "@context": "https://schema.org",
  "@type": "CollectionPage",
  "name": "Product Category",
  "description": "Collection of related products",
  "mainEntity": {
    "@type": "ItemList",
    "numberOfItems": 10,
    "itemListElement": [...]
  }
}

Validate Your CollectionPage Schema

Use our free schema validator to check your CollectionPage implementation.