Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 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
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
FFavicon & BrandingAction2 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
BAlt Text Quality3 of 21 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 3 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 15 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 Simplify planning. | 2.95:1 | 3.0:1 | #000000 | #585857 | Fail |
| h1 Amplify | 2.95:1 | 3.0:1 | #000000 | #585858 | Fail |
| h3 Products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Sign Ups | 2.95:1 | 3.0:1 | #000000 | #585858 | Fail |
| h3 Auctions | 2.95:1 | 3.0:1 | #000000 | #585858 | Fail |
| h3 Tickets | 2.95:1 | 3.0:1 | #000000 | #585858 | Fail |
| h3 Donations | 2.95:1 | 3.0:1 | #000000 | #585858 | Fail |
| h3 Products | 2.95:1 | 3.0:1 | #000000 | #585858 | Fail |
| h3 About | 2.95:1 | 3.0:1 | #000000 | #585858 | Fail |
| h3 Support | 2.95:1 | 3.0:1 | #000000 | #585858 | Fail |
| h3 My Account | 2.95:1 | 3.0:1 | #000000 | #585858 | Fail |
| title SignUpGenius - Free … | 2.91:1 | 4.5:1 | #000000 | #575757 | Fail |
| span Products | 2.91:1 | 4.5:1 | #000000 | #575757 | Fail |
| a Pricing | 2.52:1 | 4.5:1 | #000000 | #564C47 | Fail |
| span More | 2.87:1 | 4.5:1 | #000000 | #575655 | Fail |
| span Create a Sign Up | 2.87:1 | 4.5:1 | #000000 | #575655 | Fail |
| span Create | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sign In | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Sign In | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Sign Ups | 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.
BLighthouse Accessibility AuditsScore 83/100 — 5 failing, 22 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 |
|---|
Create nav#basic-navbar-nav > div.header-right > button.sgn-btn > span.d-inline |
Get started for free div.hero-content > div.hero-text > div.hero-button-container > a.hero-button |
Host an Online Auction div.product-card > div.product-content > div.product-actions > a.product-button |
Learn More About Auctions div.product-card > div.product-content > div.product-actions > a.learn-more-link |
Read the full story div.active > div.proof-card > div.proof-action > a.full-story-link |
Create a Sign Up div.container > div.cta-content > div.cta-button-container > a.cta-button |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Auctions div.product-card > div.product-content > div.product-header > h3.product-title |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hero-image > section.hero > div.shape > img div.hero-image > section.hero > div.shape > img |
div.hero-image > section.hero > div.shape > img div.hero-image > section.hero > div.shape > img |
div.hero-image > section.hero > div.shape > img div.hero-image > section.hero > div.shape > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SignUpGenius Logo div.container > div.d-lg-none > div.d-flex > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Slide 1 div.product-container > div.new-home-carousel > div.carousel-indicators > button |
Slide 2 div.product-container > div.new-home-carousel > div.carousel-indicators > button.active |
Slide 3 div.product-container > div.new-home-carousel > div.carousel-indicators > button |
Slide 4 div.product-container > div.new-home-carousel > div.carousel-indicators > button |
Slide 1 div.container > div.new-home-carousel > div.carousel-indicators > button |
Slide 2 div.container > div.new-home-carousel > div.carousel-indicators > button.active |
Slide 3 div.container > div.new-home-carousel > div.carousel-indicators > button |
These items highlight common accessibility best practices.
AHeading Hierarchy10 headings, 1 skip(s)PASS
- H3 Products
- H1 Simplify planning.Amplify impact.
- H3 Sign Ups skipped
- H3 Auctions
- H3 Tickets
- H3 Donations
- H3 Products
- H3 About
- H3 Support
- H3 My Account
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Form AccessibilityNo form controlsPASS
A+Link & Button Quality1 issue(s) across 84 links and 9 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | More | generic text | Replace with descriptive text |
Before: More Suggested: # | |||
Generic link text like 'click here' doesn't describe the destination.
# ("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