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