Skip to content

docs(readme): document meta-field limitations for SEO plugin keys#19

Open
kleintech wants to merge 1 commit into
InstaWP:mainfrom
kleintech:feature/document-meta-limitations
Open

docs(readme): document meta-field limitations for SEO plugin keys#19
kleintech wants to merge 1 commit into
InstaWP:mainfrom
kleintech:feature/document-meta-limitations

Conversation

@kleintech
Copy link
Copy Markdown

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

  • Markdown rendering check by reading the rendered diff on GitHub.
  • No code changes, so build/lint/runtime tests aren't applicable.

Test plan

  • Read the rendered section in the PR's Files view — formatting, list bullets, code spans, and the heading hierarchy should look right.

🤖 Generated with Claude Code

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant