import { ShopifySeo } from '@daffodil/driver/shopify'
Search engine optimization metadata for a resource. The title and description appear in search engine results and browser tabs.
interface ShopifySeo {
__typename: "SEO"
description: string
title: string
}
__typename "SEO" |
|---|
description string |
|---|
The meta description. |
title string |
|---|
The SEO title. |