Manual Setup

The quickest way to get started with SEO is using a Thulite theme with SEO already installed. If you want to add SEO to an existing Thulite project, this guide will explain how.

Set up SEO

To follow this guide, you’ll need an existing Thulite project.

Add the integration

SEO is a Thulite integration. Add it to your site by running the following command in your project’s root directory:

This will install the required dependencies.

Update mounts

Add mounts to ./config/_default/module.toml:

module.toml
## layouts
[[mounts]]
  source = "node_modules/@thulite/seo/layouts"
  target = "layouts"

[[mounts]]
  source = "layouts"
  target = "layouts"

Customize SEO

Customize SEO

Update settings, parameters, and page frontmatter.