Stella Theme Documentation
SEO And Social Sharing
SEO settings are in src/config/config.toml.
Update SEO Title And Description
- Open
src/config/config.toml. - In
[site], updatetitleanddescription. - In
[seo], updatekeywordsandauthor.
Set OpenGraph Image
- Add an image to
src/assets/images/(usepublic/images/only if you need a direct URL). - Set
opengraph.imageinconfig.tomlto/images/your-image.jpg.
Tip
Regenerate your build to update sitemap and robots settings.