Plugin Support
Jeremy
(@jeremrm)
Hello @angeldavo,
Thank you for your query and we are so sorry about the trouble this must have caused.
Rank Math does not include any functionality that automatically modifies posts or updates the post_modified date in bulk in the background. There are no processes triggered after plugin updates that would recalculate SEO scores or reindex posts automatically. The SEO score recalculation in Rank Math is only performed manually via the Database Tools when explicitly initiated.
Based on your description, it’s unlikely that Rank Math is responsible for these bulk modifications. To help confirm this, we recommend temporarily deactivating Rank Math and monitoring whether the issue persists. If the updates continue even after deactivation, it would indicate that the behavior is coming from another plugin, theme function, scheduled task (cron), or possibly external access.
If the issue stops after disabling Rank Math, please let us know, and we’ll be happy to investigate further with you.
Looking forward to helping you.
This doesn’t look like Rank Math behavior, especially since the free version doesn’t run any bulk background updates like that.
A pattern where dozens of posts get their post_modified updated at the exact same minute usually points to something automated outside Rank Math. A few things you should check:
- Other plugins (especially SEO, cache, security, auto-tagging, or internal linking plugins) – some of them run cron jobs that “touch” posts without changing visible content
- Scheduled cron jobs – even if you only see one Rank Math task, other plugins or server-level cron jobs may not be obvious
- Theme functions – custom code in functions.php can sometimes update metadata silently
- External tools / API access – if you use any automation tools, REST API integrations, or scripts, they can trigger bulk updates under one admin user
- Security issue – since all changes are under the same admin user, it’s worth checking login logs and ensuring the account isn’t being used by a script or compromised
One quick way to narrow it down:
- Disable all plugins except Rank Math and monitor
- Then enable plugins one by one to identify the trigger
Also check your hosting panel (cron jobs section) — I’ve seen cases where hosting-level cron runs every few minutes and updates posts in bulk.
Since your content isn’t actually changing, something is likely just updating metadata or “touching” posts programmatically, which forces WordPress to update post_modified.
Plugin Support
Jeremy
(@jeremrm)
Hello @angeldavo,
Thank you for the detailed follow-up, and we truly appreciate @superbear1 joining the discussion and sharing those helpful insights.
The suggestions shared by @superbear1 are helpful, particularly checking other plugins, cron jobs, theme functions, and any external integrations or scripts. These are the most common sources of this kind of behavior.
Please keep us posted on what you find, and if you need any further assistance from our side, we’re here to help.