Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
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.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction4 issue(s) across 38 links and 13 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /roam | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Roam | |||
| https://play.google.com/store/apps/detai… | Download for androidchevron_ri… | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/app/starlink/id15… | Download for iOSchevron_right | new tab | Add '(opens in new tab)' to text |
| /residential | here | generic text | Replace with descriptive text |
Before: here Suggested: Residential | |||
| /technology | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Technology | |||
| https://www.spacex.com/ | spacex.com | new tab | Add '(opens in new tab)' to text |
| /legal | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Generic link text like 'click here' doesn't describe the destination.
/roam ("Learn More"); /residential ("here"); /technology ("Learn More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://play.google.com/store/apps/details?id=com.starlink.mobile; https://apps.apple.com/app/starlink/id1537177988; https://www.spacex.com/; /legal
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.mat-focus-indicator (#158 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
CFavicon & BrandingAction6 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 18 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 RELIABLE HIGH-SPEED … | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Up to 400+ Mbps in t… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Get started below or… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Reliable & resilient | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Internet designed fo… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Starlink Mini for in… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 GET ONLINE IN MINUTE… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 Flexible Service Pla… | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| h2 ENGINEERED BY SPACEX | 1.00:1 | 3.0:1 | #000000 | #000000 | Fail |
| title Starlink | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| b Residential service … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| span Personal | 2.03:1 | 4.5:1 | #000000 | #364150 | Fail |
| span Business | 1.76:1 | 4.5:1 | #000000 | #2A3848 | Fail |
| span Residential | 1.99:1 | 4.5:1 | #000000 | #314052 | Fail |
| span Roam | 1.99:1 | 4.5:1 | #000000 | #334050 | Fail |
| a Sign In | 1.88:1 | 4.5:1 | #000000 | #313C4C | Fail |
| span Help Center | 1.96:1 | 4.5:1 | #000000 | #323F4F | Fail |
| span Availability Map | 1.98:1 | 4.5:1 | #000000 | #34404C | Fail |
| span Specifications | 1.90:1 | 4.5:1 | #000000 | #303D4D | Fail |
| span Service Plans | 2.05:1 | 4.5:1 | #000000 | #354252 | 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.
A+Heading Hierarchy8 headingsPASS
- H1 RELIABLE HIGH-SPEED INTERNET FROM SPACE
- H2 No upfront Residential hardware cost & professional install in select areas.Up to 400+ Mbps in the U.S.Get started below or call (888) GO-STARLINK.
- H2 Reliable & resilient
- H2 Internet designed for every need
- H2 Starlink Mini for internet on the go
- H2 GET ONLINE IN MINUTES
- H2 Flexible Service Plans
- H2 ENGINEERED BY SPACEX
A+Alt Text QualityAll 10 images OKPASS
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #map-service-input | text | Service Address | aria-label |
| #footer-service-input | text | Service Address | aria-label |
| #email-input-footer-63 | for/id |
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 25 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.