Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
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
BForm Accessibility2 of 6 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #cmplz-functional-optin | checkbox | Funzionale | for/id |
| #cmplz-preferences-optin | checkbox | Preferenze | for/id |
| #cmplz-statistics-optin | checkbox | Statistiche | for/id |
| #cmplz-marketing-optin | checkbox | Marketing | for/id |
| (La tua email) | placeholder only | ||
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
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="email" name="EMAIL">
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 QualityAction4 issue(s) across 36 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://cookiedatabase.org/tcf/purposes/ | Per saperne di più su questi … | new tab | Add '(opens in new tab)' to text |
| https://calendly.com/adrian-gram/30min | Presentami il tuo progetto | new tab | Add '(opens in new tab)' to text |
| https://adriangram.it/blog/ | Leggi il mio blog | new tab | Add '(opens in new tab)' to text |
| info@adriangram.it | Contattami | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/adryan.gram/ | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/adriangram.it/ | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/in/adrian-grama… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/@adrian-gram | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.facebook.com/adryan.gram/; https://www.instagram.com/adriangram.it/; https://www.linkedin.com/in/adrian-gramada-002873169/; https://www.youtube.com/@adrian-gram
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://cookiedatabase.org/tcf/purposes/; https://calendly.com/adrian-gram/30min; https://adriangram.it/blog/; info@adriangram.it
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
CFavicon & BrandingAction3 icon(s) detectedREVIEW
A+Heading Hierarchy4 headingsPASS
- H1 Se hai bisogno di una forte presenza online, la SEO è la soluzione
- H2 Che cosa stai cercando?
- H3 SEO
- H2 Hai un progetto di cui vorresti parlare?
A+Heading Text QualityAll 4 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 5 images OKPASS
A+Form Input Types6 form control(s) checked, no type mismatchesPASS
A+Form Input Quality6 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "it-IT"PASS
A+Tabindex Anti-Patterns0 positive, 1 -1-on-focusablePASS
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 32 visible text node(s) render at >= 12 CSS pixelsPASS
A404 Error PageHTTP 404, custom pagePASS
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 Se hai bisogno di un… | 13.89:1 | 3.0:1 | #000000 | #D2D2D2 | Pass |
| h1 presenza online, la | 13.89:1 | 3.0:1 | #000000 | #D2D2D2 | Pass |
| h1 è la soluzione | 13.89:1 | 3.0:1 | #000000 | #D2D2D2 | Pass |
| h2 Hai un progetto di c… | 13.89:1 | 3.0:1 | #000000 | #D2D2D2 | Pass |
| h3 SEO | 13.89:1 | 3.0:1 | #000000 | #D2D2D2 | Pass |
| title Ottimizzazione SEO p… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Gestisci Consenso | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Per fornire le migli… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Funzionale | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Funzionale | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Sempre attivo | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span L'archiviazione tecn… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Preferenze | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Preferenze | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span L'archiviazione tecn… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Statistiche | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Statistiche | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span L'archiviazione tecn… | 20.82:1 | 4.5:1 | #000000 | #FEFEFE | Pass |
| span L'archiviazione tecn… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Marketing | 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.
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 26 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 |
|---|
forte div.gb-container > div.gb-inside-container > h1.gb-headline > mark.gb-highlight |
SEO div.gb-container > div.gb-inside-container > h1.gb-headline > mark.gb-highlight |
Presentami il tuo progetto div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button |
Tecniche e Strategie div.gb-container > div.gb-inside-container > ul.wp-block-list > li |
Migliori pratiche div.gb-container > div.gb-inside-container > ul.wp-block-list > li |
Casi studio div.gb-container > div.gb-inside-container > ul.wp-block-list > li |
Recensioni tools div.gb-container > div.gb-inside-container > ul.wp-block-list > li |
Leggi il mio blog div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button |
Contattami div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button |
div.gb-inside-container > form#mc4wp-form-1 > div.mc4wp-form-fields > input div.gb-inside-container > form#mc4wp-form-1 > div.mc4wp-form-fields > input |
These are opportunities to improve the legibility of your content.
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.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button |
div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button |
div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button |
div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button div.gb-container > div.gb-inside-container > div.gb-button-wrapper > a.gb-button |
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.