Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
DTabindex Anti-PatternsAction2 positive, 6 -1-on-focusableFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction5 of 6 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | none | |
| input | file | (none) | none |
| input | range | (none) | none |
| select | select | (none) | none |
| input | input | (none) | none |
| textarea | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input>; <input type="file">; <input type="range">; <select>; <textarea>
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding20 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
6 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Prenota | 5.66:1 | 3.0:1 | #000000 | #848583 | Pass |
| h1 Telefonaci | 4.28:1 | 3.0:1 | #000000 | #70716F | Pass |
| h1 Il menu | 5.27:1 | 3.0:1 | #000000 | #7E7F86 | Pass |
| h1 Carta dei vini | 1.66:1 | 3.0:1 | #000000 | #5D1B2F | Fail |
| h1 Orari | 1.78:1 | 3.0:1 | #000000 | #463331 | Fail |
| h1 Scrivici | 1.75:1 | 3.0:1 | #000000 | #383636 | Fail |
| h1 Raggiungici | 3.57:1 | 3.0:1 | #000000 | #6C635B | Pass |
| h2 Siamo chiusi per fer… | 3.92:1 | 3.0:1 | #000000 | #736960 | Pass |
| title Osteria del Pane | 5.78:1 | 4.5:1 | #000000 | #888683 | Pass |
| a 0522 59.56.39 | 5.77:1 | 4.5:1 | #000000 | #878684 | Pass |
| a Prenota | 5.69:1 | 4.5:1 | #000000 | #858584 | Pass |
| a 0522 59.56.39 | 5.17:1 | 4.5:1 | #000000 | #7C7E83 | Pass |
| a Visualizza | 2.01:1 | 4.5:1 | #000000 | #662D3F | Fail |
| a Visualizza | 1.92:1 | 4.5:1 | #000000 | #66273A | Fail |
| div Tutti i giorni pranz… | 4.21:1 | 4.5:1 | #000000 | #756F64 | Fail |
| sup .30 | 2.34:1 | 4.5:1 | #000000 | #50483D | Fail |
| div – 14, cena 19 | 1.15:1 | 4.5:1 | #000000 | #22100A | Fail |
| sup .30 | 1.28:1 | 4.5:1 | #000000 | #34180C | Fail |
| div – 22. | 1.80:1 | 4.5:1 | #000000 | #3E3736 | Fail |
| span Chiuso il martedì e… | 1.59:1 | 4.5:1 | #000000 | #2F3031 | 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 Hierarchy8 headingsPASS
- H1 Prenota
- H1 Telefonaci duplicate H1
- H1 Il menu duplicate H1
- H1 Carta dei vini duplicate H1
- H1 Orari duplicate H1
- H1 Scrivici duplicate H1
- H1 Raggiungici duplicate H1
- H2 Siamo chiusi per ferie fino a Gio. 3 Set.
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
A+Heading Text QualityAll 8 heading(s) have substantive, well-formed textPASS
AAlt Text Quality1 of 2 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 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
ALink & Button Quality1 issue(s) across 15 links and 11 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.google.com/maps?ll=44.813621… | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.google.com/maps?ll=44.813621,10.841101&z=19&t=h&hl=it&gl=US&mapcl…
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
A+Form Input Types6 form control(s) checked, no type mismatchesPASS
A+Form Input Quality6 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "it"PASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 26 visible text node(s) render at >= 12 CSS pixelsPASS
APWA Depth2 PWA signal(s) surfacedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
A+Lighthouse Accessibility AuditsScore 96/100 — 1 failing, 21 passedPASS
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 |
|---|
Tutti i giorni pranzo 12.30 – 14, cena 19.30 – 22. body.swal2-shown > div.right2left > div > div.text-center |
.30 div.right2left > div > div.text-center > sup |
.30 div.right2left > div > div.text-center > sup |
Privacy Policy div.link_utils > ul > li > a.privacy_policy |
Informativa sull'utilizzo dei cookie div.link_utils > ul > li > a#cookie_policy |
Termini di servizio div.link_utils > ul > li > a.terms_of_service |
MAVA di Marchi e Vanzolini Snc – via Budrione Migliarina P. Ovest, 94 – 41012 C… body.swal2-shown > div.footer > div.font_thin |
These are opportunities to improve the legibility of your content.