Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure18 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
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
BHeading Hierarchy23 headings, 2 skip(s)REVIEW
- H2 Main navigation
- H2 Fundraising Header
- H1 Bringing our world back to life
- H2 Take action for our world
- H3 Feel good forest trail
- H3 Below the waterline
- H3 How you're helping
- H2 About WWF
- H3 Stop deforestation
- H3 Deliver a sustainable future in the UK
- H3 Bring nature back from the brink
- H3 Inspire public action for nature
- H2 Our latest podcast episode
- H2 We recommend
- H2 WWF's club for kids
- H2 Shop For Your World
- H2 Latest from WWF
- H4 Pagination skipped
- H3 Bringing our world back to life
- H5 Join the race to save our world skipped
- H2 About WWF
- H2 Legal
- H2 Follow us
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-keys | search | Search | for/id |
| #edit-submit | submit | (none) | none |
| #edit-submit-latest-content | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="edit-submit">; <input type="submit" id="edit-submit-latest-content">
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
BLink & Button Quality1 issue(s) across 114 links and 6 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| https://www.wwf.org.uk/sites/default/fil… | Modern Slavery Statement (pdf) | new tab | Add '(opens in new tab)' to text |
| https://www.wwf.org.uk/sites/default/fil… | Safeguarding policy (pdf) | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/WWFUnitedKingdo… | follow us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://instagram.com/wwf_uk/ | follow us on Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@wwf_uk | follow us on Tiktok | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/3094976… | follow us on LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/wwfunitedkingdom | follow us on YouTube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/wwf_uk | follow us on Twitter | new tab | Add '(opens in new tab)' to text |
| https://www.threads.net/@wwf_uk | follow us on Threads | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/wwf.org.uk | follow us on Bluesky | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
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
Add '(opens in new tab)' to link text or aria-label.
https://www.wwf.org.uk/sites/default/files/2021-07/Modern_Slavery_statement_2021.pdf; https://www.wwf.org.uk/sites/default/files/2025-11/WWF-UK-Safeguarding-Policy-October-2025.pdf; https://www.facebook.com/WWFUnitedKingdom; https://instagram.com/wwf_uk/; https://www.tiktok.com/@wwf_uk; https://www.linkedin.com/company/3094976/; https://www.youtube.com/wwfunitedkingdom; https://twitter.com/wwf_uk; https://www.threads.net/@wwf_uk; https://bsky.app/profile/wwf.org.uk
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
CFavicon & BrandingAction6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| h1 Bringing our world b… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Main navigation | 3.10:1 | 3.0:1 | #000000 | #505C6E | Pass |
| h2 Fundraising Header | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Take action for our … | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 About WWF | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Our latest podcast e… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 We recommend | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 WWF's club for kids | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Shop For Your World | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Latest from WWF | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 About WWF | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Legal | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Follow us | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Feel good forest tra… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Below the waterline | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 How you're helping | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Stop deforestation | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Deliver a sustainabl… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Bring nature back fr… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Inspire public actio… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | 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+Alt Text QualityAll 17 images OKPASS
A404 Error PageHTTP 404, custom pagePASS
ALighthouse Accessibility AuditsScore 92/100 — 3 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.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section#podcast > div.article_wrapper > div#embed-omny__199441 > iframe section#podcast > div.article_wrapper > div#embed-omny__199441 > iframe |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PAGINATION div.kitchen_sink > div.resource_pagination > nav.pager > h4#pagination-heading |
JOIN THE RACE TO SAVE OUR WORLD div.footer_full_row > nav.footer_nav > div.newsletter > h5 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1
Current page
Page
2
Page
3
Page
4 …
Next page
Last page
Last div.kitchen_sink > div.resource_pagination > nav.pager > ul.js-pager__items |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.