Accessibility
· 13 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
DLink & Button QualityAction5 issue(s) across 88 links and 14 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://search.arduino.cc | (empty) | empty | Add link text or aria-label |
| https://search.arduino.cc | (empty) | empty | Add link text or aria-label |
| https://store.arduino.cc/pages/uno-q | Buy Now | new tab | Add '(opens in new tab)' to text |
| https://store.arduino.cc/pages/plug-and-… | Discover plug & make | new tab | Add '(opens in new tab)' to text |
| https://www.arduino.cc/qualcomm | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Qualcomm | |||
| https://www.arduino.cc/pro/ | discover | new tab | Add '(opens in new tab)' to text |
| https://www.arduino.cc/pro/contact-us/ | Contact sales | new tab | Add '(opens in new tab)' to text |
| https://arduino.cc/maker | discover | new tab | Add '(opens in new tab)' to text |
| https://www.arduino.cc/education | discover | new tab | Add '(opens in new tab)' to text |
| https://www.arduino.cc/en/about#our-miss… | LEARN MORE | generic text | Replace with descriptive text |
Before: LEARN MORE Suggested: About#Our Mission Vision | |||
| https://content.arduino.cc/assets/Arduin… | Download PDF | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://search.arduino.cc; https://search.arduino.cc
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
Generic link text like 'click here' doesn't describe the destination.
https://www.arduino.cc/qualcomm ("Learn More"); https://www.arduino.cc/en/about#our-mission--vision ("LEARN 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
Add '(opens in new tab)' to link text or aria-label.
https://store.arduino.cc/pages/uno-q; https://store.arduino.cc/pages/plug-and-make-kit; https://www.arduino.cc/pro/; https://www.arduino.cc/pro/contact-us/; https://arduino.cc/maker; https://www.arduino.cc/education; https://content.arduino.cc/assets/ArduinoOpenSourceReport2025.pdf
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._Header-hamburgher_93jou_90 (#140 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
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy6 headingsREVIEW
- H3 Arduino VENTUNO Q: Where AI takes action
- H3 Empowering anyone to innovate
- H2 The easy-to-use hardware and software platform
- H3 Mission & Vision
- H3 Learn Arduino
- H2 Notice
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | (Enter your e-mail to sign up) | placeholder only | |
| #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
Placeholder text disappears on focus and is not a reliable label.
<input type="email">
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| h2 The easy-to-use hard… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Notice | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Arduino VENTUNO Q: W… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Empowering anyone to… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Mission & Vision | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Learn Arduino | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Arduino - Home | 13.08:1 | 4.5:1 | #000000 | #CCCCCC | Pass |
| span Solutions | 13.08:1 | 4.5:1 | #000000 | #CCCCCC | Pass |
| a For Professionals | 10.70:1 | 4.5:1 | #000000 | #B9B9B9 | Pass |
| a For Education | 4.47:1 | 4.5:1 | #000000 | #008184 | Fail |
| a For Makers | 11.98:1 | 4.5:1 | #000000 | #99CDCE | Pass |
| span Products | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Community | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Documentation | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Shop | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Cloud | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Shop | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Cloud | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a For Professionals | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a For Education | 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 84/100 — 4 failing, 27 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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SHOP
Cloud
For Professionals
For Education
For Makers
Products
Community
Docume… nav._Root_q55wc_1 > div._Header-menusheet_93jou_144 > div._Header-menusheet_root_93jou_168 > div |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > nav._Root_q55wc_1 > div._Header-inner_93jou_13 > button._Header-hamburgher_93jou_90 div > nav._Root_q55wc_1 > div._Header-inner_93jou_13 > button._Header-hamburgher_93jou_90 |
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 > div._Header-menusheet-group_93jou_223 > div._StandardHeader-mobile-buttons_1go1u_9 > a._Typography_6tld9_1 div > div._Header-menusheet-group_93jou_223 > div._StandardHeader-mobile-buttons_1go1u_9 > a._Typography_6tld9_1 |
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.
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 |
|---|
Bring your IoT projects to life quickly div#content-page-cRxHrrg9SD2c58bY5VmNug > div.product-list > div.product-list__item > div.product-list__description |
DISCOVER CLOUD div.product-list__buttons > div.button-list > a.button-list__item > span |
EDUCATION div.solution-card > div.solution-card--info > div.tag-content > span |
ABOUT ARDUINO div._Footer__row_1usg3_14 > div._Footer__column_1usg3_69 > div._Footer__column--link-list_1usg3_108 > a._Typography_6tld9_1 |
CAREERS div._Footer__row_1usg3_14 > div._Footer__column_1usg3_69 > div._Footer__column--link-list_1usg3_108 > a._Typography_6tld9_1 |
These are opportunities to improve the legibility of your content.
A+Alt Text Quality1 of 40 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |