Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
FFavicon & BrandingActionNo icons 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 Structure4 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
BForm Accessibility3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| full_name | text | (Your Name) | placeholder only |
| (Your Email) | placeholder only | ||
| message | textarea | (Project Details or Inquiry) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="full_name">; <input type="email" name="email">; <textarea name="message">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
BMobile-Readable Font Sizes98% of visible text renders at >= 12 CSS px (1 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Zero-Error Shop Draw… | 1.55:1 | 3.0:1 | #000000 | #312E28 | Fail |
| h1 Maximize Your Shop's… | 1.55:1 | 3.0:1 | #000000 | #312E28 | Fail |
| h2 Detailing Specialtie… | 1.55:1 | 3.0:1 | #000000 | #312E28 | Fail |
| h2 Eliminating the Pain… | 1.55:1 | 3.0:1 | #000000 | #312E28 | Fail |
| h3 Start a Project | 1.55:1 | 3.0:1 | #000000 | #312E28 | Fail |
| title SMY3 - Precision Str… | 1.04:1 | 4.5:1 | #000000 | #080604 | Fail |
| div Loading Structural D… | 1.04:1 | 4.5:1 | #000000 | #080604 | Fail |
| span SMY3 ENGINEERING | 1.14:1 | 4.5:1 | #000000 | #151413 | Fail |
| span STEEL DETAILING | 1.29:1 | 4.5:1 | #000000 | #202020 | Fail |
| span CONNECTION DESIGN | 1.33:1 | 4.5:1 | #000000 | #232322 | Fail |
| span BIM COORDINATION | 1.34:1 | 4.5:1 | #000000 | #232324 | Fail |
| span SMY3 ENGINEERING | 1.37:1 | 4.5:1 | #000000 | #242526 | Fail |
| span STEEL DETAILING | 1.40:1 | 4.5:1 | #000000 | #252727 | Fail |
| span CONNECTION DESIGN | 1.42:1 | 4.5:1 | #000000 | #262829 | Fail |
| span BIM COORDINATION | 1.44:1 | 4.5:1 | #000000 | #282929 | Fail |
| a Home | 1.46:1 | 4.5:1 | #000000 | #2A2A2A | Fail |
| a Why SMY3 | 1.48:1 | 4.5:1 | #000000 | #2B2B2C | Fail |
| a Executive Center | 1.50:1 | 4.5:1 | #000000 | #2C2C2C | Fail |
| a Services | 1.52:1 | 4.5:1 | #000000 | #2D2D2C | Fail |
| a Industries | 1.31:1 | 4.5:1 | #000000 | #2B1F1A | 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 Hierarchy4 headingsPASS
- H1 Zero-Error Shop Drawings.Maximize Your Shop's Tonnage.
- H2 Detailing Specialties Built for the US Market
- H2 Eliminating the Pain Points of US Fabricators
- H3 Start a Project
A+Heading Text QualityAll 4 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 4 images OKPASS
A+Link & Button Quality25 links, 8 buttons — all OKPASS
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "en"PASS
A+Tabindex Anti-Patterns0 positive, 1 -1-on-focusablePASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 1 failing, 18 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.
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 |
|---|
Home div#app-nav > nav.bottom-nav > a.bn-item > span.bn-label |
01 main.view-container > div.grid-cards > div.card-item > div.svc-bg-num |
02 main.view-container > div.grid-cards > div.card-item > div.svc-bg-num |
03 main.view-container > div.grid-cards > div.card-item > div.svc-bg-num |
04 main.view-container > div.grid-cards > div.card-item > div.svc-bg-num |
05 main.view-container > div.grid-cards > div.card-item > div.svc-bg-num |
06 main.view-container > div.grid-cards > div.card-item > div.svc-bg-num |
SMY3 LLC , ALL RIGHTS RESERVED footer > div.ft-inner > div.ft-brand > div.ft-tag |
These are opportunities to improve the legibility of your content.