--- title: SitemapType - Storefront API description: The types of resources potentially present in a sitemap. api_version: 2024-10 api_name: storefront type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/enums/SitemapType' md: 'https://shopify.dev/docs/api/storefront/2024-10/enums/SitemapType.txt' --- # Sitemap​Type enum The types of resources potentially present in a sitemap. ## Valid values * ARTICLE Articles present in the sitemap. * BLOG Blogs present in the sitemap. * COLLECTION Collections present in the sitemap. * METAOBJECT Metaobjects present in the sitemap. Only metaobject types with the [`renderable` capability](https://shopify.dev/docs/apps/build/custom-data/metaobjects/use-metaobject-capabilities#render-metaobjects-as-web-pages) are included in sitemap. * PAGE Pages present in the sitemap. * PRODUCT Products present in the sitemap. *** ## Fields * [Query​Root.​sitemap](https://shopify.dev/docs/api/storefront/2024-10/objects/QueryRoot#field-sitemap) ARGUMENT The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. * [sitemap.​type](https://shopify.dev/docs/api/storefront/2024-10/queries/sitemap#field-type) QUERY *** ## Map ### Queries with this enum * \[sitemap.type](https://shopify.dev/docs/api/storefront/2024-10/queries/sitemap#field-type) ### Arguments with this enum * <-|[Query​Root.sitemap(type)](https://shopify.dev/docs/api/storefront/2024-10/objects/QueryRoot#field-sitemap)