Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction5 of 15 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 5 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
DLighthouse Accessibility AuditsActionScore 69/100 — 5 failing, 11 passedFIX
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 |
|---|
Geira div.et_pb_module > div.et_pb_text_inner > h1 > span |
Scopri i servizi div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
Trasferimenti in ambulanza div.et_pb_module > div.et_pb_text_inner > h2 > strong |
Trasferimenti regionali, nazionali ed internazionali con ambulanze infermierist… div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > p |
regionali div.et_pb_module > div.et_pb_text_inner > p > strong |
nazionali div.et_pb_module > div.et_pb_text_inner > p > strong |
internazionali div.et_pb_module > div.et_pb_text_inner > p > strong |
Trasferimento infermi div.et_pb_module > div.et_pb_text_inner > h2 > strong |
Offriamo un servizio di trasferimenti per pazienti professionale e sicuro, gara… div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > p |
Inviaci un whatsapp div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
Hai bisogno di altre informazioni? div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > h2 |
Compila il modulo, ti metterai direttamente in contatto con noi e ti rispondere… div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > p |
div.et_pb_contact > form.et_pb_contact_form > p.et_pb_contact_field > input#et_pb_contact_name_0 div.et_pb_contact > form.et_pb_contact_form > p.et_pb_contact_field > input#et_pb_contact_name_0 |
div.et_pb_contact > form.et_pb_contact_form > p.et_pb_contact_field > input#et_pb_contact_email_0 div.et_pb_contact > form.et_pb_contact_form > p.et_pb_contact_field > input#et_pb_contact_email_0 |
div.et_pb_contact > form.et_pb_contact_form > p.et_pb_contact_field > textarea#et_pb_contact_message_0 div.et_pb_contact > form.et_pb_contact_form > p.et_pb_contact_field > textarea#et_pb_contact_message_0 |
Contatto telefonico div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > 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 |
|---|
Orari di apertura div.et_pb_module > div.et_pb_blurb_content > div.et_pb_blurb_container > h4.et_pb_module_header |
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.et_pb_gallery_item > div.et_pb_gallery_image > a > img.wp-image-675 div.et_pb_gallery_item > div.et_pb_gallery_image > a > img.wp-image-675 |
div.et_pb_gallery_item > div.et_pb_gallery_image > a > img.wp-image-679 div.et_pb_gallery_item > div.et_pb_gallery_image > a > img.wp-image-679 |
div.et_pb_gallery_item > div.et_pb_gallery_image > a > img.wp-image-678 div.et_pb_gallery_item > div.et_pb_gallery_image > a > img.wp-image-678 |
div.et_pb_gallery_item > div.et_pb_gallery_image > a > img.wp-image-677 div.et_pb_gallery_item > div.et_pb_gallery_image > a > img.wp-image-677 |
body.home > img.sgpb-background-image-665 body.home > img.sgpb-background-image-665 |
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.et_pb_row > div.et_pb_column > div.et_pb_module > a div.et_pb_row > div.et_pb_column > div.et_pb_module > 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.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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
CLink & Button QualityAction1 issue(s) across 28 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.geiraonlus.it/ | (empty) | empty | Add link text or aria-label |
| https://www.geiraonlus.it/wp/wp-content/… | WhatsApp Image 2025-06-26 at 1… | img no alt | Add alt attribute to the image |
| https://www.geiraonlus.it/wp/wp-content/… | WhatsApp Image 2025-06-26 at 1… | img no alt | Add alt attribute to the image |
| https://www.geiraonlus.it/wp/wp-content/… | WhatsApp Image 2025-06-26 at 1… | img no alt | Add alt attribute to the image |
| https://www.geiraonlus.it/wp/wp-content/… | WhatsApp Image 2025-06-26 at 1… | img no alt | Add alt attribute to the image |
| https://www.geiraonlus.it/wp/wp-content/… | WhatsApp Image 2025-06-26 at 1… | img no alt | Add alt attribute to the image |
| https://www.facebook.com/profile.php?id=… | Segui | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/geira_e.t.s/ | Segui | new tab | Add '(opens in new tab)' to text |
| # | Segui | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.geiraonlus.it/
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://www.geiraonlus.it/wp/wp-content/uploads/2025/06/WhatsApp-Image-2025-0…"]; a[href="https://www.geiraonlus.it/wp/wp-content/uploads/2025/06/WhatsApp-Image-2025-0…"]; a[href="https://www.geiraonlus.it/wp/wp-content/uploads/2025/06/WhatsApp-Image-2025-0…"]; a[href="https://www.geiraonlus.it/wp/wp-content/uploads/2025/06/WhatsApp-Image-2025-0…"]; a[href="https://www.geiraonlus.it/wp/wp-content/uploads/2025/06/WhatsApp-Image-2025-0…"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/profile.php?id=61576354108437; https://www.instagram.com/geira_e.t.s/; #
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding4 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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 E.T.S. | 1.93:1 | 3.0:1 | #000000 | #3D3D3D | Fail |
| h2 Trasporto infermi | 1.79:1 | 3.0:1 | #000000 | #383838 | Fail |
| h2 I nostri partner | 1.79:1 | 3.0:1 | #000000 | #383838 | Fail |
| h2 Dicono di noi | 1.79:1 | 3.0:1 | #000000 | #383838 | Fail |
| h2 Disponibili h24 | 1.79:1 | 3.0:1 | #000000 | #383838 | Fail |
| h2 Hai bisogno di altre… | 1.79:1 | 3.0:1 | #000000 | #383838 | Fail |
| h3 Pazienti trattati og… | 1.79:1 | 3.0:1 | #000000 | #383838 | Fail |
| h3 Mezzi impiegati | 1.79:1 | 3.0:1 | #000000 | #383838 | Fail |
| h3 Professionisti impie… | 1.79:1 | 3.0:1 | #000000 | #383838 | Fail |
| h3 Contatto telefonico | 1.79:1 | 3.0:1 | #000000 | #383838 | Fail |
| title Home - Geira Onlus | 1.90:1 | 4.5:1 | #000000 | #3C3C3C | Fail |
| a Servizi | 1.99:1 | 4.5:1 | #000000 | #3F3F3F | Fail |
| a Flotta | 1.87:1 | 4.5:1 | #000000 | #3B3B3B | Fail |
| a Strutture | 1.93:1 | 4.5:1 | #000000 | #3D3D3D | Fail |
| a Lavora con noi | 1.79:1 | 4.5:1 | #000000 | #383838 | Fail |
| a Eventi | 1.90:1 | 4.5:1 | #000000 | #3C3C3C | Fail |
| a Contatti | 1.99:1 | 4.5:1 | #000000 | #3F3F3F | Fail |
| a Servizi | 1.87:1 | 4.5:1 | #000000 | #3B3B3B | Fail |
| a Flotta | 1.93:1 | 4.5:1 | #000000 | #3D3D3D | Fail |
| a Strutture | 1.79:1 | 4.5:1 | #000000 | #383838 | 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.
AHeading Hierarchy19 headings, 1 skip(s)PASS
- H1 GeiraE.T.S.
- H2 Trasferimenti in ambulanza
- H2 Trasporto emodializzati
- H2 Trasferimento infermi
- H2 Assistenza per eventi
- H2 Trasporto infermi
- H3 Pazienti trattati ogni anno
- H3 Mezzi impiegati
- H3 Professionisti impiegati
- H2 I nostri partner
- H2 Dicono di noi
- H2 Disponibili h24
- H4 Orari di apertura skipped
- H4 Dove trovarci
- H4 3338177793
- H2 Hai bisogno di altre informazioni?
- H3 Contatto telefonico
- H4 GEIRA
- H4 Contatti
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
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Form AccessibilityAll 3 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #et_pb_contact_name_0 | text | Nome | for/id |
| #et_pb_contact_email_0 | text | Indirizzo e-mail | for/id |
| #et_pb_contact_message_0 | textarea | Messaggio | for/id |