Rank Math keyword not showing until reload

Symptom

You click Apply in AISA and the SEO title and meta description update live in Rank Math, but the focus keyword field still looks empty until you save and reload the editor.

Cause

Rank Math's focus keyword field is a Tagify widget that lives outside the snippet editor, not a React input like Yoast's. It does not reliably accept a value injected via JavaScript, so AISA cannot make it appear live. The title and meta, by contrast, are part of the snippet store and update in real time.

Fix

Nothing is broken — the keyword is already saved. When you click Apply, AISA writes the keyphrase immediately through the adapter (to rank_math_focus_keyword) with confirmation feedback; it simply renders in the Tagify field after you save the post and reload the editor. After the reload the field shows the value correctly.

Questions people ask

Did my keyword actually save? Yes. It is written to Rank Math's meta on Apply; the visible field just refreshes on reload.

Why does Yoast show the keyword live but Rank Math doesn't? Yoast's keyword is a React input AISA can update live; Rank Math's is a Tagify widget that needs a reload.

Will it stay if I navigate away before reloading? Yes — it's stored in the database, so it persists.

Related

  • AIOSEO values appear only after reload
  • SEO-plugin adapters: Yoast, Rank Math, SEOPress, AIOSEO

← Back to support