VertaaUX combines deterministic rule engines, heuristic models grounded in WCAG 2.2 and Nielsen's usability heuristics, and AI-assisted analysis to produce actionable audit reports. This page explains exactly how.
The Audit Pipeline
Every VertaaUX audit follows the same six-step pipeline from URL submission to interactive report.
1
URL Submission
User submits a URL. No browser extension or code snippet required. The engine accepts any publicly accessible web address and queues it for immediate processing.
2
Headless Rendering
A Playwright-based headless browser loads the page at 1920×1080, executes JavaScript, and waits for network idle. Timeout: 30 seconds. This ensures audits reflect what real users see after dynamic content loads.
3
DOM Extraction
Full DOM snapshot, computed styles, ARIA tree, and viewport screenshot are captured. The ARIA tree extraction enables accessibility analysis without relying solely on source HTML.
4
Parallel Audit Modules
Five audit modules run simultaneously: Usability, Clarity, Information Architecture, Accessibility, and Conversion. Parallel execution keeps total audit time under 30 seconds regardless of page complexity.
5
AI Synthesis
An LLM layer reviews borderline findings, adds context-dependent analysis, and generates human-readable explanations. The LLM does not replace deterministic checks — it supplements them for nuanced, qualitative findings.
6
Report Generation
Scores, issues (with severity, WCAG reference, CSS selector, confidence, and fix guidance), and an executive summary are assembled into an interactive report. Each finding links directly to the relevant standard.
Five Scoring Models
Each audit evaluates five dimensions. Every model is grounded in established standards and research.
Usability Score
Standards
Nielsen's 10 usability heuristics, Google's Core Web Vitals
Checks
Load time, touch target size (44×44px per WCAG 2.5.8), viewport configuration, font sizes, interactive element spacing
Link clusters, heading hierarchy, click depth, navigation redundancy, breadcrumb clarity
Accessibility
Standards
WCAG 2.2 Level AA
Checks
Color contrast (WCAG 1.4.3), alt text (1.1.1), form labels (3.3.2), keyboard navigation (2.1.1), ARIA landmarks, focus management
Conversion
Standards
Conversion funnel heuristics
Checks
CTA placement and wording, page dead-ends, trust indicators, social proof, friction points
How Scores Are Calculated
Each dimension starts at 100 and deducts points based on issue severity: critical issues deduct 15 points, warnings deduct 8 points, and informational findings deduct 3 points. The composite score is the weighted average across all five dimensions.
Deduction Scale
Critical
−15 points
Blocking issues that significantly harm usability, accessibility compliance, or conversion.
Warning
−8 points
Moderate issues that degrade experience or create unnecessary friction.
Info
−3 points
Low-impact findings and optimisation opportunities for incremental improvement.
Frequently Asked Questions
Direct answers to common questions about how VertaaUX audits are conducted and validated.
What standards does VertaaUX use?
VertaaUX grounds every audit in WCAG 2.2 Level AA for accessibility, Nielsen's 10 usability heuristics for interaction quality, and Google's Core Web Vitals for performance. The WebAIM Million report found that 96.3% of home pages had detectable WCAG failures — VertaaUX checks the same criteria automatically on demand.
Evidence
•96.3% of home pages had detectable WCAG failures in the 2024 WebAIM Million study — WebAIM Million 2024
VertaaUX separates deterministic rule checks — which produce binary pass/fail results with no ambiguity — from LLM-assisted findings, which carry explicit confidence scores. Findings below 70% confidence are labelled as informational and never promoted to critical severity. Deque research estimates automated tools detect 30–50% of real-world issues, so VertaaUX combines automated rules with AI synthesis to maximise coverage while minimising noise.
Evidence
•Automated tools detect 30–50% of accessibility issues without human review — Deque Systems
The VertaaUX ruleset is reviewed quarterly. Updates include new WCAG criteria as they reach Candidate Recommendation status, revised Nielsen heuristic weightings based on benchmark validation, and corrections informed by continuous precision and recall tracking. The current ruleset version and changelog are published on the benchmarks page.
Yes. The sample report page shows a representative VertaaUX audit with real scores across all five dimensions, annotated issues with WCAG references and CSS selectors, severity deductions, and fix guidance. You can also run a live audit on any public URL from the homepage — no account required for the first report.
We use essential cookies to run the site. Optional cookies help us understand usage and improve the product. Read our Privacy Policy and Cookie Policy.