Skip to main content

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

FieldDescription
metaTitle<title>
- takes precedence if filled in, otherwise the main title is used
metaDescription<meta name="description">
indexablewhether search engines should index and display this page (default true)
openGraphsee 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.

FieldDescription
ogTitlesharing title
- takes precedence if filled in, otherwise metaTitle is used
ogDescriptionsharing description
- takes precedence if filled in, otherwise metaDescription is used
ogImagesharing image - should be 1200×630
ogTypetype of this page - in 99% of cases it is website