Your CMS — short for content management system — sits between you and your readers. You edit a field, hit save, and the public page either shows your change or keeps the old copy. These steps tell the two apart.
The verification checklist
- Save the original first. Copy the current text somewhere you can reach, or confirm the CMS keeps a revision you can restore. Without one of those, don't make the change yet.
- Make one scoped change. Change only what you meant to, so any difference you see later has one probable cause.
- Preview on desktop and mobile before publishing — your preview shows what the CMS would publish, not what readers receive.
- Save, then read the fields back. Reopen the record: what the editor showed while typing is an unsaved buffer, not a stored value.
- Load the public URL and compare it with those fields — the exact sentence, headline, link target and image, not the general look.
- If they differ, check the publish and deploy status first. Is the record published, or still a draft? Did its build or deploy run and finish? Use your CMS and hosting documentation for the cache controls you operate, and a layer you don't control may keep serving the old copy.
- Hand off a mismatch you can't resolve. Don't report the change as live. Note the URL, what differs and when you checked, and give it to whoever owns that layer.
- Undo through the same steps. If the change was wrong, restore the original version or paste your saved copy back, then re-run the checks.
Worked example: a rewritten intro, everything else untouched
Say you rewrite only the first paragraph of a post and want everything else to come out as it went in. Same steps, same order.
- Save the original first: copy the current intro, and note the headline, each link address and each image address.
- Make one scoped change: replace the intro text and touch nothing else.
- Preview on desktop and mobile: the intro should read as you intended, with the headline, links and images unchanged.
- Save, then read the fields back: reopen the record and check the intro holds your new paragraph while the headline, links and image addresses still match your notes.
- Load the public URL and compare it item by item: new first sentence, same headline, same links, same images.
- If the old intro is still showing, check the publish and deploy status, then the cache controls you operate — a layer you don't control may still serve the old copy.
- If it still doesn't add up, note the URL, what differs and when you checked, and hand it to whoever owns that layer rather than reporting the intro as changed.
- Undo through the same steps: if the rewrite was wrong, restore the original and run the same comparisons again.
A save and a live page are two different facts
Saving writes to wherever your CMS keeps content; the live page is a server response, often passed through a cache that outlives your edit. So a save can succeed while the public page still serves the older copy. Compare the saved fields against the published URL, and treat the change as live only once you have seen it there. If the two never agree, say so — an unresolved mismatch goes to whoever runs that layer, not into a "done" column. For more detail, see how to verify a CMS content update.