--- title: SitemapResource - Storefront API description: Represents a sitemap resource that is not a metaobject. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/objects/SitemapResource' md: 'https://shopify.dev/docs/api/storefront/2025-01/objects/SitemapResource.md' --- # Sitemap​Resource object Represents a sitemap resource that is not a metaobject. ## Fields * handle [String!](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) non-null Resource's handle. * image [Sitemap​Image](https://shopify.dev/docs/api/storefront/2025-01/objects/SitemapImage) Resource's image. * title [String](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) Resource's title. * 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 *** ## ||-SitemapResource Implements ### Implements * ||-[Sitemap​Resource​Interface](https://shopify.dev/docs/api/storefront/2025-01/interfaces/SitemapResourceInterface)