wp_seo_fix
Add missing meta descriptions to WordPress pages and posts. Auto-generate from content or manually specify descriptions for individual post IDs.
Instructions
Add meta descriptions to pages/posts. Can auto-generate from content or set specific descriptions for specific post IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 'auto' = generate descriptions from content for all missing pages. 'manual' = set specific descriptions (requires descriptions parameter) | auto |
| dry_run | No | If true, only show what would be changed without making changes | |
| site_id | Yes | WP Engine environment name (e.g., 'reynoldstransf') | |
| post_type | No | Post type to fix (for auto mode). Default: 'page' | page |
| descriptions | No | For manual mode: object mapping post IDs to descriptions. Example: {"123": "Description for post 123", "456": "Description for post 456"} |