Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 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
FAlt Text QualityAction42 of 48 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 42 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
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
CHeading HierarchyAction12 headings, 3 skip(s)REVIEW
- H1 Contact Us
- H5 Contact Cold Display Solutions™ today for all your commercial fridge and freezer needs. Our wide range of refrigeration products can be suited to your needs with the option to Buy, Hire, or Rent to skipped
- H3 We are experts in the refrigeration industry and can offer you the right equipment for the job, every time.
- H6 GET IN TOUCH WITH US skipped
- H6 OUR LOCATIONS
- H3 Frequently asked questions
- H3 Trusted by Australia’s best businesses
- H6 QUICK LINKS skipped
- H6 OUR LOCATIONS
- H6 CONTACT US
- H3 Hire Website Enquiry
- H3 Rent to Buy Website Enquiry
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
CLink & Button QualityAction3 issue(s) across 81 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://coldsolutions.com.au | (empty) | empty | Add link text or aria-label |
| tel:1300 668 292 | 1300 668 292 | img no alt | Add alt attribute to the image |
| /cart | Cart … | img no alt | Add alt attribute to the image |
| https://coldsolutions.com.au | (empty) | empty | Add link text or aria-label |
| tel:1300 668 292 | (empty) | empty | Add link text or aria-label |
| /cart | 0 | img no alt | Add alt attribute to the image |
| javascript:void(0); | Add another row | img no alt | Add alt attribute to the image |
| javascript:void(0); | Remove this row | img no alt | Add alt attribute to the image |
| mailto:info@coldsolutions.com.au | info@coldsolutions.com.au | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://coldsolutions.com.au; https://coldsolutions.com.au; tel:1300 668 292
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.
mailto:info@coldsolutions.com.au
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
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 81/100 — 6 failing, 23 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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
How much does shipping cost?
▼ div#accordion-list-accordion-list-block_fae0f010b43abc52dc643db5bc563479 > div.card > div#accordion-list-block_fae0f010b43abc52dc643db5bc563479-0 > div.btn |
How will my fridge or display unit be shipped?
▼ div#accordion-list-accordion-list-block_fae0f010b43abc52dc643db5bc563479 > div.card > div#accordion-list-block_fae0f010b43abc52dc643db5bc563479-1 > div.btn |
Do I need to greet the delivery driver?
▼ div#accordion-list-accordion-list-block_fae0f010b43abc52dc643db5bc563479 > div.card > div#accordion-list-block_fae0f010b43abc52dc643db5bc563479-2 > div.btn |
What happens if my order is late?
▼ div#accordion-list-accordion-list-block_fae0f010b43abc52dc643db5bc563479 > div.card > div#accordion-list-block_fae0f010b43abc52dc643db5bc563479-3 > div.btn |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
SHOWROOMS IN BNE/SYD/MEL • div.page-container > div.text-uppercase > a > span.primary-color |
100% LOWEST PRICES EVERY TIME! body.wp-singular > div.page-container > div.text-uppercase > span.tertiary-color |
Home div.column > span > span > a |
Contact Us div#subheader-block_5843ca3357b17be8b1987457cf966951 > div.column > span > span.breadcrumb_last |
Contact Us div#subheader-block_5843ca3357b17be8b1987457cf966951 > div.column > div > h1 |
Contact Cold Display Solutions™ today for all your commercial fridge and freeze… div.page-container > div#subheader-block_5843ca3357b17be8b1987457cf966951 > div.column > h5 |
SEND div#gform_wrapper_12 > form#gform_12 > div.gform-footer > button#gform_submit_button_12 |
GET IN TOUCH WITH US div#gravity-form-block_85aa79fceb7a0c407f3e0a7cb964bc55 > div.page-container > div.column > h6.contact |
OUR LOCATIONS div#gravity-form-block_85aa79fceb7a0c407f3e0a7cb964bc55 > div.page-container > div.column > h6.our-locations |
Trusted by Australia’s best businesses div.page-container > div#brands-block_94059bcdf7a9a8aeb1ed5d15e2b4b7f5 > div.page-container > h3 |
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 |
|---|
Contact Cold Display Solutions™ today for all your commercial fridge and freeze… div.page-container > div#subheader-block_5843ca3357b17be8b1987457cf966951 > div.column > h5 |
GET IN TOUCH WITH US div#gravity-form-block_85aa79fceb7a0c407f3e0a7cb964bc55 > div.page-container > div.column > h6.contact |
QUICK LINKS div.bottom-row > div.page-container > div.column > h6 |
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.page-container > div.navbar-wrapper > a.phone > img div.page-container > div.navbar-wrapper > a.phone > img |
div.page-container > div.navbar-wrapper > a.cart > img div.page-container > div.navbar-wrapper > a.cart > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img div.swiper-container > div#swiper-wrapper-24a3afb7f10075636 > div.swiper-slide > img |
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img |
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img |
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img |
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img |
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img |
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img |
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img |
div.lists > div.column > div.icon > img div.lists > div.column > div.icon > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.column > div.d-flex > div.icon > img div.column > div.d-flex > div.icon > img |
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo |
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo |
div.bottom-row > div.page-container > div.column > img.logo div.bottom-row > div.page-container > div.column > img.logo |
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.mobile-view > div.page-container > div.navbar-wrapper > a.logo div.mobile-view > div.page-container > div.navbar-wrapper > a.logo |
div.mobile-view > div.page-container > div.navbar-wrapper > a.phone div.mobile-view > div.page-container > div.navbar-wrapper > a.phone |
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.chrome html.chrome |
These items highlight common accessibility best practices.
AHeading Text Quality2 heading-text-quality issue(s) detectedPASS
AForm Accessibility1 of 47 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #dgwt-wcas-search-input-1 | search | Products search | for/id |
| #input_12_36 | text | Comments | for/id |
| #input_12_1 | text | First name* | for/id |
| #input_12_2 | text | Last name* | for/id |
| #input_12_3 | tel | Contact Number | for/id |
| #input_12_4 | Email Address* | for/id | |
| #input_12_7 | text | Company Name | for/id |
| #input_12_11 | select | Location | for/id |
| #input_12_9 | select | Enquiry Type* | for/id |
| #input_12_29 | text | Unit name* | for/id |
| #input_12_28 | text | Showroom Location* | for/id |
| #input_12_13 | text | Delivery Suburb* | for/id |
| #input_12_14 | text | Requested/Required Delivery Date* | for/id |
| input_22[] | text | Unit name, Row 1 | aria-label |
| input_22[] | text | Quantity, Row 1 | aria-label |
| #input_12_23 | text | What is the height and width of doorway/s where unit is being delivered?* | for/id |
| #choice_12_24_0 | radio | Yes | for/id |
| #choice_12_24_1 | radio | No | for/id |
| #input_12_25 | text | How many stairs? | for/id |
| #choice_12_26_0 | radio | Yes | for/id |
| #choice_12_26_1 | radio | No | for/id |
| #input_12_27 | text | Height & width of elevator door | for/id |
| #input_12_5 | textarea | Your enquiry* | for/id |
| #input_12_30 | textarea | Which units are you interested in viewing?* | for/id |
| #input_12_32 | text | Serial Number* | for/id |
| #input_12_33 | text | Address of units located* | for/id |
| #input_12_35 | text | Site contact for our technician to call* | for/id |
| #input_12_34 | text | Best days/times for our technician to call* | for/id |
| #input_12_31 | textarea | Issue: please describe* | for/id |
| #input_8_18 | text | for/id | |
| #input_8_8_3 | text | First | for/id |
| #input_8_8_6 | text | Last | for/id |
| #input_8_16 | text | Phone* | for/id |
| #input_8_4 | Email* | for/id | |
| #input_8_17 | select | Location | for/id |
| #input_8_7 | text | Unit Type* | for/id |
| #input_8_6 | textarea | Enquiry Details | for/id |
| #input_4_20 | text | Comments | for/id |
| #input_4_8_3 | text | First | for/id |
| #input_4_8_6 | text | Last | for/id |
| #input_4_19 | text | Phone* | for/id |
| #input_4_4 | Email* | for/id | |
| #input_4_18 | select | Location* | for/id |
| #input_4_7 | text | Unit Type* | for/id |
| #input_4_17 | text | Upgrade To Heavy Duty Shelving *(Only applies to Elegance Black range) | for/id |
| #input_4_6 | textarea | Enquiry Details | for/id |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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
AForm Input Types2 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality47 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-AU"PASS
A+Tabindex Anti-Patterns0 positive, 1 -1-on-focusablePASS
AIframe Accessibility1/5 iframe(s) missing title; 0 placeholder(s)PASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 99 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
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Contact Us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 We are experts in th… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Frequently asked que… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Trusted by Australia… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Hire Website Enquiry | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Rent to Buy Website … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Contact Us | Cold Di… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Buy Fridges / Freeze… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Commercial Freezers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Commercial Fridges | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Supermarket Fridges | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Bar Fridges | 20.32:1 | 4.5:1 | #000000 | #F7FCFF | Pass |
| a Glass Door Fridges | 19.86:1 | 4.5:1 | #000000 | #F1FAFF | Pass |
| a Open Displays / Glas… | 19.86:1 | 4.5:1 | #000000 | #F1FAFF | Pass |
| a Impulse Units | 19.86:1 | 4.5:1 | #000000 | #F1FAFF | Pass |
| a Flower Fridges | 19.86:1 | 4.5:1 | #000000 | #F1FAFF | Pass |
| a Cake Display Fridges | 19.86:1 | 4.5:1 | #000000 | #F1FAFF | Pass |
| a Gelato Freezers | 19.86:1 | 4.5:1 | #000000 | #F1FAFF | Pass |
| a Pizza / Salad Counte… | 19.86:1 | 4.5:1 | #000000 | #F1FAFF | Pass |
| a Chest Freezers | 19.86:1 | 4.5:1 | #000000 | #F1FAFF | 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.