Title here
Summary here
This guide shows how to add Thulite SEO to an existing Thulite project.
Already installed?
If your Thulite template already includes the recommended integrations (SEO and Images), skip installation and continue to Configuration.
Add Thulite SEO to your site by running the following command in your project’s root directory:
This installs the required package.
Add mounts to ./config/_default/module.toml:
## layouts
[[mounts]]
source = "layouts"
target = "layouts"
[[mounts]]
source = "node_modules/@thulite/seo/layouts"
target = "layouts"Update settings, parameters, and page front matter.