# Page - storefront - OBJECT Version: 2024-10 ## Description Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store. ### Access Scopes `unauthenticated_read_content` access scope. ## Fields * [body](/docs/api/storefront/2024-10/scalars/HTML): HTML! - The description of the page, complete with HTML formatting. * [bodySummary](/docs/api/storefront/2024-10/scalars/String): String! - Summary of the page body. * [createdAt](/docs/api/storefront/2024-10/scalars/DateTime): DateTime! - The timestamp of the page creation. * [handle](/docs/api/storefront/2024-10/scalars/String): String! - A human-friendly unique string for the page automatically generated from its title. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [metafield](/docs/api/storefront/2024-10/objects/Metafield): Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * [metafields](/docs/api/storefront/2024-10/objects/Metafield): Metafield! - A list of [custom fields](/docs/apps/build/custom-data) that a merchant associates with a Shopify resource. * [onlineStoreUrl](/docs/api/storefront/2024-10/scalars/URL): URL - The URL used for viewing the resource on the shop's Online Store. Returns `null` if the resource is currently not published to the Online Store sales channel. * [seo](/docs/api/storefront/2024-10/objects/SEO): SEO - The page's SEO information. * [title](/docs/api/storefront/2024-10/scalars/String): String! - The title of the page. * [trackingParameters](/docs/api/storefront/2024-10/scalars/String): String - URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. * [updatedAt](/docs/api/storefront/2024-10/scalars/DateTime): DateTime! - The timestamp of the latest page update. ## Connections ## Related queries * [page](/docs/api/storefront/2024-10/queries/page) Fetch a specific `Page` by one of its unique attributes. * [pageByHandle](/docs/api/storefront/2024-10/queries/pageByHandle) Find a page by its handle. * [pages](/docs/api/storefront/2024-10/queries/pages) List of the shop's pages. ## Related mutations ## Related Unions * [MenuItemResource](/docs/api/storefront/2024-10/unions/MenuItemResource) The list of possible resources a `MenuItem` can reference. * [MetafieldParentResource](/docs/api/storefront/2024-10/unions/MetafieldParentResource) A resource that the metafield belongs to. * [MetafieldReference](/docs/api/storefront/2024-10/unions/MetafieldReference) Returns the resource which is being referred to by a metafield. * [SearchResultItem](/docs/api/storefront/2024-10/unions/SearchResultItem) A search result that matches the search query. ## Examples