How editors manage SEO metadata, social previews, and related tools in WordPress.
Block editor SEO panel
On supported post types, open the SEO sidebar to set:
- SEO title and meta description
- Canonical URL and noindex
- Open Graph title, description, and image (Art Direction integration)
- Twitter card basics
- Primary terms per taxonomy
- Custom schema properties when needed
Preview panels cover search, social, chat, and internal appearances. AI suggestions for title, description, and social text are available when the SEO AI experiment / ability is enabled (prc-schema-seo/suggest).
The Reading Score panel shows Flesch-Kincaid ease and grade for post content (same corpus as the prc-schema-seo/reading-score ability).
Site Editor defaults
In the Site Editor sidebar, configure global title/description patterns and noindex lists per template context. Patterns support tokens such as %post_title%, %site_name%, %primary_category%, %year%, and dynamic forms like %primary_term:taxonomy% / %terms:taxonomy%.
Empty tokens resolve to an empty string. Whitespace is normalized after replacement. Patterns apply when an explicit per-post value is missing.
Slug-change redirects
When a published post’s slug changes, the plugin can create a Safe Redirect Manager redirect and surface a notice in the editor so you can undo it. Redirect CSV import is available in admin for bulk work.
QR attachment
Editors can generate a QR image attachment for a post (logo URL filterable). Use the editor control that uploads via the plugin’s QR REST route.
Google Search Console
Where configured, refresh URL Inspection data for a post from the editor (requires edit_post on that post).
Related
- Architecture
- Abilities
- Plugin README — full token and filter lists