page
A custom content page.
Properties
| Property | Description |
|---|---|
page.author | Author name. |
page.content | Body content (HTML). |
page.created_at | Creation timestamp. |
page.handle | URL-safe unique slug. |
page.id | Unique identifier. |
page.metafields | Metafields on this resource. |
page.published_at | Publish timestamp. |
page.seo_description | Buyer-visible seo_description value for this page. |
page.seo_title | Buyer-visible seo_title value for this page. |
page.template_suffix | Buyer-visible template_suffix value for this page. |
page.title | Display title. |
page.updated_at | Last update timestamp. |
page.url | Relative URL of the resource. |
Property list is generated from the storefront engine (PageDrop), so it always matches what your theme can use. Use {{ page | json }} only as a curated debug snapshot; it can omit lazy or otherwise public properties.