docs(readme): document meta-field limitations for SEO plugin keys#19
Open
kleintech wants to merge 1 commit into
Open
docs(readme): document meta-field limitations for SEO plugin keys#19kleintech wants to merge 1 commit into
kleintech wants to merge 1 commit into
Conversation
WordPress silently drops meta keys that have not been registered with show_in_rest. SEO plugins (Yoast, Rank Math, AIOSEO) do not register theirs by default, so writes via the meta parameter return success while the values never persist. Document the limitation, the list of known-affected keys, what the server warns about today, and the forthcoming mcp-wp-seo-bridge plugin that will register the keys. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a "Meta field limitations" section to the README explaining that WordPress silently drops meta keys not registered with
show_in_rest. This is the known root cause for SEO plugin meta (Yoast, Rank Math, AIOSEO) appearing to write successfully but never persisting.Doc-only change. No code touched.
Pairs with InstaWP/mcp-wp#17, which adds a runtime warning when the server detects a dropped key. The warning text in #17 references this README section by name; both can land in either order, but #17 reads cleaner once this doc is in place.
What was tested
Test plan
🤖 Generated with Claude Code