Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction4 of 5 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #mhf-dropdown-select | select | none | |
| #edit-s--2 | text | (Search) | placeholder only |
| #edit-s | text | (Search) | placeholder only |
| #edit-submit-search--2 | submit | (none) | none |
| #edit-submit-search | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="edit-submit-search">; <input type="submit" id="edit-submit-search--2">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s" id="edit-s">; <input type="text" name="s" id="edit-s--2">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
FLink & Button QualityAction15 issue(s) across 193 links and 11 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://www.mentalhealth.org.uk/explore-… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: A Z Topics | |||
| https://www.mentalhealth.org.uk/explore-… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Publications | |||
| (empty) | empty | Add link text or aria-label | |
| /explore-mental-health/your-mental-healt… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Your Mental Health | |||
| /explore-mental-health/support-someone-w… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Support Someone With Their Mental Health | |||
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#main-content; a#paragraph-56917; a#paragraph-48521; a#paragraph-40131; a#paragraph-181; a#paragraph-49526; a#paragraph-49516; a#paragraph-49521
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Generic link text like 'click here' doesn't describe the destination.
https://www.mentalhealth.org.uk/explore-mental-health/a-z-topics ("Learn more"); https://www.mentalhealth.org.uk/explore-mental-health/publications ("Learn more"); /explore-mental-health/your-mental-health ("Learn more"); /explore-mental-health/support-someone-with-their-mental-health ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Icon-only buttons need an aria-label so screen readers can announce them.
button.mm-tabstart (#67 on page); button.mm-tabend (#355 on page); button.mm-tabend (#877 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
BLandmark Structure9 landmarksREVIEW
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
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction26 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 9 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| h2 Header menu | 19.29:1 | 3.0:1 | #000000 | #F5F5F7 | Pass |
| h2 Today I want to: | 19.29:1 | 3.0:1 | #000000 | #F5F5F7 | Pass |
| h2 Highlights | 19.29:1 | 3.0:1 | #000000 | #F5F5F7 | Pass |
| h2 Quick links | 19.29:1 | 3.0:1 | #000000 | #F5F5F7 | Pass |
| h2 Nations | 19.29:1 | 3.0:1 | #000000 | #F5F5F7 | Pass |
| h2 Social | 19.29:1 | 3.0:1 | #000000 | #F5F5F7 | Pass |
| h2 Sign up for email up… | 19.29:1 | 3.0:1 | #000000 | #F5F5F7 | Pass |
| h2 Footer | 19.29:1 | 3.0:1 | #000000 | #F5F5F7 | Pass |
| title Mental Health Founda… | 2.96:1 | 4.5:1 | #000000 | #95394A | Fail |
| span Menu | 2.96:1 | 4.5:1 | #000000 | #95394A | Fail |
| a Our work | 6.84:1 | 4.5:1 | #000000 | #939394 | Pass |
| span Open submenu | 6.84:1 | 4.5:1 | #000000 | #939394 | Pass |
| a Get involved | 6.84:1 | 4.5:1 | #000000 | #939394 | Pass |
| span Open submenu | 1.19:1 | 4.5:1 | #000000 | #200054 | Fail |
| a Explore mental healt… | 1.19:1 | 4.5:1 | #000000 | #200054 | Fail |
| span Open submenu | 1.19:1 | 4.5:1 | #000000 | #200054 | Fail |
| a About us | 1.19:1 | 4.5:1 | #000000 | #200054 | Fail |
| span Open submenu | 1.19:1 | 4.5:1 | #000000 | #200054 | Fail |
| span Close submenu | 1.19:1 | 4.5:1 | #000000 | #200054 | Fail |
| span Our work | 1.19:1 | 4.5:1 | #000000 | #200054 | Fail |
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+Heading Hierarchy32 headingsPASS
- H2 Header menu
- H1 Everyone deservesgood mental health
- H2 Today I want to:
- H2 Mental Health Awareness Week 11 - 17 May 2026
- H2 Highlights
- H2 Our bold new recommendations for the proposed under-16s social media ban
- H2 Blog
- H2 Why human connection matters at university
- H2 Blog
- H2 Mental Health Awareness Week Skydive
- H2 Event
- H2 Small Talk, Big Change podcast
- H2 Podcast
- H2 Information and guidance
- H3 A-Z Topics
- H3 How-to guides
- H3 Looking after your mental health
- H3 Supporting someone else with their mental health
- H2 For professionals
- H3 Helping someone with a mental health problem
- H3 Mental health statistics
- H3 Resources for working with young people
- H2 Support our work
- H3 Fundraise
- H3 Donate
- H3 Participate
- H3 Shop
- H2 Quick links
- H2 Nations
- H2 Social
- H2 Sign up for email updates
- H2 Footer
A+Alt Text QualityAll 18 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A+Web ManifestPWA-readyPASS
A+Print StylesheetPrint styles detectedPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 28 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.