DEV Community

Piotr
Piotr

Posted on Originally published at thebuzzbazaar.com

Find Which WordPress Posts to Refresh First With a Decay Monitor

GOMAX ULTIMATE 5.54.0 adds a content decay monitor that scans your published pages and hands you a worst-first priority list of what to refresh — flagging stale posts, thin content and pages missing a featured image or meta description — so you spend your editing time on the pages that will recover the most traffic, all computed on your own server. Content quietly loses rankings as it ages; this tells you exactly where to intervene.

Refreshing old content is one of the most reliable ways to regain search traffic. The hard part is knowing which of your hundreds of posts to start with. This monitor answers that in one call.

Key takeaways

  • A refresh priority list. analyze returns your pages ranked worst-first, so you know exactly what to update next.

  • The right signals. It flags stale pages (not updated in a set number of months), thin content, and missing featured image or meta description.

  • Smart prioritization. Staler, longer evergreen pages rank higher because they recover the most traffic when refreshed.

  • A freshness score. Every page gets a 0-100 score plus days since its last update, and retrieve_summary gives your site's average.

  • Self-hosted. It runs on your own content locally — no external service.

Why content decays — and why refreshing works

Search results reward pages that are current, complete and comprehensive. As competitors publish newer content and your own posts sit untouched, they slip down the rankings even if nothing about them changed — that's content decay. The fix isn't always new content; often it's refreshing what you already have: updating facts, expanding thin sections, adding an image, tightening the meta description. Google frequently rewards a good refresh with a ranking bump, and it's far less work than writing from scratch.

How the monitor prioritizes

It looks at each published page and combines a few signals:

  • Staleness — how long since it was last modified, against a threshold you set (six months by default).

  • Depth — thin pages under 300 words are flagged; and among stale pages, longer evergreen ones are prioritized because they have the most to gain.

  • Completeness — is there a featured image and a meta description?

From these it computes a freshness score and a refresh priority, then sorts so the highest-impact pages are at the top. Pair it with the SEO Content Analyzer to see how to improve a page and the Internal Linking Engine to add links to it, and you have a complete refresh workflow.

A simple monthly routine

  1. Run retrieve_summary to see how much of your library is going stale. 2. Run analyze for the prioritized list. 3. Take the top few pages, refresh them (update, expand, add an image), and re-link to them from related posts.

An AI assistant can run this whole loop — find the decaying pages, rewrite the weak parts, and add internal links — turning content maintenance into a scheduled task.

Frequently asked questions

How does it decide what's "stale"? By how long since a page was last updated, compared to a threshold you choose (six months by default). You can set it shorter for fast-moving topics or longer for evergreen content.

Does older automatically mean worse? No — age is one signal. The priority also considers depth and completeness, and it ranks longer evergreen pages higher because refreshing them tends to recover the most traffic. A short, current page won't be flagged just for being old if it's fine.

Will it change my content? No. It's a read-only monitor that tells you what to work on. You (or an AI assistant) decide what to refresh and make the edits.

Does it need Google Search Console or analytics? No. It works from your own content signals — last-updated date, length and completeness — so it runs without connecting any external data source. Nothing leaves your site.

How does it fit with the other SEO tools? It answers "which pages," the SEO Content Analyzer answers "how to fix this page," and the Internal Linking Engine answers "where to add links." Together they form a full content-improvement workflow.

Related articles

Top comments (0)