--- title: SitemapResourceMetaobject - Storefront API description: > A SitemapResourceMetaobject represents a metaobject with [the `renderable` capability](https://shopify.dev/docs/apps/build/custom-data/metaobjects/use-metaobject-capabilities#render-metaobjects-as-web-pages). api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2025-01/objects/SitemapResourceMetaobject md: >- https://shopify.dev/docs/api/storefront/2025-01/objects/SitemapResourceMetaobject.md --- # Sitemap​Resource​Metaobject object A SitemapResourceMetaobject represents a metaobject with [the `renderable` capability](https://shopify.dev/docs/apps/build/custom-data/metaobjects/use-metaobject-capabilities#render-metaobjects-as-web-pages). ## Fields * handle [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null Resource's handle. * online​Store​Url​Handle [String](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) The URL handle for accessing pages of this metaobject type in the Online Store. * type [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null The type of the metaobject. Defines the namespace of its associated metafields. * updated​At [Date​Time!](https://shopify.dev/docs/api/storefront/2025-01/scalars/DateTime) non-null The date and time when the resource was updated. *** ## Map No referencing types *** ## Interfaces * [Sitemap​Resource​Interface](https://shopify.dev/docs/api/storefront/2025-01/interfaces/SitemapResourceInterface) interface *** ## ||-SitemapResourceMetaobject Implements ### Implements * ||-[Sitemap​Resource​Interface](https://shopify.dev/docs/api/storefront/2025-01/interfaces/SitemapResourceInterface)