Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 403, 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
BHeading Hierarchy30 headings, 1 skip(s)REVIEW
- H1 Governo Italiano Presidenza del Consiglio dei Ministri
- H2 Focus
- H2 Da Palazzo Chigi
- H3 Il Presidente Meloni al Salone Internazionale del Mobile
- H3 Incontro con il Presidente del Kenya, William Ruto
- H3 Il Presidente Meloni all'Assemblea Nazionale di Federalberghi
- H2 Agenda
- H2 Gallerie
- H3 Conferenza stampa del Consiglio dei Ministri n. 170 [VIDEO]
- H3 Conferenza stampa del Consiglio dei Ministri n. 170 [FOTO]
- H3 Incontro con il Presidente del Kenya, William Ruto [FOTO]
- H3 Incontro con il Presidente del Kenya, William Ruto [VIDEO]
- H3 Il Presidente Meloni all'Assemblea Nazionale di Federalberghi [FOTO]
- H3 Il Presidente Meloni all'Assemblea Nazionale di Federalberghi [VIDEO]
- H2 Dalla Presidenza
- H3 Giornata Nazionale del Made in Italy, Palazzo Chigi si illumina di Tricolore
- H3 Intervento del Sottosegretario Mantovano al Convegno "La tutela della persona nella regolazione dell'intelligenza artificiale"
- H3 “Terra dei Fuochi” e interventi di riqualificazione, il Sottosegretario Mantovano in visita ad Afragola, Caivano e Napoli-Secondigliano
- H2 Trasparenza
- H3 Accesso Civico
- H3 Amministrazione Trasparente
- H3 Pubblicità Legale e Atti di notifica
- H3 Normattiva
- H1 Governo Italiano Presidenza del Consiglio dei Ministri duplicate H1
- H3 Contatti skipped
- H3 Seguici su
- H4 Presidenza del Consiglio dei Ministri
- H4 Corrispondenza cartacea
- H4 Indirizzi di posta elettronica
- H4 Recapiti telefonici
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
CAlt Text QualityAction4 of 24 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 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #form-search-input | text | (Cerca...) | placeholder only |
| op | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="op">
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="search_block_form" id="form-search-input">
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 129 links and 5 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| /it/piano-mattei | Piano Mattei per l'Africa | img no alt | Add alt attribute to the image |
| https://www.g7italy.it/it/ | Presidenza italiana del G7 | img no alt | Add alt attribute to the image |
| https://italiadomani.gov.it/it/home.html | Italia domani, il sito dedicat… | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| https://www.governo.it/it/articolo/tre-a… | 3 anni di governo | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| https://www.governo.it/it/media/conferen… | Conferenza stampa del Consigli… | img no alt | Add alt attribute to the image |
| https://www.governo.it/it/media/conferen… | Conferenza stampa del Consigli… | img no alt | Add alt attribute to the image |
| https://www.governo.it/it/media/incontro… | Incontro con il Presidente del… | img no alt | Add alt attribute to the image |
| https://www.governo.it/it/media/incontro… | Incontro con il Presidente del… | img no alt | Add alt attribute to the image |
| https://www.governo.it/it/media/il-presi… | Il Presidente Meloni all'Assem… | img no alt | Add alt attribute to the image |
| https://www.governo.it/it/media/il-presi… | Il Presidente Meloni all'Assem… | img no alt | Add alt attribute to the image |
| #page_top | (empty) | empty | Add link text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
#; a#ancora_cell; a (#331 on page); a (#341 on page); #page_top
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
Icon-only buttons need an aria-label so screen readers can announce them.
input[type="submit"].sb-search-submit (#176 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
CFavicon & BrandingAction13 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 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 Presidenza del Consi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Presidenza del Consi… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Focus | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Da Palazzo Chigi | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Agenda | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Gallerie | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Dalla Presidenza | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trasparenza | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Conferenza stampa de… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Conferenza stampa de… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Incontro con il Pres… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Incontro con il Pres… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Il Presidente Meloni… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Il Presidente Meloni… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Contatti | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Seguici su | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title www.governo.it | Gov… | 1.66:1 | 4.5:1 | #000000 | #333333 | Fail |
| p Questo sito utilizza… | 1.66:1 | 4.5:1 | #000000 | #333333 | Fail |
| strong Privacy policy | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| button Più informazioni | 1.66:1 | 4.5:1 | #000000 | #333333 | 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.
CLighthouse Accessibility AuditsActionScore 72/100 — 5 failing, 13 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 |
|---|
Privacy policy a > span > u > strong |
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 |
|---|
Contatti div.col-md-9 > div.row > div.col-md-12 > h3.contacts_footer |
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.row > div.col-md-5 > div.slides_home > img.class_img_url_immagine div.row > div.col-md-5 > div.slides_home > img.class_img_url_immagine |
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.main_nav_container > div.burger_wrapper > div.burger_container > a.toggle-menu div.main_nav_container > div.burger_wrapper > div.burger_container > a.toggle-menu |
div.row > div.col-md-4 > div.banner_corona_home > a div.row > div.col-md-4 > div.banner_corona_home > a |
div.row > div.col-md-4 > div.banner_corona_home > a div.row > div.col-md-4 > div.banner_corona_home > 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
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 |
|---|
Sala stampa div.col-md-12 > ul.footer_links > li > a |
Come fare per div.col-md-12 > ul.footer_links > li > a |
Siti Archeologici div.col-md-12 > ul.footer_links > li > a |
Privacy policy div.col-md-12 > ul.footer_links > li > a |
Note legali div.col-md-12 > ul.footer_links > li > a |
These items highlight common accessibility best practices.
ALandmark Structure4 landmarksPASS
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