GitHub

ShopifySitemapType

Type

import { ShopifySitemapType } from '@daffodil/driver/shopify'

The types of resources potentially present in a sitemap.

enum ShopifySitemapType {
  Article = ShopifySitemapType.Article,
  Blog = ShopifySitemapType.Blog,
  Collection = ShopifySitemapType.Collection,
  Metaobject = ShopifySitemapType.Metaobject,
  Page = ShopifySitemapType.Page,
  Product = ShopifySitemapType.Product,
}

Properties

Article
ShopifySitemapType.Article

Articles present in the sitemap.

Blog
ShopifySitemapType.Blog

Blogs present in the sitemap.

Collection
ShopifySitemapType.Collection

Collections present in the sitemap.

Metaobject
ShopifySitemapType.Metaobject

Metaobjects present in the sitemap. Only metaobject types with the renderable capability are included in sitemap.

Page
ShopifySitemapType.Page

Pages present in the sitemap.

Product
ShopifySitemapType.Product

Products present in the sitemap.