Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) detectedFIX
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
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
BHeading Hierarchy7 headingsREVIEW
- H2 Latest on Empire
- H2 Latest Movies
- H2 Latest reviews
- H2 Latest features
- H2 Latest TV Series
- H2 Latest Games
- H2 Latest hardware
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 10 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 |
|---|---|---|---|---|---|
| h2 Latest on Empire | 1.01:1 | 3.0:1 | #000000 | #020100 | Fail |
| h2 Latest Movies | 1.01:1 | 3.0:1 | #000000 | #020100 | Fail |
| h2 Latest reviews | 1.01:1 | 3.0:1 | #000000 | #020100 | Fail |
| h2 Latest features | 1.01:1 | 3.0:1 | #000000 | #020100 | Fail |
| h2 Latest TV Series | 1.01:1 | 3.0:1 | #000000 | #020100 | Fail |
| h2 Latest Games | 1.01:1 | 3.0:1 | #000000 | #020100 | Fail |
| h2 Latest hardware | 1.01:1 | 3.0:1 | #000000 | #020100 | Fail |
| title Empire - Movies, TV … | 3.00:1 | 4.5:1 | #000000 | #595959 | Fail |
| a Movies | 3.00:1 | 4.5:1 | #000000 | #595959 | Fail |
| a Reviews | 3.00:1 | 4.5:1 | #000000 | #595959 | Fail |
| a News | 7.01:1 | 4.5:1 | #000000 | #959595 | Pass |
| a Features | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Gaming | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Podcasts | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Empire VIP | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Empire Magazine | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Subscribe | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Manage My Subscripti… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Newsletter | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Michael (2026) | 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.
A+Alt Text QualityAll 61 images OKPASS
| Issue | Count |
|---|---|
| too long | 2 image(s) |
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality221 links, 0 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://account.greatmagazines.co.uk?utm… | Manage My Subscription | new tab | Add '(opens in new tab)' to text |
| //www.facebook.com/empiremagazine | new tab | Add '(opens in new tab)' to text | |
| //twitter.com/empiremagazine | new tab | Add '(opens in new tab)' to text | |
| //www.pinterest.com/empiremagazine/ | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://account.greatmagazines.co.uk?utm_source=empireonline.com&utm_medium=r…; //www.facebook.com/empiremagazine; //twitter.com/empiremagazine; //www.pinterest.com/empiremagazine/
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
A+Lighthouse Accessibility AuditsScore 100/100 — 0 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.