Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 45 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| /partnerships | Partnerships | img no alt | Add alt attribute to the image |
| https://www.linkedin.com/company/aenetwo… | A+E Networks UK on LinkedIn | new tab | Add '(opens in new tab)' to text |
| /terms-and-conditions | Terms and Conditions | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
a#main-content
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/partnerships"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.linkedin.com/company/aenetworksemea/; /terms-and-conditions
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
CFavicon & BrandingAction21 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 Welcome | 4.66:1 | 3.0:1 | #000000 | #6B7A74 | Pass |
| h2 Main navigation | 14.45:1 | 3.0:1 | #000000 | #D2D8CE | Pass |
| h2 Our culture | 8.73:1 | 3.0:1 | #000000 | #A4A99B | Pass |
| h2 Our purpose | 5.35:1 | 3.0:1 | #000000 | #738481 | Pass |
| h2 Partnerships | 5.86:1 | 3.0:1 | #000000 | #7F8A82 | Pass |
| h2 Careers | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Latest news | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Corporate | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Footer | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Websites | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Footer Websites | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Follow Us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Hearst Networks EMEA | 1.25:1 | 4.5:1 | #000000 | #1D1E1C | Fail |
| a Skip to main content | 3.11:1 | 4.5:1 | #000000 | #5B5C57 | Fail |
| a Our Culture | 13.18:1 | 4.5:1 | #000000 | #C4D0C6 | Pass |
| a Our Purpose | 9.03:1 | 4.5:1 | #000000 | #9DAEA5 | Pass |
| a Brands | 5.09:1 | 4.5:1 | #000000 | #6E817B | Pass |
| a Partnerships | 4.80:1 | 4.5:1 | #000000 | #6E7C74 | Pass |
| a News | 5.05:1 | 4.5:1 | #000000 | #708079 | Pass |
| a Join Us | 3.37:1 | 4.5:1 | #000000 | #55645F | 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.
ALandmark Structure8 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+Heading Hierarchy16 headingsPASS
- H2 Main navigation
- H1 Welcome
- H2 Our culture
- H2 Our purpose
- H2 Partnerships
- H2 Careers
- H2 Latest news
- H3 HEARST NETWORKS TEAMS WITH SOSA FOR PREDATOR FILES, AN UNDERCOVER INVESTIGATION SERIES ON CRIME+INVESTIGATION
- H3 COSMO CELEBRATES WOMEN’S MONTH WITH DEBATE AND ART
- H3 HEARST NETWORKS PARTNERS WITH SPIRIT STUDIOS TO LAUNCH DIGITAL-FIRST HISTORY SLATE
- H3 HEARST CANVAS ANNOUNCES CREATIVE DIRECTOR APPOINTMENT
- H2 Corporate
- H2 Footer
- H2 Websites
- H2 Footer Websites
- H2 Follow Us
A+Alt Text Quality1 of 17 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
A+Form AccessibilityNo form controlsPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.