Skip to content

v0.12.0 — emdash 0.21 + broader IndexNow triggers

Latest

Choose a tag to compare

@jdevalk jdevalk released this 18 Jun 20:38
c6cc96f

Added

  • IndexNow now pings on edits to already-published pages. A new content:afterSave hook means editing a live page and re-saving notifies search engines, not just the first publish. A per-URL 60s debounce collapses the duplicate afterPublish + afterSave fire at publish time and absorbs autosave bursts.
  • IndexNow now pings on permanent deletes. A new content:afterDelete hook submits the dead URL so engines recrawl and see the 404/410. Published saves cache an id → url mapping in plugin KV (the delete event carries no slug) which the delete handler resolves and clears. Trashing stays on the afterUnpublish path.

Changed

  • peerDependencies.emdash bumped to ^0.21.0, tracking the current EmDash release. The plugin API surface this plugin depends on is unchanged from 0.6.0, so the compatibility bump itself required no source changes.

Full changelog: https://github.com/jdevalk/emdash-plugin-seo/blob/main/CHANGELOG.md