You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate one IndexNow key per Conduction property (18 total) and paste it into each site's docusaurus.config.js so the preset's IndexNow plugin pings api.indexnow.org on every successful build. Bing recrawls within minutes; the AI surfaces it feeds (Copilot, ChatGPT Search, DuckDuckGo) follow.
Why
Without IndexNow, Bing's recrawl latency is 1–4 weeks. That's the dominant non-Google index for AI assistants in 2026. With it, content changes hit AI surfaces same-day.
Commit + push. The preset's postBuild plugin writes <key>.txt to the build output (verification handshake) and POSTs the sitemap URL list to api.indexnow.org on the next deploy.
Part of #75 (SEO epic).
What
Generate one IndexNow key per Conduction property (18 total) and paste it into each site's
docusaurus.config.jsso the preset's IndexNow plugin pings api.indexnow.org on every successful build. Bing recrawls within minutes; the AI surfaces it feeds (Copilot, ChatGPT Search, DuckDuckGo) follow.Why
Without IndexNow, Bing's recrawl latency is 1–4 weeks. That's the dominant non-Google index for AI assistants in 2026. With it, content changes hit AI surfaces same-day.
How
Per property:
docusaurus.config.js:<key>.txtto the build output (verification handshake) and POSTs the sitemap URL list to api.indexnow.org on the next deploy.Properties
Same list as #74 (18 sites: www.conduction.nl + 17 *.conduction.nl).
Verification per site
https://<site>/<key>.txtreturns 200 with the key as plaintext.[indexnow] submitted N URLs to api.indexnow.org (200).