Taxonomies drift
Overlapping categories, single-use tags and terms that mean the same thing, all of it fragmenting your archives.
Every content site accumulates structural debt: a category taxonomy that made sense in 2019, tags used once each, hundreds of posts missing an excerpt, a drafts folder nobody has opened in a year. The usual options are a bulk-edit plugin that does not quite fit or a database query you would rather not run on production. Talos does it as a described outcome, tracked and reversible.
Overlapping categories, single-use tags and terms that mean the same thing, all of it fragmenting your archives.
They apply the same change to everything selected, with no judgement about individual posts and no way back.
Writing UPDATE statements against a production wp_posts table is how sites get restored from backup.
Talos discovers your taxonomies and post types, then reports the actual distribution — which terms are used once, which overlap, what is orphaned.
In Plan mode it proposes a specific mapping before touching anything, so you approve the consolidation rather than discover it.
Term merges, reassignments and content updates go through manage_taxonomy and manage_content, captured in change sets.
A taxonomy reorganisation you dislike is a rollback, not a restore-from-backup.
Talos does not improvise. Each of these is a defined tool with validated inputs, a declared risk level and its own policy setting.
Talos never writes SQL against your database. Reads are bounded and read-only; all writes go through validated WordPress APIs.
See the full tool catalogDiscover taxonomies, then list, create, update, delete and assign terms.
List, read, create, update, trash and restore content, plus revisions and meta.
Keyword search across posts, pages and public post types.
Load a single post or page by ID.
List, inspect and edit media, alt text and featured images. Existing attachments only.
Navigation menus and their items.
Bounded SELECT, SHOW, DESCRIBE and EXPLAIN. Dangerous SQL is blocked and secrets redacted.
Preview rollback order and conflicts without touching the site.
Roll back an approved change set in reverse order. Refuses resources that have drifted.
Inline structured data tables.
Any of this can become a workflow. You write the prompt, choose the trigger, and lock the permissions before it ever runs.
How workflows workMonthly · 1st at 03:00 · site timezone
“Report on content hygiene: posts with no excerpt, posts with no category, tags used only once, drafts older than 12 months, and attachments not attached to any post. Do not change anything.”
A monthly read-only report so you can decide what to act on.
Taxonomy distribution reported before anything is merged
Consolidation plans approved in advance
Bulk changes captured in reversible change sets
No direct SQL against production
Runs are bounded by a token budget, 200,000 per run by default, and a per-run turn limit. For very large libraries the right pattern is a batched workflow that handles a capped number of items per run and repeats on a schedule.
manage_content supports trash and restore, which is recoverable. Permanent deletion of content is not something the agent does casually, and destructive operations sit behind confirmation gates.
Yes. It discovers registered post types and taxonomies at runtime rather than assuming only posts and pages, so custom types and custom taxonomies are included.
Missing alt text, empty meta descriptions, thin titles and orphaned posts. Talos audits them across your whole library and fixes them in tracked batches.
Read moreTalos researches your niche on a schedule, writes a post grounded in what it found, and saves it as a WordPress draft. You approve before anything publishes.
Read moreBefore-and-after snapshots, checksums and drift-checked rollback.
Read moreSpend less time clicking through admin and more time moving your site forward.