← methodology

Content readable without JavaScript

access.no-js-wall · Access · 2 pts · required

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

Measured visible text in the raw, unrendered homepage HTML.

How to pass

Server-render or prerender key pages — most agent fetchers don't execute JavaScript, so an empty JS shell is invisible to them.

Verify a fix

curl -X POST /api/scan/checks \
  -H 'content-type: application/json' \
  -d '{"url": "yourdomain.com", "checkIds": ["access.no-js-wall"]}'