Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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.
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
CLandmark StructureAction3 landmarksREVIEW
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
CAlt Text QualityAction4 of 41 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 4 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
BForm Accessibility2 of 6 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #cmplz-functional-optin | checkbox | Functional | for/id |
| #cmplz-preferences-optin | checkbox | Preferences | for/id |
| #cmplz-statistics-optin | checkbox | Statistics | for/id |
| #cmplz-marketing-optin | checkbox | Marketing | for/id |
| #keyword | text | (Can I help you find something) | placeholder only |
| input | image | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="image">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s" id="keyword">
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
CLink & Button QualityAction6 issue(s) across 130 links and 15 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://cookiedatabase.org/tcf/purposes/ | Read more about TCF purposes o… | new tab | Add '(opens in new tab)' to text |
| https://adva.ie/my-account/ | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://adva.ie/my-account/; a (#599 on page)
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://cookiedatabase.org/tcf/purposes/
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.cmplz-category-toggle (#131 on page); button.cmplz-category-toggle (#144 on page); button.cmplz-category-toggle (#157 on page); button.cmplz-category-toggle (#171 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
BTap Target Adequacy3 tap target(s) too small or too close togetherREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 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 Adva Sign - Printing… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Motor Trade | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Shop Signs | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Print & Display | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Specialists | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Online | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Solutions | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Explore | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Policies | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 CONTACT US | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| title Adva Sign | Leading … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| div Manage Consent | 1.06:1 | 4.5:1 | #000000 | #0A0A0A | Fail |
| div To provide the best … | 4.24:1 | 4.5:1 | #000000 | #707070 | Fail |
| span Functional | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Functional | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Always active | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span The technical storag… | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| span Preferences | 1.05:1 | 4.5:1 | #000000 | #06080A | Fail |
| span Preferences | 1.09:1 | 4.5:1 | #000000 | #0C0F13 | Fail |
| span The technical storag… | 1.11:1 | 4.5:1 | #000000 | #0F1015 | 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.
BLighthouse Accessibility AuditsScore 88/100 — 5 failing, 29 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 |
|---|
Talk to our team about your next print or signage project. div.adva-footer > div.adva-quote-inner > div.adva-quote-copy > span |
These are opportunities to improve the legibility of your content.
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 |
|---|
header#masthead > div.top-myaccount > span.lgoin-btn > a header#masthead > div.top-myaccount > span.lgoin-btn > 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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Show slide 1 div#page > div.home-banner > div#advaHeroCarousel > ol.carousel-indicators |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Show slide 1 div.home-banner > div#advaHeroCarousel > ol.carousel-indicators > li.active |
Show slide 2 div.home-banner > div#advaHeroCarousel > ol.carousel-indicators > li |
Show slide 3 div.home-banner > div#advaHeroCarousel > ol.carousel-indicators > li |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
(0) div.header-min > header#masthead > div.top-myaccount > span#mincart |
AHeading Hierarchy20 headingsPASS
- H1 Adva Sign - Printing, Signage and Motor Trade Products Ireland
- H2 Motor Trade
- H3 Specialists
- H2 Shop Signs
- H3 Online
- H2 Print & Display
- H3 Solutions
- H4 Trusted by businesses across Ireland
- H4 What our Clients say
- H4 About Adva Sign
- H3 Explore
- H3 Policies
- H3 CONTACT US
- H1 Adva Sign - Printing, Signage and Motor Trade Products Ireland duplicate H1
- H2 Motor Trade
- H3 Specialists
- H2 Shop Signs
- H3 Online
- H2 Print & Display
- H3 Solutions
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central