GitHub

Schema

import { Schema } from '@daffodil/seo'

A generic schema. Note that schemas can either be single entities or arrays of entities.

See: https://schema.org/Product for an example.

type Schema<T> = SchemaContext<T> | SchemaContext<T>[]