ghost_create_page
Create a static page in Ghost CMS with custom title, content (HTML or Markdown), slug, SEO metadata, and publish status. Choose draft or published.
Instructions
Create a new static page in Ghost CMS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | Page content in HTML format | |
| slug | No | Custom URL slug for the page | |
| title | Yes | Page Title | |
| status | No | Page status | draft |
| markdown | No | Page content in Markdown | |
| meta_title | No | SEO Meta Title | |
| feature_image | No | URL to feature image | |
| custom_excerpt | No | Custom excerpt | |
| meta_description | No | SEO Meta Description |