shipany-indexnow
v0.1.0
Published
ShipAny IndexNow CLI and Node API for key file generation and sitemap submission.
Downloads
541
Readme
shipany-indexnow
IndexNow CLI and Node API for ShipAny-style Next.js projects.
Commands
shipany-indexnow init --host pvid.app
shipany-indexnow keyfile
shipany-indexnow verify --wait
shipany-indexnow submit --wait
shipany-indexnow submit --url https://pvid.app/new-page
shipany-indexnow submit --dry-runEnvironment
INDEXNOW_KEY=your-stable-indexnow-key
INDEXNOW_HOST=pvid.app
INDEXNOW_SITEMAP=https://pvid.app/sitemap.xmlThe CLI reads .env.local, .env.production, and .env when present, without
overriding exported shell variables.
keyfile writes public/{INDEXNOW_KEY}.txt. submit reads the sitemap,
filters URLs to the configured host, batches up to 10,000 URLs, and posts them
to IndexNow.
