Tell search engines when the site changes
IndexNow is a shared URL-notification protocol used by Bing, Yandex, Seznam and Naver. One POST to the aggregator fans out to every participant. This page auto-generates and stores your site key, hosts it at a well-known URL for verification, and submits every public page listed in sitemap.xml.
Current state
Submit now
Reads sitemap.xml, filters to this host, and POSTs the batch to https://api.indexnow.org/indexnow. Search engines may fetch keyLocation once to verify ownership before accepting the batch.
URLs that would be submitted
Automate it
To auto-ping on a schedule, point Windows Task Scheduler (or any cron-like runner) at:
POST https://<this-host>/indexnow.ashx?action=pingAuthorization: Bearer <admin-or-superuser-token>
Recommended cadence: once after every content deploy, plus a weekly catch-up. IndexNow is best-effort — over-submitting is fine but adds no value; the aggregator will accept anything and quietly de-dupe on its side.