-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add experimental Content Guidelines for site-wide editorial rules #75171
Copy link
Copy link
Open
2 / 32 of 3 issues completedOpen
2 / 32 of 3 issues completed
Copy link
Labels
[Feature] GuidelinesAn experimental feature for adding site-wide editorial rules.An experimental feature for adding site-wide editorial rules.[Status] In discussionUsed to indicate that an issue is in the process of being discussedUsed to indicate that an issue is in the process of being discussed[Type] FeatureNew feature to highlight in changelogs.New feature to highlight in changelogs.[Type] Tracking IssueTactical breakdown of efforts across the codebase and/or tied to Overview issues.Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Metadata
Metadata
Assignees
Labels
[Feature] GuidelinesAn experimental feature for adding site-wide editorial rules.An experimental feature for adding site-wide editorial rules.[Status] In discussionUsed to indicate that an issue is in the process of being discussedUsed to indicate that an issue is in the process of being discussed[Type] FeatureNew feature to highlight in changelogs.New feature to highlight in changelogs.[Type] Tracking IssueTactical breakdown of efforts across the codebase and/or tied to Overview issues.Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Type
Fields
Give feedbackNo fields configured for issues without a type.
What problem does this address?
As AI-powered content tools become more common in WordPress, site owners have no standardized way to define their editorial identity, content rules, and brand voice in a machine-readable format.
Today, if a site owner wants to maintain consistency across multiple content creators or AI tools, they must rely on external documents, tribal knowledge, or ad hoc solutions. There is no structured, in-WordPress system for:
While
theme.jsondefines how a site looks, there is no equivalent for how a site sounds and how content should be created. This gap becomes more significant as AI writing assistants integrate with WordPress and need to respect site-specific editorial standards.What is your proposed solution?
Introduce Content Guidelines as an experimental feature in Gutenberg — a persistent, structured system for encoding editorial rules, brand voice, and content standards into WordPress.
The idea is to provide a settings-based UI where site owners can define guidelines across customizable categories (e.g., copy/tone, images, site context, block-specific rules). These guidelines would be stored as a custom post type with revision history, exposed via REST API, and extensible through PHP filters — allowing any plugin (SEO, AI, editorial workflow) to read and build on them.
Think of it as the content counterpart to Global Styles: where Global Styles standardize a site's visual identity, Content Guidelines standardize its editorial identity.
Key capabilities
core/heading,core/paragraph,core/image)Related