← methodology
NLWeb endpoint
discovery.nlweb · Discovery · 1 pts · emerging · emerging (unscored)
Goal
Can an agent operate your website directly?
Whether the site itself is legible to non-rendering and browser agents: semantic HTML, no JS walls, accessibility.
How we test
Probed /.well-known/nlweb.json and the /ask endpoint.
How to pass
Consider exposing an NLWeb /ask endpoint for conversational access to your content.
Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["discovery.nlweb"]}'