wp_seo_bulk_update_metadata
Bulk update SEO metadata for multiple WordPress posts with progress tracking and error handling. Specify post IDs and fields such as title, description, focus keyword, or canonical URL.
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 |