Accessibility
· 24 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
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
FHeading HierarchyAction25 headings, 4 skip(s)FIX
- H1 RV Repair Shop Tavares FL
- H2 We Repair, Restore, and Keep You Rolling
- H3 Roof Repairs
- H3 Interior Carpentry
- H3 Electrical Work
- H3 RV Plumbing
- H3 Floor Repairs
- H3 45-Point Inspections
- H2 Our Working Process
- H3 Inspect and Plan
- H3 Inspect and Plan
- H3 Prepare and Equip
- H3 Prepare and Equip
- H3 Repair and Replace
- H3 Repair and Replace
- H3 Test and Support
- H3 Test and Support
- H3 (empty)
- H5 Inspect and Plan skipped
- H3 (empty)
- H5 Prepare and Equip skipped
- H3 (empty)
- H5 Repair and Replace skipped
- H3 (empty)
- H5 Test and Support skipped
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
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
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
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
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
CLink & Button QualityAction3 issue(s) across 112 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/people/Goldsmit… | new tab | Add '(opens in new tab)' to text | |
| https://goldsmithsrvrepairs.com/ | (empty) | empty | Add link text or aria-label |
| https://goldsmithsrvrepairs.com/ | (empty) | empty | Add link text or aria-label |
| https://admin.trustindex.io/api/googleWr… | Write a review to Google | new tab | Add '(opens in new tab)' to text |
| https://goldsmithsrvrepairs.com/ | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/people/Goldsmit… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://goldsmithsrvrepairs.com/; https://goldsmithsrvrepairs.com/; https://goldsmithsrvrepairs.com/
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/people/Goldsmiths-rv-repairs-llc/61552429275151/#; https://admin.trustindex.io/api/googleWriteReview?place-id=ChIJr952c8lv2IkR3V…; https://www.facebook.com/people/Goldsmiths-rv-repairs-llc/61552429275151/#
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
CTabindex Anti-PatternsAction0 positive, 8 -1-on-focusableREVIEW
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CFavicon & BrandingAction3 icon(s) detectedREVIEW
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.
4 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 RV Repair Shop Tavar… | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h2 We Repair, Restore, … | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h2 Our Working Process | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h3 Inspect and Plan | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h3 Inspect and Plan | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h3 Prepare and Equip | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h3 Prepare and Equip | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h3 Repair and Replace | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h3 Repair and Replace | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h3 Test and Support | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| h3 Test and Support | 2.05:1 | 3.0:1 | #000000 | #40404A | Fail |
| title RV Repair Shop Tavar… | 1.64:1 | 4.5:1 | #000000 | #1E3350 | Fail |
| a Skip to content | 1.67:1 | 4.5:1 | #000000 | #1D3452 | Fail |
| a (407) 394-2658 | 2.12:1 | 4.5:1 | #000000 | #354459 | Fail |
| a goldsmithsrvrepairs@… | 3.14:1 | 4.5:1 | #000000 | #555D65 | Fail |
| span 31106 industry drive… | 2.43:1 | 4.5:1 | #000000 | #3E4D5F | Fail |
| span Facebook | 1.30:1 | 4.5:1 | #000000 | #1A212C | Fail |
| a Home | 1.29:1 | 4.5:1 | #000000 | #1B2127 | Fail |
| a About Us | 1.52:1 | 4.5:1 | #000000 | #262E34 | Fail |
| a Services | 1.31:1 | 4.5:1 | #000000 | #1A222A | 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 Text QualityAll 25 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 57 images OKPASS
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #form-field-name | text | Enter Name | for/id |
| #form-field-email | Enter Email | for/id | |
| #form-field-message | tel | Enter Phone | for/id |
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-US"PASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 44 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 92/100 — 3 failing, 20 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.
Names and labels
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 |
|---|
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to content body.home > a.skip-link |
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
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.