--- title: SitemapType - Storefront API description: The types of resources potentially present in a sitemap. api_version: 2025-01 api_name: storefront type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/enums/SitemapType' md: 'https://shopify.dev/docs/api/storefront/2025-01/enums/SitemapType.md' --- # 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(type)](https://shopify.dev/docs/api/storefront/2025-01/objects/QueryRoot#field-QueryRoot.fields.sitemap.arguments.type) 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/2025-01/queries/sitemap#arguments-type) ARGUMENT *** ## Map ### Arguments with this enum * <-|[Query​Root.sitemap(type)](https://shopify.dev/docs/api/storefront/2025-01/objects/QueryRoot#field-QueryRoot.fields.sitemap.arguments.type) * <-|[sitemap.type](https://shopify.dev/docs/api/storefront/2025-01/queries/sitemap#arguments-type)