Skip to content
Type something to search...
Upstart Theme Documentation

SEO And Social Sharing

SEO settings are in src/config/config.toml.

Update SEO Title And Description

  1. Open src/config/config.toml.
  2. In [site], update title and description.
  3. In [seo], update keywords and author.

Set OpenGraph Image

  1. Add an image to src/assets/images/ (use public/images/ only if you need a direct URL).
  2. Set opengraph.image in config.toml to /images/your-image.jpg.

Tip

Regenerate your build to update sitemap and robots settings.