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