Set a page's SEO metadata
set_page_seoSet SEO metadata for a page: meta description, Open Graph title/description/type, and image. Re-renders the page and merges with existing SEO.
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 |