import { DaffContentSchemaPage } from '@daffodil/content'
interface DaffContentSchemaPage {
title: string
schema: DaffContentSchema
metaTitle: string
metaDescription: string
}
title string |
|---|
The human-readable title for this page. |
schema DaffContentSchema |
|---|
The HTML content. |
metaTitle string |
|---|
A title for the page for usage in the tab title of the webpage. |
metaDescription string |
|---|
An overview description of the page for search engine results. |