Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction16 issue(s) across 193 links and 71 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /even-better | More | generic text | Replace with descriptive text |
Before: More Suggested: Even Better | |||
| /future-perfect | More | generic text | Replace with descriptive text |
Before: More Suggested: Future Perfect | |||
| /explainers | More | generic text | Replace with descriptive text |
Before: More Suggested: Explainers | |||
| /politics | More | generic text | Replace with descriptive text |
Before: More Suggested: Politics | |||
| /culture | More | generic text | Replace with descriptive text |
Before: More Suggested: Culture | |||
| /advice | More | generic text | Replace with descriptive text |
Before: More Suggested: Advice | |||
| https://www.voxmedia.com/legal/cookie-po… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.voxmedia.com/legal/cookie-po… | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
| <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 |
| <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 |
| <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 |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/even-better ("More"); /future-perfect ("More"); /explainers ("More"); /politics ("More"); /culture ("More"); /advice ("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.voxmedia.com/legal/cookie-policy; https://www.voxmedia.com/legal/cookie-policy; https://www.onetrust.com/products/cookie-consent/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button (#2703 on page); button (#2732 on page); button (#2832 on page); button (#2864 on page); button (#2880 on page); button (#2931 on page); button (#2955 on page); button (#2986 on page); button (#3048 on page); button (#3066 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
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
BHeading Hierarchy45 headingsREVIEW
- H2 Making sense of it all:
- H2 The context you need, when you need it
- H2 Top links
- H2 Recommended For You
- H2 Even Better
- H2 Future Perfect
- H2 Most Popular
- H2 Listen
- H2 Today, Explained
- H2 Watch
- H2 Explainers
- H2 Politics
- H2 Culture
- H2 Advice
- H2 More News
- H2 Pagination
- H2 Privacy Notice
- H3 Ways we may use your data:
- H2 Privacy Center
- H3 Manage Consent Preferences
- H4 Strictly Necessary Cookies 77 partners can use this purpose
- H5 Ensure security, prevent and detect fraud, and fix errors 77 partners can use this special purpose
- H4 Functional Cookies 104 partners can use this purpose
- H5 Use limited data to select advertising 79 partners can use this purpose
- H5 Use limited data to select content 19 partners can use this purpose
- H5 Use profiles to select personalised content 21 partners can use this purpose
- H5 Create profiles to personalise content 24 partners can use this purpose
- H5 Deliver and present advertising and content 76 partners can use this special purpose
- H5 Identify devices based on information transmitted automatically 59 partners can use this feature
- H4 Performance Cookies 34 partners can use this purpose
- H5 Link different devices 34 partners can use this feature
- H4 Social Media & Embedded Content
- H4 Targeting Cookies 64 partners can use this purpose
- H5 Actively scan device characteristics for identification 15 partners can use this special feature
- H5 Use precise geolocation data 34 partners can use this special feature
- H5 Match and combine data from other data sources 48 partners can use this feature
- H4 Measure content performance 36 partners can use this purpose
- H4 Use profiles to select personalised advertising 60 partners can use this purpose
- H5 Create profiles for personalised advertising 63 partners can use this purpose
- H4 Understand audiences through statistics or combinations of data from different sources 63 partners can use this purpose
- H5 Develop and improve services 77 partners can use this purpose
- H5 Measure advertising performance 103 partners can use this purpose
- H4 Store and/or access information on a device 89 partners can use this purpose
- H4 Save and communicate privacy choices 67 partners can use this special purpose
- H3 Vendors List
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction7 icon(s) detectedREVIEW
ALandmark Structure7 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+Alt Text QualityAll 127 images OKPASS
AForm Accessibility1 of 25 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #:Rkqgr96: | text | Search | for/id |
| Email (required) | for/id | ||
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-sub-group-id-IAB2V2_2 | checkbox | Use limited data to select advertising | aria-label |
| #ot-sub-group-id-IAB2V2_11 | checkbox | Use limited data to select content | aria-label |
| #ot-sub-group-id-IAB2V2_6 | checkbox | Use profiles to select personalised content | aria-label |
| #ot-sub-group-id-IAB2V2_5 | checkbox | Create profiles to personalise content | aria-label |
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0005 | checkbox | Social Media & Embedded Content | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #ot-sub-group-id-ISF2V2_2 | checkbox | Actively scan device characteristics for identification | aria-label |
| #ot-sub-group-id-ISF2V2_1 | checkbox | Use precise geolocation data | aria-label |
| #ot-group-id-IAB2V2_8 | checkbox | Measure content performance | for/id |
| #ot-group-id-IAB2V2_4 | checkbox | Use profiles to select personalised advertising | for/id |
| #ot-sub-group-id-IAB2V2_3 | checkbox | Create profiles for personalised advertising | aria-label |
| #ot-group-id-IAB2V2_9 | checkbox | Understand audiences through statistics or combinations of data from different sources | for/id |
| #ot-sub-group-id-IAB2V2_10 | checkbox | Develop and improve services | aria-label |
| #ot-sub-group-id-IAB2V2_7 | checkbox | Measure advertising performance | aria-label |
| #ot-group-id-IAB2V2_1 | checkbox | Store and/or access information on a device | for/id |
| #vendor-search-handler | text | Vendor list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
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 |
|---|---|---|---|---|---|
| h2 Making sense of it a… | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 The context you need… | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Top links | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Recommended For You | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Even Better | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Future Perfect | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Most Popular | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Listen | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Today, Explained | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Watch | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Explainers | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Politics | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Culture | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Advice | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 More News | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Pagination | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Privacy Notice | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h2 Privacy Center | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h3 Ways we may use your… | 17.95:1 | 3.0:1 | #000000 | #FFF200 | Pass |
| h3 Manage Consent Prefe… | 17.95:1 | 3.0:1 | #000000 | #FFF200 | 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 97/100 — 2 failing, 27 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
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Privacy Notice div._1ujku670 > ul._1ujku671 > li._1ujku672 > a._1ujku673 |
Terms of Use div._1ujku670 > ul._1ujku671 > li._1ujku672 > a._1ujku673 |
Platform Status div._1ujku670 > ul._1ujku671 > li._1ujku672 > a._1ujku673 |
Careers div._1ujku670 > ul._1ujku671 > li._1ujku672 > a._1ujku673 |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |