Skip to content

Pages

A Page is the root content entity. Each page has a URL path and belongs to a space and environment. Pages contain components arranged in zones.

Page types

TypeDescription
pageGeneral-purpose page
categoryPageCategory listing page
productPageProduct detail page
layoutShared header/footer wrapper (see Layouts)

Page status

StatusDescription
draftNot live. Only visible in the editor and with a preview token.
publishedLive. Accessible via the delivery API.
scheduledWill automatically publish at the date/time in scheduled_at.
archivedHidden from the content list. Not accessible.

Versions

Every time you save a page, Alokai CMS creates an immutable version snapshot. Versions are per-locale — editing the English version does not affect the French version.

You can see the full version history from the History button in the editor toolbar and restore any previous version.

Paths

Each page has a unique URL path within its space and environment (e.g. /about, /category/shoes). The path is what the delivery API uses to look up the page.

Paths must:

  • Start with /
  • Be unique within the space + environment combination

Zones

Zones are named slots within a page where components are placed. The available zones depend on the page’s content model:

ModelZones
Dynamic PagecomponentsAboveFold, componentsBelowFold
Category PagecomponentsTop, componentsBottom
Product PagecomponentsBottom