create_category
Create a new blog category with full SEO metadata including meta title, description, OG tags, and custom slug to enhance discoverability and social sharing.
Instructions
Create a new blog category with SEO metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Category display name | |
| slug | No | URL slug (auto-generated if omitted) | |
| ogTitle | No | OG title for social sharing | |
| imageUrl | No | Category image URL | |
| metaTitle | No | SEO meta title | |
| description | No | Category description | |
| ogDescription | No | OG description for social sharing | |
| metaDescription | No | SEO meta description |