Start this section with evidence, not assumptions. The goal is to confirm that participants and referrers can reach, understand, and use important service information across devices and assistive technologies.
Accessibility review against WCAG 2.1 Level AA. Evidence required: an accessibility test report covering templates, navigation, forms, headings, images, focus order, keyboard use, and common screen-reader interactions.
Pass condition: material barriers affecting core service discovery or contact paths are not present in the tested sample, and known exceptions are documented with owners. Fail condition: a participant cannot complete a core information or enquiry task because of an avoidable interface or content barrier.
Severity: critical when the barrier blocks access to essential service or contact information; otherwise prioritize by user impact. Owner: web product lead with accessibility review support. Corrective action: repair the underlying component, content, label, focus behavior, contrast issue, or document alternative rather than relying on an overlay alone.
Validation step: rerun automated checks and a representative manual keyboard and assistive-technology review, then retain the evidence. Tools: Axe DevTools, WAVE Accessibility Tool, Google Lighthouse.
Structured data for visible NDIS service information. Evidence required: the rendered page, the deployed JSON-LD, and a record showing that each marked-up property is supported by visible content. Pass condition: markup is syntactically valid, describes the actual page entity, and does not add claims that users cannot verify on the page.
Fail condition: properties are inaccurate, unsupported, duplicated across the wrong entity, or used solely in the expectation of a ranking boost. Severity: medium. Owner: technical SEO lead and developer.
Corrective action: remove unsupported properties and map the page to the most appropriate Schema.org types without inventing registration, clinical, or service attributes. Validation step: retest the deployed markup with Google's supported validation tooling and compare it against the visible page. Tools: Schema.org, Google Rich Results Test.
Mobile performance and interaction quality. Evidence required: field or lab performance reports plus a manual walkthrough of high-intent service pages, contact flows, referral forms, and downloadable resources on representative mobile devices.
Pass condition: important content is readable, controls are usable, pages respond predictably, and performance issues do not obstruct service evaluation or contact. Fail condition: layout shifts, blocking scripts, oversized media, broken forms, or hard-to-use controls materially impede the journey.
Severity: high. Owner: web engineering lead. Corrective action: reduce unnecessary scripts and media weight, repair responsive layouts, simplify blocking interactions, and prioritize the content needed to evaluate services.
Validation step: repeat the same test journey after deployment and compare the before-and-after evidence. Tools: PageSpeed Insights, Search Console.
HTTPS and participant-data handling. Evidence required: certificate status, redirect behavior, form inventory, analytics tags, consent configuration, and a data-flow record for information submitted through the site.
Pass condition: public pages use secure transport and the organization can explain where enquiry data goes and which systems receive it. Fail condition: insecure resources, broken certificate behavior, unexplained third-party collection, or forms that gather sensitive information without an approved handling process.
Severity: critical where participant information may be exposed. Owner: security or privacy lead with web engineering. Corrective action: fix transport issues, minimize unnecessary collection, remove unauthorized trackers, and align forms with the organization's approved privacy process. Validation step: retest transport, form submission, and tag behavior on production. Tools: SSL Labs, Hosting Provider