🧑🏼‍🏭 Don't mind us, we are still working on this site using NotionCMS! Like this project? Sponsor us on GitHub: ⚡️⚡️⚡️ Get Started ⚡️⚡️⚡️
⏳: ~4 min read.
🗺️: current location: /notion-cms/plugins/core-plugins/head-seo

Core plugin: ncms-plugin-head

This plugin is lightweight. It just allows you to add two (2) additional properties to your Notion database: title and description. These get stuffed into a meta object for each page and thus correspond to your meta title and meta description properties for your <head> usage.

Usage

This is a core plugin so import it from the @agency-kit/notion-cms package like so:

import NotionCMS, { Head } from '@agency-kit/notion-cms'

new NotionCMS({
  databaseId: '...your db',
  notionAPIKey: process.env.YOUR_KEY,
  plugins: [
    Head(),
  ]
})

Options

No options, it just works.

we make notionware. 2023 \c\