Fix: Root HTML has an H1 and readable text without JavaScript
Web-audit fix skill for the
content-without-jscheck (Content for agents, SHOULD).
Goal
Put an H1 and enough visible text in the raw root HTML that a non-JS agent can read the page.
Fix
Render an <h1> and at least about 200 characters of visible text in the raw HTML of / so a client that does not execute JavaScript still gets a page. A thin SPA shell is acceptable only when /llms.txt is present and links resolvable same-origin content (the audit then marks this check not applicable, not a pass). Dead llms.txt links do not soften the floor.
Resources
Copy-paste prompt
Paste this into your coding agent. Your audit adds what it observed for this check:
Verify
Re-run the audit at https://anc.dev/audit or call the audit_website MCP tool; the content-without-js check should report pass.