Accessibility
· 24 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
DTap Target AdequacyAction10 tap target(s) too small or too close togetherFIX
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction7 issue(s) across 64 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| (empty) | empty | Add link text or aria-label | |
| /images/portfolio/attisani1.jpg | (empty) | empty | Add link text or aria-label |
| /images/stories/village15/village-2015.j… | (empty) | empty | Add link text or aria-label |
| /images/portfolio/reconsult.jpg | (empty) | empty | Add link text or aria-label |
| /images/tecnodanza.jpg | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a (#162 on page); /images/portfolio/attisani1.jpg; /images/stories/village15/village-2015.jpg; /images/portfolio/reconsult.jpg; /images/tecnodanza.jpg; /
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.
button.btn (#88 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
BTabindex Anti-Patterns0 positive, 6 -1-on-focusableREVIEW
BMobile-Readable Font Sizes94% of visible text renders at >= 12 CSS px (10 below threshold)REVIEW
BFavicon & Branding15 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 86/100 — 5 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.
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.navbar > div.navbar-inner > div.container > button.btn div.navbar > div.navbar-inner > div.container > button.btn |
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.uk-first-column > div.uk-panel > div.uk-inline-clip > a.uk-position-cover div.uk-first-column > div.uk-panel > div.uk-inline-clip > a.uk-position-cover |
div > div.uk-panel > div.uk-inline-clip > a.uk-position-cover div > div.uk-panel > div.uk-inline-clip > a.uk-position-cover |
div.uk-grid-margin > div.uk-panel > div.uk-inline-clip > a.uk-position-cover div.uk-grid-margin > div.uk-panel > div.uk-inline-clip > a.uk-position-cover |
div.uk-grid-margin > div.uk-panel > div.uk-inline-clip > a.uk-position-cover div.uk-grid-margin > div.uk-panel > div.uk-inline-clip > a.uk-position-cover |
body > div.contenitore > div > a body > div.contenitore > div > 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.
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 |
|---|
progettazione del sito div.item-page > div > p > a |
visibilità organica div.item-page > div > p > a |
advertising div.item-page > div > p > a |
Un'esperienza decennale sul web che ci permette di realizzare progetti completi… body > div.contenitore > div.item-page > div.enfasi |
realizzare progetti completi, cuciendoli addosso al cliente div.contenitore > div.item-page > div.enfasi > strong |
Mariella Monopoli - www.ostunidomus.it div.uk-card-body > div.uk-margin > div.span10 > span |
Mariella Monopoli div.uk-margin > div.span10 > span > strong |
Giuseppe Guttuso - www.mulligan.it div.uk-card-body > div.uk-margin > div.span10 > span |
Giuseppe Guttuso div.uk-margin > div.span10 > span > strong |
Vuoi davvero andare on line e buttare soldi in un progetto incompleto? body > div.contenitore > div.item-page > h3 |
Compila il modulo e riceverai una risposta oggi stesso. div.contenitore > div.item-page > div.span6 > p |
Il tuo nome * div.cf-fields > div.cf-control-group > div.cf-control-label > label.cf-label |
div.cf-fields > div.cf-control-group > div.cf-control-input > input#form5_name div.cf-fields > div.cf-control-group > div.cf-control-input > input#form5_name |
La tua email * div.cf-fields > div.cf-control-group > div.cf-control-label > label.cf-label |
div.cf-fields > div.cf-control-group > div.cf-control-input > input#form5_email div.cf-fields > div.cf-control-group > div.cf-control-input > input#form5_email |
Numero di telefono div.cf-fields > div.cf-control-group > div.cf-control-label > label.cf-label |
div.cf-fields > div.cf-control-group > div.cf-control-input > input#form5_telefono div.cf-fields > div.cf-control-group > div.cf-control-input > input#form5_telefono |
Seleziona servizi * div.cf-fields > div.cf-control-group > div.cf-control-label > label.cf-label |
Assistenza - prezzo a partire da 450 €
Sicurezza - prezzo a partire da 500 €
Ot… div.cf-control-group > div.cf-control-input > div.cf-select > select#form5_servizi |
Descrivi la tua richiesta * div.cf-fields > div.cf-control-group > div.cf-control-label > label.cf-label |
div.cf-fields > div.cf-control-group > div.cf-control-input > textarea#form5_richiesta div.cf-fields > div.cf-control-group > div.cf-control-input > textarea#form5_richiesta |
Acconsento al trattamento dei dati secondo la normativa sulla privacy div.cf-control-group > div.cf-control-input > div.cf-checkbox-group > label.cf-label |
gestione del sito div.contenitore > div.item-page > p > a |
Realizzazione Siti Web div.uk-panel > div.uk-margin > a > h3.uk-panel-title |
SEO e GEO div.uk-panel > div.uk-margin > a > h3.uk-panel-title |
Migrazione siti Joomla div.uk-panel > div.uk-margin > a > h3.uk-panel-title |
Web esperienziale - Coaching div.uk-panel > div.uk-margin > a > h3.uk-panel-title |
Campagne Pay per Click div.uk-panel > div.uk-margin > a > h3.uk-panel-title |
Gestione siti web div.uk-panel > div.uk-margin > a > h3.uk-panel-title |
APPROFONDISCI div.custom > p > a.linkgiallo > strong |
APPROFONDISCI div.custom > p > a.linkgiallo > strong |
APPROFONDISCI div.custom > p > a.linkgiallo > strong |
ALTRI div.moduletable > div.custom > div.span2 > span.white-small |
SERVIZI div.moduletable > div.custom > div.span2 > span.white-big |
REALIZZAZIONE SITI WEB div.span2 > ul.nav > li > a |
SEO POSIZIONAMENTO div.span2 > ul.nav > li > a |
CAMPAGNE PAY PER CLICK div.span2 > ul.nav > li > a |
SEGNALAZIONE MOTORI div.span2 > ul.nav > li > a |
WEB ESPERIENZIALE div.span2 > ul.nav > li > a |
GESTIONE SITI WEB div.span2 > ul.nav > li > a |
PORTFOLIO div.span2 > ul.nav > li > a |
PRIVACY POLICY div.span2 > ul.nav > li > a |
COOKIES POLICY div.span2 > ul.nav > li > a |
LOGIN div.span2 > ul.nav > li > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
REALIZZAZIONE SITI WEB div.span2 > ul.nav > li > a |
SEO POSIZIONAMENTO div.span2 > ul.nav > li > a |
CAMPAGNE PAY PER CLICK div.span2 > ul.nav > li > a |
SEGNALAZIONE MOTORI div.span2 > ul.nav > li > a |
WEB ESPERIENZIALE div.span2 > ul.nav > li > a |
GESTIONE SITI WEB div.span2 > ul.nav > li > a |
PORTFOLIO div.span2 > ul.nav > li > a |
PRIVACY POLICY div.span2 > ul.nav > li > a |
COOKIES POLICY div.span2 > ul.nav > li > a |
LOGIN div.span2 > ul.nav > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
A+Heading Hierarchy20 headingsPASS
- H3 Servizi Web Marketing Roma | SEO, GEO, Siti Web e Advertising
- H1 Servizi Web Marketing Roma | SEO, GEO, Siti Web e Advertising
- H2 Servizi Web Marketing Roma mette il tuo progetto sul web, nei motori di ricerca e nelle nuove ricerche AI
- H3 Vuoi davvero andare on line e buttare soldi in un progetto incompleto?
- H3 Un'esperienza e una qualità che sono garanzia di successo
- H4 Con i nostri servizi di web marketing avrai:
- H4 ..... il tuo business on line non è solo sito web:
- H3 Realizzazione Siti Web
- H3 SEO e GEO
- H3 Migrazione siti Joomla
- H3 Web esperienziale - Coaching
- H3 Campagne Pay per Click
- H3 Gestione siti web
- H3 Attisani Macchine Edili
- H3 The Village Roma
- H3 Reconsult S.p.a.
- H3 Tecnodanza
- H3 Segnalazione motori
- H3 Web esperienziale - Coaching
- H3 Gestione siti web
A+Heading Text QualityAll 20 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 23 images OKPASS
AForm Accessibility1 of 8 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #form5_name | text | Il tuo nome * | for/id |
| #form5_email | La tua email * | for/id | |
| #form5_telefono | text | Numero di telefono | for/id |
| #form5_servizi | select | Seleziona servizi * | for/id |
| #form5_richiesta | textarea | Descrivi la tua richiesta * | for/id |
| #form5_termsofservice_5 | checkbox | Acconsento al trattamento dei dati secondo la normativa sulla privacy | for/id |
| #cf-field-6aaeb7460708b | text | Name | for/id |
| #g-recaptcha-response | 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">
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
A+Form Input Types8 form control(s) checked, no type mismatchesPASS
A+Form Input Quality8 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
AIframe Accessibility1/5 iframe(s) missing title; 0 placeholder(s)PASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 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 Web Marketin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Servizi Web Marketin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Servizi Web Marketin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Vuoi davvero andare … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Un'esperienza e una … | 10.67:1 | 3.0:1 | #383F46 | #FFFFFF | Pass |
| h3 Realizzazione Siti W… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 SEO e GEO | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Migrazione siti Joom… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Web esperienziale - … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Campagne Pay per Cli… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Gestione siti web | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Attisani Macchine Ed… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 The Village Roma | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Reconsult S.p.a. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Tecnodanza | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Segnalazione motori | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Web esperienziale - … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Gestione siti web | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title ☞ Servizi Web Mark… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 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.