How to fix the accessibility issues an audit flags
Nova runs an axe-core scan, scores the site by severity, and turns the findings into fixes: low-risk ones like alt text can ship in guardrails, the rest wait for review.
Website Crew
When you need this
You want the site easier to use for people with disabilities and screen readers, or a customer has raised an accessibility concern.
How the crew does it
Scan the pages
Website Crew
Nova runs an axe-core accessibility scan and produces a severity-weighted score from 0 to 100 per page.
List fixes by severity
Website Crew
Missing alt text, low-contrast text, unlabeled form fields, missing language attributes and heading order, each tied to the element.
Draft the changes
Website Crew
Nova writes the fix for each issue. Iris reviews any alt text or label wording for voice.
Approve visual changes
You
Text-only fixes may ship inside guardrails. Colour, contrast and layout changes are staged for your review because they change how the site looks.
Re-scan
Website Crew
Nova re-runs the scan on the changed pages to confirm the issues are resolved.
What waits for you
Colour, contrast and layout changes, and any fix that alters visible text.
Connect
Website access, wordpress
Measured by
Resolved accessibility issues and the axe-core score on the changed pages.
Limits
The score is a fast signal from automated checks, not a WCAG compliance certificate. Automated scans miss issues that need human testing, such as keyboard flow through complex widgets.