bricks_bulk_media_seo
Scans media library for items missing SEO texts, auto-generates alt text and title from filenames, shows preview, and optionally applies changes.
Instructions
Find all media items missing SEO texts and auto-generate alt_text + title from filename context. Optionally apply changes. Shows a preview table first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No | If true, write the generated SEO texts. If false (default), only preview. | |
| per_page | No | How many media items to scan (default: 100, max: 100) | |
| overrides | No | Manual overrides by media ID, e.g. {"1707": {"alt_text": "Custom alt", "title": "Custom title"}} |