wordpress_analyze_seo
Analyze SEO elements for WordPress posts to identify optimization opportunities and improve search engine visibility.
Instructions
Analyze SEO elements for a post
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| postId | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "postId": {
      "type": "number"
    }
  },
  "required": [
    "postId"
  ],
  "type": "object"
}