Schema
A generic schema. Note that schemas can either be single entities or arrays of entities.
See: https://schema.org/Product for an example.
import { Schema } from '@daffodil/seo'
type Schema<T> = SchemaContext<T> | SchemaContext<T>[]
Type | Options |
---|---|
Schema | SchemaContext |