Entities

BlogCollection

BlogCollection entity - components, queries, links, and related actions

Your storefront encounters the BlogCollection entity when organizing blog posts into series, categories, or themed groups. A BlogCollection represents a named grouping of posts (e.g., "Release Notes", "Tutorials") with its own authors and SEO metadata.

Components

Base

BlogCollectionBase

base
Collection title and URL slug.
slug
stringrequired
title
stringrequired

Authors

BlogCollectionAuthors

authors
List of contributing authors with name, email, and optional biography.
array
name
stringrequired
email
stringrequired
bio
string

SEO

BlogCollectionSeo

seo
Meta title, description, and robots directive for the collection page.
title
string
description
string
robots
string

E.g. "index, follow", "noindex, nofollow", etc.

Queries

  • BlogCollectionPostsLink BlogPost multi - Posts belonging to this collection.
  • BlogPost - Individual articles within a collection.