{"title":"Page - Liquid Object Reference","slug":"page-liquid-object-reference","url":"https://support.storeconnect.com/articles/page-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/page-liquid-object-reference.md","subtitle":null,"summary":"The Page object represents a CMS page for the Store.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Page, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Page object represents a CMS page for the Store.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `base_path` | String | Returns the value of the Path attribute, without the Store path |\n| `body_content` | String | Returns the value of the Body attribute as rich text |\n| `children` | List[[Page](page-liquid-object-reference)] | Returns a list of child Pages |\n| `content` | String | Returns the value of the Content attribute as rich text |\n| `content_blocks` | List[[ContentBlock](content-block-liquid-object-reference)] | Returns list of ContentBlocks belonging to this Page |\n| `hidden?` | Boolean | Returns true if this Page is automatically hidden from navigation menus |\n| `home_page?` | Boolean | Returns true if this Page is the Store's home page |\n| `id` | String | Returns the unique id for this Page |\n| `identifier` | String | Returns the value of the Identifier attribute |\n| `meta_description` | String | Returns the value of the Meta Description attribute |\n| `meta_keywords` | String | Returns the value of the Meta Keywords attribute |\n| `meta_title` | String | Returns the value of the Meta Title attribute |\n| `name` | String | Returns the value of the Name attribute |\n| `navigation_children` | List[[Page](page-liquid-object-reference)] | Returns a list of child Pages that are enabled to appear in navigation menus |\n| `parent_page` | [Page](page-liquid-object-reference) | Returns this Page's parent Page |\n| `path` | String | Returns the url path for this Page |\n| `plain_body_content` | String | Returns the value of the Body attribute with Liquid evaluated but not converting any Markdown |\n| `position` | Number | Returns the position of this Page in the navigation |\n| `raw_body_content` | String | Returns the value of the Body attribute without Liquid or Markdown evaluated |\n| `related_pages` | List[[Page](page-liquid-object-reference)] | Returns a list of related Pages |\n| `requires_login?` | Boolean | Returns true if this Page requires login |\n| `root_page` | [Page](page-liquid-object-reference) | Returns this Page's top-most parent Page |\n| `search_keywords` | String | Returns the value of the Search Keywords attribute |\n| `social_image` | [Image](image-liquid-object-reference) | Returns the image to be used when sharing this Page |\n| `subtitle` | String | Returns the value of the Subtitle attribute |\n| `title` | String | Returns the value of the Title attribute |\n| `url` | String | Returns the complete url for this Page |\n| `visible?` | Boolean | Returns true if this Page is visible on the site |\n\n## Available on\n\n- [ContentBlock - Liquid Object Reference](content-block-liquid-object-reference) — `pages`\n- [CustomForm - Liquid Object Reference](custom-form-liquid-object-reference) — `success_page`\n- [Global - Liquid Object Reference](global-liquid-object-reference) — `all_pages`, `current_page`\n- [Membership - Liquid Object Reference](membership-liquid-object-reference) — `pages`\n- [MenuItem - Liquid Object Reference](menu-item-liquid-object-reference) — `page`\n- [SearchResult - Liquid Object Reference](search-result-liquid-object-reference) — `pages`\n- [Store - Liquid Object Reference](store-liquid-object-reference) — `terms_conditions_page`"}