Interfaces
Interface: SeoMetadata
SEO metadata for pages and posts
SEO metadata for pages and posts
Properties
| Property | Type | Description |
|---|---|---|
canonicalUrl? | string | Canonical URL |
metaDescription? | string | Meta description tag |
metaRobots? | string | Robots meta tag |
metaTitle? | string | Meta title tag. undefined when unset (e.g. on pages with no SEO title) — the SDK strips nulls to undefined. |
ogDescription? | string | Open Graph description |
ogImage? | string | Open Graph image URL |
ogTitle? | string | Open Graph title. undefined when unset. |
Interface: RefTypesOption
Controls whether resolved collection-item references carry their _type discriminator (the collection-type slug). refTypes: false sends ?refTypes=false to drop it — a smaller payload for consumers that already know each reference's type from context. Omitted/true keeps the default (included) shape.
Interface: TentoClientConfig
Configuration options for TentoClient

