seo_meta
Generate meta title (under 60 chars), description (under 160 chars), and Open Graph tags from article content. Runs locally, no external API. Includes Twitter card data.
Instructions
Generate SEO-optimized meta title (<60 chars), meta description (<160 chars), and Open Graph tags from article content. No external API calls; runs locally. Costs 1 credit per call. Returns: { title, description, og: { title, description, image_alt }, twitter: { card, title, description } }. Common errors: insufficient credits (PAYMENT_REQUIRED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The article title | |
| content | Yes | The article content | |
| keyword | No | Optional target keyword |