Why CMS updates matter for security
Most hacked sites run an outdated CMS or plugin with a published exploit. Keep the core and plugins current.
Step by step, with screenshots: A monthly site health routine, done in 30 minutes →
Check your own site
Runs this check and the other 186, free, in about 45 seconds.
What a passing site looks like
- CMS version: passeswarning · −3 ptseffort M
CMS version
Why it matters. Old CMS versions have published security holes that bots scan for automatically, and the generator tag advertises the exact version to them.
- Back up the site, then update the CMS from its admin dashboard; update plugins and themes at the same time.
- Remove the generator tag (WordPress: remove_action('wp_head', 'wp_generator') in functions.php).