Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction15 issue(s) across 119 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.splsezzespa.it/it-IT/farmaci… | (empty) | empty | Add link text or aria-label |
| https://farmaciaspl.it/ | (empty) | empty | Add link text or aria-label |
| https://play.google.com/store/apps/detai… | (empty) | empty | Add link text or aria-label |
| https://apps.apple.com/it/app/farmacia-s… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/splsezzespa | (empty) | empty | Add link text or aria-label |
| https://www.splsezzespa.it/it-IT/categor… | (empty) | empty | Add link text or aria-label |
| https://itunes.apple.com/it/app/junker-r… | (empty) | empty | Add link text or aria-label |
| https://play.google.com/store/apps/detai… | (empty) | empty | Add link text or aria-label |
| https://appgallery.huawei.com/#/app/C100… | (empty) | empty | Add link text or aria-label |
| https://www.comune.sezze.lt.it/ | Il sito del Comune di Sezze | new tab | Add '(opens in new tab)' to text |
| https://t.me/comunedisezze | Entra nel Canale TELEGRAM | new tab | Add '(opens in new tab)' to text |
| https://www.splsezzespa.it/it-IT/amminis… | (empty) | empty | Add link text or aria-label |
| https://www.splsezzespa.it/it-IT/carta-d… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/splsezzespa | (empty) | empty | Add link text or aria-label |
| https://www.splsezzespa.it/it-IT/categor… | (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 |
Links without text are announced as raw URLs by screen readers.
https://www.splsezzespa.it/it-IT/farmacia-comunale/; https://farmaciaspl.it/; https://play.google.com/store/apps/details?id=com.app.farmakom.farmaciaspl; https://apps.apple.com/it/app/farmacia-spl/id6449352078; https://www.facebook.com/splsezzespa; https://www.splsezzespa.it/it-IT/category/avvisi-cittadinanza/; https://itunes.apple.com/it/app/junker-raccolta-differenziata/id982194860?mt=8; https://play.google.com/store/apps/details?id=it.giunko.junker&hl=it; https://appgallery.huawei.com/#/app/C100092045; https://www.splsezzespa.it/it-IT/amministrazione-trasparente/ (+3 more)
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.comune.sezze.lt.it/; https://t.me/comunedisezze
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 (#514 on page); button (#709 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
F404 Error PageActionHTTP 404, bare pageFIX
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
BLandmark Structure8 landmarksREVIEW
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
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
BHeading Hierarchy16 headings, 1 skip(s)REVIEW
- H1 Servizi Pubblici Locali Sezze S.p.A.
- H5 NEWS: skipped
- H3 Il nuovo sito e l’ App in farmacia
- H2 Orari di ricevimento al pubblico
- H2 Contattaci
- H1 Puoi contattarci agli orari di ricevimento al pubblico e prenotare un Appuntamento. duplicate H1
- H2 Consulta gli Avvisi al Cittadino
- H2 Dove siamo
- H2 Sede Amministrativa
- H1 Piazza Margherita, 2 duplicate H1
- H1 (Presso la Biblioteca Comunale duplicate H1
- H1 Terzo Piano) duplicate H1
- H1 04018 – Sezze (LT) duplicate H1
- H2 Sedi Aziendali
- H2 Contattaci...
- H2 Seguici sui Social
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
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
CTap Target AdequacyAction4 tap target(s) too small or too close togetherREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 87/100 — 4 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.
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 |
|---|
Kit Mastelli 2025 div.elementor-button-wrapper > a.elementor-button > span.elementor-button-content-wrapper > span.elementor-button-text |
CENTRALINO
0773 18 51 636 div.elementor-widget-container > center > button > a.button |
Entra nel Canale TELEGRAM div.elementor-button-wrapper > a.elementor-button > span.elementor-button-content-wrapper > span.elementor-button-text |
Servizi Pubblici Locali Sezze SPA div#block-7 > center > p > b |
SEDE LEGALE
Via Gattuccia, snc
04018 - Sezze (LT) div.footer-box > div#block-7 > center > p |
SEDE LEGALE div#block-7 > center > p > b |
SEDE AMMINISTRATIVA
Piazza Margherita, 2 - Terzo Piano
(Presso la Biblioteca Co… div.footer-box > div#block-7 > center > p |
SEDE AMMINISTRATIVA div#block-7 > center > p > b |
(Presso la Biblioteca Comunale) div#block-7 > center > p > i |
CENTRALINO
0773 18 51 636 div.elementor-widget-container > center > button > a.button |
Ok... Accetto e procedo.... div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-accept-cookie |
No div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-refuse-cookie |
Privacy policy div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-more-info |
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 |
|---|
NEWS: div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > h5 |
These are opportunities to improve keyboard navigation in your application.
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.no-lightbox div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a.no-lightbox |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
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
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 |
|---|
CENTRALINO
0773 18 51 636 div.elementor-element > div.elementor-widget-container > center > button |
NumeroVerde div.elementor-element > div.elementor-widget-container > center > button |
CENTRALINO
0773 18 51 636 div.elementor-element > div.elementor-widget-container > center > button |
NumeroVerde div.elementor-element > div.elementor-widget-container > center > button |
These items highlight common accessibility best practices.
A+Heading Text Quality1 heading-text-quality issue(s) detectedPASS
A+Alt Text QualityAll 25 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ocean-search-form-1 | search | Inserisci una query di ricerca | aria-label |
| #ocean-mobile-search-2 | search | Inserisci una query di ricerca | aria-label |
A+Form Input Types2 form control(s) checked, no type mismatchesPASS
A+Form Input Quality2 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "it-IT"PASS
A+Tabindex Anti-Patterns4 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityAll 1 iframe(s) have descriptive titlesPASS
A+Mobile-Readable Font SizesAll 46 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 Servizi Pubblici Loc… | 16.69:1 | 3.0:1 | #000000 | #E1E4FB | Pass |
| h1 04018 – Sezze (LT) | 16.69:1 | 3.0:1 | #000000 | #E1E4FB | Pass |
| h2 Orari di ricevimento… | 16.69:1 | 3.0:1 | #000000 | #E1E4FB | Pass |
| h2 Contattaci | 16.69:1 | 3.0:1 | #000000 | #E1E4FB | Pass |
| h2 Dove siamo | 16.69:1 | 3.0:1 | #000000 | #E1E4FB | Pass |
| h2 Sede Amministrativa | 16.69:1 | 3.0:1 | #000000 | #E1E4FB | Pass |
| h2 Sedi Aziendali | 16.69:1 | 3.0:1 | #000000 | #E1E4FB | Pass |
| h2 Contattaci... | 16.69:1 | 3.0:1 | #000000 | #E1E4FB | Pass |
| h2 Seguici sui Social | 16.69:1 | 3.0:1 | #000000 | #E1E4FB | Pass |
| title Homepage - S.P.L. SE… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Salta al contenuto | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Homepage | 7.50:1 | 4.5:1 | #000000 | #8A9DAC | Pass |
| span DIPENDENTI | 12.36:1 | 4.5:1 | #000000 | #BDC7DB | Pass |
| span Comunicati e Avvisi … | 16.69:1 | 4.5:1 | #000000 | #E1E4FB | Pass |
| span Servizi alla Cittadi… | 16.69:1 | 4.5:1 | #000000 | #E1E4FB | Pass |
| span Tributi | 16.69:1 | 4.5:1 | #000000 | #E1E4FB | Pass |
| span Farmacia Comunale | 16.69:1 | 4.5:1 | #000000 | #E1E4FB | Pass |
| span Verde e Ambiente | 16.69:1 | 4.5:1 | #000000 | #E1E4FB | Pass |
| span Kit Mastelli 2025 | 16.69:1 | 4.5:1 | #000000 | #E1E4FB | Pass |
| span Centro di Raccolta | 16.69:1 | 4.5:1 | #000000 | #E1E4FB | 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.