Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CFavicon & BrandingAction3 icon(s) detectedREVIEW
ALandmark Structure6 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
A+Heading Hierarchy11 headingsPASS
- H2 How we use cookies to help you
- H1 Welcome toCitizens Advice
- H2 Search for advice
- H2 Popular content
- H2 Volunteer with us
- H2 Policy, research and campaigns
- H2 Find your local Citizens Advice
- H2 Advice
- H2 Resources and tools
- H2 More from us
- H2 About this site
A+Alt Text QualityAll 1 images OKPASS
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-query | search | Search through site content | aria-label |
| #search-query | search | Search through site content | aria-label |
| #fylca-search-query | search | Search with your postcode or town to find your local service in England or Wales. | aria-label |
A+Link & Button Quality64 links, 9 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.research.net/r/J8PLH2H?p=%2F… | Is there anything wrong with t… | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://www.research.net/r/J8PLH2H?p=%2F&u=Mozilla%2F5.0+%28X11%3B+Linux+x86_…
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
A404 Error PageHTTP 404, custom pagePASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Welcome to | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Citizens Advice | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 How we use cookies t… | 19.65:1 | 3.0:1 | #000000 | #F2F8FF | Pass |
| h2 Search for advice | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Popular content | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Volunteer with us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Policy, research and… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Find your local Citi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Advice | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Resources and tools | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 More from us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 About this site | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Citizens Advice | 19.65:1 | 4.5:1 | #000000 | #F2F8FF | Pass |
| p We use essential coo… | 19.65:1 | 4.5:1 | #000000 | #F2F8FF | Pass |
| p We'd also like to us… | 19.65:1 | 4.5:1 | #000000 | #F2F8FF | Pass |
| li see what help people… | 19.65:1 | 4.5:1 | #000000 | #F2F8FF | Pass |
| li help us campaign for… | 19.65:1 | 4.5:1 | #000000 | #F2F8FF | Pass |
| li let you watch videos… | 19.65:1 | 4.5:1 | #000000 | #F2F8FF | Pass |
| a Find out more about … | 19.65:1 | 4.5:1 | #000000 | #F2F8FF | Pass |
| button Accept additional co… | 19.65:1 | 4.5:1 | #000000 | #F2F8FF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 25 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.