Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
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
CLandmark StructureAction6 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #emailInput | (Email) | placeholder only | |
| #edit-search-api-fulltext--2 | search | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="search" name="search_api_fulltext" id="edit-search-api-fulltext--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="email" id="emailInput">
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
BLink & Button Quality3 issue(s) across 656 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.unfpa.org/lebanon | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Lebanon | |||
| https://www.unfpa.org/Middle-East-crisis | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Middle East Crisis | |||
| https://www.unfpa.org/sexual-and-reprodu… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Sexual And Reproductive Health 1 | |||
| https://www.facebook.com/UNFPA | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/unfpa | X | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/unfpa | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/unfpa/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/unfpa | new tab | Add '(opens in new tab)' to text | |
| /unfpa-privacy-notice | cookie policy | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://www.unfpa.org/lebanon ("Learn more"); https://www.unfpa.org/Middle-East-crisis ("Learn more"); https://www.unfpa.org/sexual-and-reproductive-health-1 ("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
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/UNFPA; https://twitter.com/unfpa; https://www.youtube.com/user/unfpa; https://www.instagram.com/unfpa/; https://www.linkedin.com/company/unfpa; /unfpa-privacy-notice
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
2 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Main navigation | 3.97:1 | 3.0:1 | #000000 | #6C6A77 | Pass |
| h2 Learn more footer me… | 1.72:1 | 3.0:1 | #000000 | #2F3640 | Fail |
| h2 Go beyond footer men… | 1.72:1 | 3.0:1 | #000000 | #2F3640 | Fail |
| title United Nations Popul… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span United Nations | 11.76:1 | 4.5:1 | #000000 | #C2C1C8 | Pass |
| span Population Fund | 3.65:1 | 4.5:1 | #000000 | #676473 | Fail |
| a Who we are | 3.51:1 | 4.5:1 | #000000 | #68616B | Fail |
| a What we do | 1.20:1 | 4.5:1 | #000000 | #2A140A | Fail |
| a Emergencies | 1.24:1 | 4.5:1 | #000000 | #2F1610 | Fail |
| a Latest | 4.08:1 | 4.5:1 | #000000 | #6D6C7B | Fail |
| a Data | 4.52:1 | 4.5:1 | #000000 | #737385 | Pass |
| a Donate | 4.71:1 | 4.5:1 | #000000 | #767687 | Pass |
| p UNFPA is the United … | 9.53:1 | 4.5:1 | #000000 | #B3AF9C | Pass |
| a About us | 4.65:1 | 4.5:1 | #000000 | #617990 | Pass |
| a Our mission | 4.90:1 | 4.5:1 | #000000 | #667C98 | Pass |
| a Where we work | 2.08:1 | 4.5:1 | #000000 | #3C424D | Fail |
| a Our offices worldwid… | 1.30:1 | 4.5:1 | #000000 | #24201A | Fail |
| a How we work | 1.08:1 | 4.5:1 | #000000 | #120B06 | Fail |
| div Executing our vision | 1.77:1 | 4.5:1 | #000000 | #423430 | 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.
AHeading Hierarchy18 headingsPASS
- H2 Main navigation
- H3 About us
- H3 Where we work
- H3 How we work
- H3 Leaders and Advocates
- H3 Funding and impact
- H3 Ending unmet need for family planning
- H3 Ending maternal mortality
- H3 Ending gender-based violence and harmful practices
- H3 Responding to population matters
- H3 Ensuring rights and choices for all
- H3 Emergencies
- H3 Latest
- H1 Crisis in Lebanon
- H1 Middle East Crisis duplicate H1
- H1 Sexual and reproductive health duplicate H1
- H2 Learn more footer menus
- H2 Go beyond footer menus
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityAll 105 images OKPASS
ALighthouse Accessibility AuditsScore 94/100 — 2 failing, 26 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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.