eds_bulk_fix_metadata
Fix SEO/social metadata across many pages in one batch, with dry-run preview and a single undo operation.
Instructions
Fix SEO/social metadata across MANY pages in one reversible operation. Takes a list of { path, metadata } (the agent supplies each page's values after auditing). Writes all changed pages in a single batch and returns ONE undo object that reverts the entire batch via eds_da_rollback. dryRun previews the whole plan; publish:true previews+publishes the batch live. Requires EDS_DA_TOKEN. Pair with eds_audit_site to fix a site's findings at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | The pages to fix, each with its own metadata values | |
| dryRun | No | Preview the whole plan without writing (recommended first pass) | |
| publish | No | Preview + publish the changed pages so the batch goes live |