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
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure22 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 Hierarchy59 headings, 2 skip(s)REVIEW
- H1 Trova il tuo psicologo online
- H3 Più di 9.500 psicologi e psicoterapeuti selezionati skipped
- H2 Sceglierli è complicato. Per questo ci pensiamo noi.
- H3 Allora, come funziona?
- H2 Ogni persona è unica. Il suo psicologo, pure.
- H2 Qualunque sia la tua storia, ti sosteniamo
- H3 Il servizio di salute mentale più grande d'Europa
- H2 Perché così tante persone scelgono Unobravo
- H3 Il nostro metodo
- H3 Un momento che si adatta a te
- H3 Efficace quanto dal vivo
- H3 Meno timori, meno stigma
- H3 Uno spazio dove sentirsi liberi
- H3 Meno barriere, più possibilità
- H5 Conoscervi non costa nulla skipped
- H3 Prezzi chiari, zero vincoli
- H2 Quanto costa iniziare un percorso online?
- H3 Seduta individuale
- H3 Seduta di coppia
- H3 Oltre 10 milioni di sedute di terapia psicologica online
- H2 Se Unobravo funziona, lo lasciamo dire a loro
- H3 L’app per gestire il tuo percorso psicologico
- H2 Tutto a portata di mano
- H3 Partecipa facilmente agli incontri via videochiamata, in totale riservatezza.
- H3 Conversazioni sicure e 100% riservate con psicologhe e psicologi abilitati.
- H3 Prenota e gestisci facilmente i tuoi appuntamenti.
- H3 Tieni traccia dei tuoi pensieri e dei progressi tra una seduta e l’altra.
- H3 Cosa vogliamo creare, insieme
- H2 Un mondo in cui prendersi cura della salute mentale sia considerato, finalmente, normale.
- H3 La salute mentale, spiegata bene.
- H2 Il nostro blog
- H3 Psicologo online: prezzi e tariffe
- H3 Andare dallo psicologo: quante sedute svolgere per una terapia efficace?
- H3 Come scegliere uno psicologo: guida per trovare il professionista adatto a te
- H3 Quando e perché andare dallo psicologo: segnali e guida pratica
- H3 Paura di andare dallo psicologo? Cosa succede nella prima seduta
- H3 Come calmare l’ansia: tecniche rapide e strategie reali
- H3 Reality show e reali conseguenze
- H3 Dipendenze giovanili: cause, rischi e strategie di prevenzione
- H3 Solian: cos'è, indicazioni e uso affiancato alla psicoterapia
- H3 Frontal: a cosa serve, effetti collaterali e psicoterapia
- H3 Paura del futuro: come affrontarla e vivere più sereni
- H3 Revenge Bedtime Procrastination: perché rimandiamo il sonno anche quando siamo esausti
- H2 Vuoi capire meglio cosa stai vivendo?
- H3 Stai pensando di iniziare un percorso psicologico?
- H2 Domande comuni, risposte chiare.
- H3 La terapia online è veramente efficace?
- H3 Come funziona una terapia psicologica online?
- H3 Quanto costa una seduta con Unobravo?
- H3 Posso scegliere il mio psicologo o psicoterapeuta?
- H3 In che modo la terapia online è diversa da quella di persona?
- H3 Quanto dura ogni seduta e con quale frequenza vanno fatte?
- H3 Posso riprogrammare una seduta se non posso partecipare?
- H3 Come faccio a sapere se la terapia è adatta a me?
- H3 Posso iniziare la terapia oggi stesso?
- H3 E se non mi sentissi ancora pronto?
- H3 Cerchi uno psicologo nelle vicinanze?
- H2 Trova lo psicologo che cerchi in città e online
- H2 Informativa
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
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
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #Privacy_Policy-4 | checkbox | none | |
| #ITA-email | (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" id="ITA-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 QualityAction2 issue(s) across 228 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://together.unobravo.com/?pt_trg=ne… | Terapia di gruppo | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/687f4… | Ero piuttosto scetticoEro piut… | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/687f3… | FlessibilitàPunto forte: como… | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/6877c… | Massima adattabilità alla pro… | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/68695… | Il mio spazio sicuroDa quando … | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/68769… | Ottima scelta di psicologiMi p… | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/684e9… | Terapia a portata di tuttiHo i… | new tab | Add '(opens in new tab)' to text |
| # | La scelta migliore!Sapevo di v… | new tab | Add '(opens in new tab)' to text |
| # | Cura, attenzione e sensibilit… | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/687f4… | Ero piuttosto scetticoEro piut… | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/687f3… | FlessibilitàPunto forte: como… | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/6877c… | Massima adattabilità alla pro… | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/68695… | Il mio spazio sicuroDa quando … | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/68769… | Ottima scelta di psicologiMi p… | new tab | Add '(opens in new tab)' to text |
| https://www.trustpilot.com/reviews/684e9… | Terapia a portata di tuttiHo i… | new tab | Add '(opens in new tab)' to text |
| # | La scelta migliore!Sapevo di v… | new tab | Add '(opens in new tab)' to text |
| # | Cura, attenzione e sensibilit… | new tab | Add '(opens in new tab)' to text |
| https://it.trustpilot.com/review/unobrav… | Leggi cosa dicono di noi | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/it/app/unobravo-p… | Scarica su App Store | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Disponibile su Google Play | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/it/app/unobravo-p… | Scarica su App Store | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Disponibile su Google Play | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/it/app/unobravo-p… | Scarica su App Store | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Disponibile su Google Play | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/it/app/unobravo-p… | Scarica su App Store | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Disponibile su Google Play | new tab | Add '(opens in new tab)' to text |
| /post/psicologo-online-prezzi-e-tariffe | Post sul blog | img no alt | Add alt attribute to the image |
| /post/quante-sedute-dallo-psicologo | Post sul blog | img no alt | Add alt attribute to the image |
| /post/come-scegliere-lo-psicologo | Post sul blog | img no alt | Add alt attribute to the image |
| /post/quando-chiedere-un-aiuto-psicologi… | Post sul blog | img no alt | Add alt attribute to the image |
| /post/paura-di-andare-dallo-psicologo-la… | Post sul blog | img no alt | Add alt attribute to the image |
| /post/come-calmare-lansia | Post sul blog | img no alt | Add alt attribute to the image |
| /post/paura-del-futuro-cause-sintomi-e-c… | Post sul blog | img no alt | Add alt attribute to the image |
| /user-privacy-policy | informativa | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/unobravo.net/ | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/unobravo_net/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/2048154… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@unobravo_net | Youtube | new tab | Add '(opens in new tab)' to text |
| https://unobravointernational.teamtailor… | Posizioni aperte | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/it/app/unobravo-p… | (empty) | empty | Add link text or aria-label |
| https://play.google.com/store/apps/detai… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/unobravo.net/ | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/unobravo_net/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/2048154… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@unobravo_net | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.iubenda.com/privacy-policy/7… | cookie policy | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://apps.apple.com/it/app/unobravo-psicologo-online/id1624675215; https://play.google.com/store/apps/details?id=com.unobravo.patient&hl=en_US%3F
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://together.unobravo.com/?pt_trg=new&utm_source=ub_sitebar_service; https://www.trustpilot.com/reviews/687f47d52867ea9ff0a4a5a5; https://www.trustpilot.com/reviews/687f3d20ea445832898c9041; https://www.trustpilot.com/reviews/6877cb392f0b39e81a5cb3d4; https://www.trustpilot.com/reviews/68695f1081f81ce48eaf2272; https://www.trustpilot.com/reviews/6876959cf7364aeaf84b228a; https://www.trustpilot.com/reviews/684e94aed11022d25236f4d0; #; #; https://www.trustpilot.com/reviews/687f47d52867ea9ff0a4a5a5 (+27 more)
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
BTabindex Anti-Patterns0 positive, 4 -1-on-focusableREVIEW
BMobile-Readable Font Sizes92% of visible text renders at >= 12 CSS px (21 below threshold)REVIEW
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Trova il tuo psicolo… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Qualunque sia la tua… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Perché così tante … | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Quanto costa iniziar… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Se Unobravo funziona… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Tutto a portata di m… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Un mondo in cui pren… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Il nostro blog | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Vuoi capire meglio c… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Domande comuni, risp… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Trova lo psicologo c… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h2 Informativa | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h3 Più di 9.500 psicol… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h3 Allora, come funzion… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h3 Il servizio di salut… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h3 Il nostro metodo | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h3 Meno timori, meno st… | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h3 Prezzi chiari, zero … | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h3 Seduta individuale | 2.03:1 | 3.0:1 | #000000 | #404040 | Fail |
| h3 Seduta di coppia | 2.03:1 | 3.0:1 | #000000 | #404040 | 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.
A+Heading Text QualityAll 59 heading(s) have substantive, well-formed textPASS
A+Alt Text Quality1 of 128 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
| too long | 1 image(s) |
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "it"PASS
A+Iframe AccessibilityAll 1 iframe(s) have descriptive titlesPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 93/100 — 4 failing, 29 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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Ansia
Depressione
Relazioni
ADHD
Alimentazione
Trauma e psicotraumatologia
Salu… section.section_v2-support > div.v2-support_marquee-wrapper > div.v2-support_loop > div.v2-support_wrapper |
Svolgere un percorso di terapia psicologica con Unobravo è molto semplice. Comp… div.faq_list-wrapper > div.faq_item-wrapper > div.faq_item > div.faq_description-wrapper |
Il nostro servizio di psicologia online ha un costo chiaro e senza sorprese: il… div.faq_list-wrapper > div.faq_item-wrapper > div.faq_item > div.faq_description-wrapper |
Siamo sicuri che attraverso il questionario potremo affidarti a uno degli psico… div.faq_list-wrapper > div.faq_item-wrapper > div.faq_item > div.faq_description-wrapper |
Il nostro obiettivo è metterti in contatto con la psicologa o lo psicologo onli… div.faq_list-wrapper > div.faq_item-wrapper > div.faq_item > div.faq_description-wrapper |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Più di 9.500 psicologi e psicoterapeuti selezionati div.w-dyn-items > div.w-dyn-item > div.w-embed > h3.heading-style-h5 |
Conoscervi non costa nulla div.v2-cost_content > a.v2-cost_gratis-box > div.w-layout-grid > 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 > div.margin-bottom > div.div-block-31831 > a.w-inline-block div > div.margin-bottom > div.div-block-31831 > a.w-inline-block |
div > div.margin-bottom > div.div-block-31831 > a.w-inline-block div > div.margin-bottom > div.div-block-31831 > a.w-inline-block |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Psicologo online: prezzi e tariffe div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.v2-blog_title-link |
LEGGI L'ARTICOLO div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.button |
Andare dallo psicologo: quante sedute svolgere per una terapia efficace? div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.v2-blog_title-link |
LEGGI L'ARTICOLO div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.button |
Come scegliere uno psicologo: guida per trovare il professionista adatto a te div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.v2-blog_title-link |
LEGGI L'ARTICOLO div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.button |
Quando e perché andare dallo psicologo: segnali e guida pratica div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.v2-blog_title-link |
LEGGI L'ARTICOLO div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.button |
Paura di andare dallo psicologo? Cosa succede nella prima seduta div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.v2-blog_title-link |
LEGGI L'ARTICOLO div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.button |
Come calmare l’ansia: tecniche rapide e strategie reali div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.v2-blog_title-link |
LEGGI L'ARTICOLO div.v2-blog_list > div.v2-blog_item > div.v2-blog_bottom > a.button |
Firenze div.padding-section-medium > div.v2_grid > div.v2-local_list > a.v2-local_item |