Updates to the NWO tool
Version logs
v1.0.1
API Endpoint
Along with checking for any fetch/ XHR API calls through the network channel of the website it will now confirm if it is a JSON application type and scope the data within to see if it uses rich semantic values such as content and elements.
Author Information
Previous checks were on the Organisation Type Schema and People. Now, it's just people as AI Agents look for a more definitive author of the published page, distinct from the website organisation.
Additional Notes
Schema - A lot of Schema types are a sub to the Organisation top level so it should now get a full scope reaching a deeper level along with identifying key schema @types allowing it to pick up micro-data assigned schema @types.
v1.0.2
Replaced “Response time” check with OpenAPI/Swagger spec detection:
- Dropped response-time and added too Speed
- Introduced OpenAPI Spec helper that probes /openapi.json and /swagger.json on top verifying the content type.
Updated the checklist item label:
- Renamed “Response time” with “OpenAPI spec” in both initial state and Card UI
Refactors API Driven checklist and adjusted logic to include new spec check.