Set a page's SEO metadata
set_page_seoUpdate SEO metadata including meta description, Open Graph title/description/type, and image for the home page or any sub-page, merging with existing settings.
Instructions
Set SEO for the home page (omit slug, or slug='index') or a sub-page: meta description, Open Graph title/description/type, and image. Re-renders the page. Merges over existing SEO.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Sub-page slug, or omit / 'index' for the home page. | |
| image | No | Absolute URL or assets/<file> path for og:image. | |
| ogType | No | Open Graph type, e.g. website, article. | |
| ogTitle | No | ||
| project | Yes | ||
| description | No | ||
| ogDescription | No |