Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction5 issue(s) across 48 links and 23 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 |
| https://www.aenetworks.tv/cookie-notice | More information about your pr… | new tab | Add '(opens in new tab)' to text |
| https://cookiepedia.co.uk/giving-consent… | 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 |
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
Add '(opens in new tab)' to link text or aria-label.
https://www.linkedin.com/company/aenetworksemea/; /terms-and-conditions; https://www.aenetworks.tv/cookie-notice; https://cookiepedia.co.uk/giving-consent-to-cookies; 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 (#359 on page); button (#371 on page); button (#387 on page); button (#403 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
BFavicon & Branding22 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 | 1.80:1 | 3.0:1 | #000000 | #333A37 | Fail |
| h2 Main navigation | 3.71:1 | 3.0:1 | #000000 | #656863 | Pass |
| h2 Our culture | 2.61:1 | 3.0:1 | #000000 | #4F514B | Fail |
| h2 Our purpose | 1.94:1 | 3.0:1 | #000000 | #373F3D | Fail |
| h2 Partnerships | 2.02:1 | 3.0:1 | #000000 | #3C413E | Fail |
| h2 Careers | 4.89:1 | 3.0:1 | #000000 | #7A7A7A | Pass |
| h2 Latest news | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Corporate | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Footer | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Websites | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Footer Websites | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Follow Us | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Cookie Preferences | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Your Cookies Choices… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Manage Consent Prefe… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h3 Vendors List | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| title Hearst Networks EMEA | 1.09:1 | 4.5:1 | #000000 | #0E0F0E | Fail |
| a Skip to main content | 1.50:1 | 4.5:1 | #000000 | #2B2C2A | Fail |
| a Our Culture | 3.42:1 | 4.5:1 | #000000 | #5E635E | Fail |
| a Our Purpose | 2.65:1 | 4.5:1 | #000000 | #4B534F | 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 Structure10 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 Hierarchy24 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
- H2 Cookie Preferences
- H2 Your Cookies Choices On This Site
- H3 Manage Consent Preferences
- H4 Strictly Necessary & Analytics Cookies
- H4 Performance Cookies
- H4 Functional Cookies
- H4 Marketing and Targeting Cookies
- H3 Vendors List
A+Alt Text Quality1 of 20 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
A+Form AccessibilityAll 8 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functional Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Marketing and Targeting Cookies | 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 |
A+Lighthouse Accessibility AuditsScore 100/100 — 1 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.
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 Notice div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |