---
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: unstable
api_name: storefront
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/unstable/objects/SitemapResourceMetaobject
  md: >-
    https://shopify.dev/docs/api/storefront/unstable/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/unstable/scalars/String)

  non-null

  Resource's handle.

* online​Store​Url​Handle

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

  The URL handle for accessing pages of this metaobject type in the Online Store.

* type

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

  non-null

  The type of the metaobject.

* 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

***

## SitemapResourceMetaobject Implements

### Implements

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