---
title: SitemapResource - Storefront API
description: Represents a sitemap resource that is not a metaobject.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/storefront/latest/objects/sitemapresource
  md: https://shopify.dev/docs/api/storefront/latest/objects/sitemapresource.md
---

# Sitemap​Resource

object

Represents a sitemap resource that is not a metaobject.

## Fields

* handle

  [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  non-null

  Resource's handle.

* image

  [Sitemap​Image](https://shopify.dev/docs/api/storefront/latest/objects/SitemapImage)

  Resource's image.

* title

  [String](https://shopify.dev/docs/api/storefront/latest/scalars/String)

  Resource's title.

* updated​At

  [Date​Time!](https://shopify.dev/docs/api/storefront/latest/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/latest/interfaces/SitemapResourceInterface)

  interface

***

## SitemapResource Implements

### Implements

* [Sitemap​Resource​Interface](https://shopify.dev/docs/api/storefront/latest/interfaces/SitemapResourceInterface)