Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 429, custom pageFIX
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure6 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
BForm Accessibility3 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #_r_3_ | checkbox | none | |
| #_r_4_ | checkbox | none | |
| #_r_1_ | input | (Your email address) | placeholder only |
| q | search | (SEARCH) | placeholder only |
| q | search | (SEARCH) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q">; <input type="search" name="q">; <input name="email" id="_r_1_">
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 Quality1 issue(s) across 71 links and 34 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/aeonmag | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/aeonmag | new tab | Add '(opens in new tab)' to text | |
| https://bsky.app/profile/aeon.co | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@AeonVideo | YouTube | new tab | Add '(opens in new tab)' to text |
| https://psyche.co | Psyche | new tab | Add '(opens in new tab)' to text |
| https://sophiaclub.co | Sophia Club | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/aeonmag | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/aeonmag | new tab | Add '(opens in new tab)' to text | |
| https://bsky.app/profile/aeon.co | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@AeonVideo | YouTube | new tab | Add '(opens in new tab)' to text |
| https://sophiaclub.co | Sophia Club | new tab | Add '(opens in new tab)' to text |
| https://psyche.co | Psyche | new tab | Add '(opens in new tab)' to text |
| /essays/lessons-from-the-fairness-of-afr… | (empty) | empty | Add link text or aria-label |
| /feed.rss | RSS Feed | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/aeonmag | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/aeonmag | new tab | Add '(opens in new tab)' to text | |
| https://bsky.app/profile/aeon.co | Bluesky | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@AeonVideo | YouTube | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/essays/lessons-from-the-fairness-of-african-fractal-societies
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.facebook.com/aeonmag; https://www.instagram.com/aeonmag; https://bsky.app/profile/aeon.co; https://www.youtube.com/@AeonVideo; https://psyche.co; https://sophiaclub.co; https://www.facebook.com/aeonmag; https://www.instagram.com/aeonmag; https://bsky.app/profile/aeon.co; https://www.youtube.com/@AeonVideo (+7 more)
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
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 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 |
|---|---|---|---|---|---|
| h1 Justice is geometric | 13.52:1 | 3.0:1 | #000000 | #B9D5D3 | Pass |
| h2 Where centralised so… | 12.16:1 | 3.0:1 | #000000 | #DEBCCB | Pass |
| h2 Popular this month | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Aeon | a world of id… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button CLOSE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Philosophy | 5.42:1 | 4.5:1 | #0C776D | #FFFFFF | Pass |
| a Science | 7.81:1 | 4.5:1 | #035A6D | #FFFFFF | Pass |
| a Psychology | 1.00:1 | 4.5:1 | #940B52 | #5C482E | Fail |
| a Society | 2.30:1 | 4.5:1 | #9D120D | #A1824F | Fail |
| a Culture | 1.03:1 | 4.5:1 | #C16E15 | #A17A3D | Fail |
| a Essays | 3.03:1 | 4.5:1 | #000000 | #725431 | Fail |
| a Videos | 5.14:1 | 4.5:1 | #000000 | #A2744C | Pass |
| a Popular | 7.16:1 | 4.5:1 | #000000 | #B7905D | Pass |
| a About | 11.94:1 | 4.5:1 | #000000 | #CFC1B4 | Pass |
| a DONATE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a NEWSLETTER | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button MENU | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a DONATE | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a NEWSLETTER | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span SIGN IN | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
BLighthouse Accessibility AuditsScore 85/100 — 3 failing, 23 passedREVIEW
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
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.mx-auto > div.flex > div.flex > button.hover:opacity-70 div.mx-auto > div.flex > div.flex > button.hover:opacity-70 |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.space-y-1 > label.flex > label.flex > input#_r_3_ div.space-y-1 > label.flex > label.flex > input#_r_3_ |
div.space-y-1 > label.flex > label.flex > input#_r_4_ div.space-y-1 > label.flex > label.flex > input#_r_4_ |
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.
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 |
|---|
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
Save div.group/card > div.relative > div.flex > button.group |
These items highlight common accessibility best practices.
A+Heading Hierarchy3 headingsPASS
- H1 Justice is geometric
- H2 Where centralised societies excel at extraction, African fractal systems allow for circulation, reciprocity and return
- H2 Popular this month
AAlt Text QualityAll 30 images OKPASS
| Issue | Count |
|---|---|
| too long | 4 image(s) |