Paste article links from anywhere. We build a public hub page on this site that lists them, then notify Bing and partners about that hub page via free IndexNow.
You can submit GitHub, GitLab, DEV, Tumblr, Telegraph, Bluesky, and more. IndexNow cannot push those foreign URLs directly — so we create a page on this app that lists them, and IndexNow that page instead.
/h/… with your links.After a publish node (e.g. Neocities) that outputs a public URL, add an HTTP Request node.
POSThttps://link-indexer.ramerlabs.com/api/webhookContent-Type = application/jsonX-API-Key = your webhook API key from Settings{
"urls": "{{ $json.neocities_url }}"
}
You can also send many URLs at once (newline-separated). The webhook creates a hub page and IndexNows that hub. API key is in Settings after login.