• Resolved angeldavo

    (@angeldavo)


    Hi Rank Math team,

    We have detected that hundreds of posts on our WordPress site are being modified automatically in bulk, always within the same minute, without any manual editing being done.

    What we have found:

    • Hundreds of posts get their post_modified date updated simultaneously (50-60 posts per minute)
    • This happens on specific dates repeatedly (February 12, February 18, April 15, 2026)
    • The content of the posts does not appear to change, only metadata
    • The changes are always registered under the same WordPress admin user
    • We only have the free version of Rank Math (v1.0.268) installed
    • We do NOT have Rank Math PRO or any bulk edit plugin installed
    • We have verified that the only Rank Math cron task is rank_math/redirection/clean_trashed

    Our question: Does Rank Math free version trigger any automatic background process after a plugin update that would update post metadata in bulk, causing WordPress to update post_modified on hundreds of posts simultaneously?

    Could this be related to Rank Math recalculating SEO scores, reindexing posts, or running any migration process after an update?

    Thank you very much for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.