wp_seo_bulk_update_metadata
Update SEO metadata fields like title, description, and focus keyword for multiple WordPress posts in one action, with progress tracking and error handling.
Instructions
Update SEO metadata for multiple posts with progress tracking and error handling
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Site identifier for multi-site setups | |
| postIds | Yes | Array of WordPress post IDs to update | |
| updates | Yes | Metadata fields to update for all posts | |
| dryRun | No | Perform a dry run without making actual changes |