Manage WordPress Taxonomies with AI
A taxonomy is a way of grouping content: post categories and tags are the familiar ones, WooCommerce adds product categories and tags, and many sites define their own (genres, regions, brands). The Taxonomy capability covers two distinct things — managing the terms themselves (the individual categories/tags), and managing which content is filed under them.
It works across any taxonomy on your site, built-in or custom.
Managing terms
The agent can maintain the terms in any taxonomy:
- Create a new term — a new category, tag, or custom-taxonomy entry, optionally nested under a parent.
- Read and list terms, with filters (parent, search) and the option to hide empty ones.
- Update a term’s name, slug, description, or parent.
- Delete a term.
“Create a ‘Sustainable’ product category under ‘Materials’.”
“List all post categories that have no posts in them.”
Filing content under terms
Separately, the agent controls which terms are attached to a given piece of content — and there are three deliberately different ways to do it, because the distinction matters:
- Assign (append) — add terms to content without disturbing the ones already there.
- Set (replace) — make a piece of content’s terms in a taxonomy exactly this list, removing any others.
- Remove — take specific terms off, leaving the rest.
“Add the ‘featured’ tag to these five posts.” (append — keeps their other tags)
“Set this product’s category to exactly ‘Outerwear’.” (replace — clears any other category)
That append-versus-replace difference is worth keeping in mind: “add a tag” and “make the tags be X” are different operations, and the agent picks the one matching what you asked.
Doing it in bulk
For larger reorganizations, the agent can apply term changes across many pieces of content at once — appending, replacing, or removing terms over a whole set in a single pass. This is what makes site-wide recategorization practical:
“Tag every post in the ‘News’ category from last year as ‘archive’.”
“Move all products tagged ‘clearance’ into the ‘Sale’ category.”
What it’s good for
- Building out your classification — creating and organizing the categories and tags your content needs.
- Tidying taxonomies — finding and removing empty or duplicate terms, fixing hierarchy.
- Re-filing content — assigning, replacing, or removing terms on individual items.
- Bulk recategorization — sweeping term changes across many items at once.
In summary: Taxonomy & Organization is how your agent manages classification — creating, editing, and deleting the terms in any taxonomy (categories, tags, custom), and controlling which content is filed under them. Term-to-content changes come in three flavours — append, replace, and remove — and can be applied in bulk across many items. (To see which taxonomies exist on your site, that’s part of System & Maintenance.)