SEO
Component for page-specific SEO settings, mainly <title>, <meta name="description"> and og:image. Controls how or if the page will be visible in search results.

Fields
| Field | Description |
|---|---|
| metaTitle | <title>- takes precedence if filled in, otherwise the main title is used |
| metaDescription | <meta name="description"> |
| indexable | whether search engines should index and display this page (default true) |
| openGraph | see bellow |
| keywords and structuredData are not being utilized |
OpenGraph
Data for sharing the page on social networks. The common parameters (title and description) can remain the same or be overwritten here.
| Field | Description |
|---|---|
| ogTitle | sharing title - takes precedence if filled in, otherwise metaTitle is used |
| ogDescription | sharing description - takes precedence if filled in, otherwise metaDescription is used |
| ogImage | sharing image - should be 1200×630 |
| ogType | type of this page - in 99% of cases it is website |