Title here
Summary here
Thulite SEO is an official SEO integration package for Thulite websites. It provides comprehensive search engine optimization features through structured data, meta tags, and other SEO best practices.
Add the package to your Thulite project:
Add the following to your site configuration:
# SEO (@thulite/seo)
[seo]
[seo.title]
separator = "—"
suffix = ""
[seo.favicons]
icon = "favicon.png" # favicon.png (default)
svgIcon = "favicon.svg" # favicon.svg (default)
[seo.schemas]
type = "Organization" # Organization (default) or Person
logo = "favicon-512x512.png" # Logo of Organization — favicon-512x512.png (default)
name = "Thulite" # Name of Organization or Person
sameAs = ["https://github.com/thuliteio/thulite", "https://x.com/thuliteio", "https://fosstodon.org/@thulite"] # E.g. ["https://github.com/thuliteio/thulite", "https://fosstodon.org/@thulite"]
images = ["cover-seo.png"] # ["cover.png"] (default)
article = [] # Article sections
newsArticle = [] # NewsArticle sections
blogPosting = [] # BlogPosting sections
product = [] # Product sections
In your content front matter:
---
title: "Your Page Title"
description: "Your page description"
seo:
title: "Custom SEO Title" # Optional override
description: "Custom SEO Description" # Optional override
canonical: "https://example.com/canonical-url" # Optional canonical URL
robots: "noindex, nofollow" # Optional robots directive
---
Applied to the homepage automatically.
Applied to the homepage based on your configuration.
Applied to all pages except the homepage.
seo.schemas.article
seo.schemas.blogPosting
seo.schemas.newsArticle
seo.schemas.product
This package is based on: