Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
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.
FFavicon & BrandingAction1 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy14 headingsREVIEW
- H3 News
- H4 Chemical leak at a West Virginia plant kills 2 people and sends 19 more to hospital, officials say
- H3 World
- H4 Iran fires on 3 ships in the Strait of Hormuz as US maintains blockade and diplomacy stalls
- H3 Business
- H4 The Iran war could drive up costs for petroleum-derived products like clothes and crayons
- H3 Weather
- H3 Pop Culture
- H4 Inside the Kennedy Center as it prepares for a 2-year renovation
- H3 Sports
- H4 Road teams pushing back in early days of NBA playoffs, stealing away the home-court advantages
- H3 Member Center
- H3 Channels
- H3 Tools
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
CForm AccessibilityAction4 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #hdrSrchText | text | (none) | none |
| #hdrSrchBtn | submit | (none) | none |
| q | text | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="q" id="hdrSrchText">; <input type="submit" id="hdrSrchBtn">; <input type="text" name="q">; <input type="submit">
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
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| h3 News | 7.39:1 | 3.0:1 | #000000 | #43A1DE | Pass |
| h3 World | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Business | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Weather | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Pop Culture | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Sports | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Member Center | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Channels | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Tools | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title CompuServe.com - Hom… | 5.61:1 | 4.5:1 | #000000 | #2789D3 | Pass |
| a Chemical leak at a W… | 9.70:1 | 4.5:1 | #000000 | #61BAE8 | Pass |
| a Authorities say a ch… | 14.10:1 | 4.5:1 | #000000 | #AFDAEF | Pass |
| a Celeste Rivas Hernan… | 19.96:1 | 4.5:1 | #000000 | #F4FAFF | Pass |
| a Wildfires across Geo… | 10.56:1 | 4.5:1 | #000000 | #86BEE9 | Pass |
| a Heavy rain and snowm… | 15.54:1 | 4.5:1 | #000000 | #D3DFEC | Pass |
| a Democrats win in Vir… | 12.55:1 | 4.5:1 | #000000 | #B7CAE1 | Pass |
| a Searchers find the b… | 11.13:1 | 4.5:1 | #000000 | #A8BFDA | Pass |
| a Immigration officer … | 16.81:1 | 4.5:1 | #000000 | #DEE7F1 | Pass |
| a Climate doom and glo… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a More kids than ever … | 19.90:1 | 4.5:1 | #000000 | #F7F9FB | 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 83/100 — 3 failing, 12 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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Enter City or Zip: div.tileOutline > div.wxWrapper > form > p.input |
Member Center div#main > div#nav > div.menuBlk > h3.menu |
My Account div.menuBlk > ul > li > a |
About CompuServe div.menuBlk > ul > li > a |
Get Help div.menuBlk > ul > li > a |
Channels div#main > div#nav > div.menuBlk > h3.menu |
Autos div.menuBlk > ul > li > a |
Careers div.menuBlk > ul > li > a |
Entertainment div.menuBlk > ul > li > a |
Fun & Games div.menuBlk > ul > li > a |
Gadgets & Tech div.menuBlk > ul > li > a |
Home & Living div.menuBlk > ul > li > a |
Money & Business div.menuBlk > ul > li > a |
News div.menuBlk > ul > li > a |
Shopping div.menuBlk > ul > li > a |
Sports div.menuBlk > ul > li > a |
Travel div.menuBlk > ul > li > a |
Weather div.menuBlk > ul > li > a |
Tools div#main > div#nav > div.menuBlk > h3.menu |
Maps div.menuBlk > ul > li > a |
Search div.menuBlk > ul > li > a |
Look for a Job div.menuBlk > ul > li > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
EU close to approving a $106B loan for Ukraine after months of deadlock div.tileOutline > ul > li > a |
Ukraine wants a Zelenskyy-Putin summit to jolt stalled US-led peace efforts div.tileOutline > ul > li > a |
EU close to approving a $106B loan for Ukraine after months of deadlock div.tileOutline > ul > li > a |
UK inflation rises as prices at the pump spike after Iran war div.tileOutline > ul > li > a |
Terms of Service div#cpyrText > ul#ftLnks > li > a |
Privacy Policy div#cpyrText > ul#ftLnks > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.