Added
- IndexNow now pings on edits to already-published pages. A new
content:afterSavehook means editing a live page and re-saving notifies search engines, not just the first publish. A per-URL 60s debounce collapses the duplicateafterPublish+afterSavefire at publish time and absorbs autosave bursts. - IndexNow now pings on permanent deletes. A new
content:afterDeletehook submits the dead URL so engines recrawl and see the 404/410. Published saves cache anid → urlmapping in plugin KV (the delete event carries no slug) which the delete handler resolves and clears. Trashing stays on theafterUnpublishpath.
Changed
peerDependencies.emdashbumped to^0.21.0, tracking the current EmDash release. The plugin API surface this plugin depends on is unchanged from0.6.0, so the compatibility bump itself required no source changes.
Full changelog: https://github.com/jdevalk/emdash-plugin-seo/blob/main/CHANGELOG.md