Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction2 icon(s) detectedFIX
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 Structure5 landmarksREVIEW
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 Hierarchy8 headingsREVIEW
- H2 Antivirus galardonado con protección contra estafas integrada
- H2 Norton VPN Plus. Disfruta del streaming sin preocupaciones.
- H2 Protege tus dispositivos, tu identidad y a ti.
- H2 Comparar planes
- H3 La VPN integral que te protege más en línea.
- H3 ¿Qué es la protección contra estafas?
- H2 Protege tu pequeña empresa, estés donde estés.
- H2 Con la confianza de millones de clientes.
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CLink & Button QualityAction15 issue(s) across 200 links and 38 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://my.norton.com/extspa/dashboard/H… | Ir a la cuenta | new tab | Add '(opens in new tab)' to text |
| https://support.norton.com | Asistencia al cliente | new tab | Add '(opens in new tab)' to text |
| https://my.norton.com/extspa/dashboard/H… | Ir a la cuenta | new tab | Add '(opens in new tab)' to text |
| {reviewComment} … | new tab | Add '(opens in new tab)' to text | |
| https://norton.com/content/dam/norton/pd… | Informe sobre ciberseguridad d… | new tab | Add '(opens in new tab)' to text |
| https://support.norton.com/sp/es/es/home… | Norton.com/smm | new tab | Add '(opens in new tab)' to text |
| https://norton.com/deepfakesupport | https://norton.com/deepfakesup… | new tab | Add '(opens in new tab)' to text |
| https://support.norton.com/sp/en/us/nort… | los países excepto estos | new tab | Add '(opens in new tab)' to text |
| https://www.norton.com/globalsupport | https://www.norton.com/globals… | new tab | Add '(opens in new tab)' to text |
| https://updatecenter.norton.com | Centro de actualizaciones de N… | new tab | Add '(opens in new tab)' to text |
| https://www.gendigital.com/ | Acerca de Gen | new tab | Add '(opens in new tab)' to text |
| https://newsroom.gendigital.com/norton | Prensa | new tab | Add '(opens in new tab)' to text |
| https://www.gendigital.com/us/en/life-ge… | Oportunidades laborales | new tab | Add '(opens in new tab)' to text |
| https://www.gendigital.com/us/en/contact… | Seguridad | new tab | Add '(opens in new tab)' to text |
| https://www.gendigital.com/us/en/legal/a… | Accesibilidad | new tab | Add '(opens in new tab)' to text |
| https://status.norton.com | Estado del sistema | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://my.norton.com/extspa/dashboard/Home; https://support.norton.com; https://my.norton.com/extspa/dashboard/Home; ; https://norton.com/content/dam/norton/pdfs/reports/2021_nortonLifelock_cyber_…; https://support.norton.com/sp/es/es/home/current/solutions/v137882596; https://norton.com/deepfakesupport; https://support.norton.com/sp/en/us/norton-family/current/solutions/v122074377; https://www.norton.com/globalsupport; https://updatecenter.norton.com (+6 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.c-topnav__backmenu__close (#157 on page); button.c-topnav__hamburger (#185 on page); button.c-topnav__backmenu__close (#194 on page); button.sc-autocompletesearchbar__btn (#200 on page); button.c-topnav__backmenu__close (#215 on page); button.c-topnav__backmenu__close (#253 on page); button.sc-autocompletesearchbar__btn (#282 on page); button.c-topnav__backmenu__close (#299 on page); button.c-country-selector__close-btn (#332 on page); button.c-productpanel-prev-control (#932 on page) (+5 more)
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 |
|---|---|---|---|---|---|
| h2 Antivirus galardonad… | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| h2 con protección | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| h2 contra estafas integ… | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| h2 Norton VPN Plus. | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| h2 Disfruta del streami… | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| h2 Protege tus disposit… | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| h2 tu identidad y a ti. | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| h2 Comparar planes | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| h3 La VPN integral que … | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| h3 ¿Qué es la protecc… | 4.65:1 | 3.0:1 | #000000 | #787675 | Pass |
| title Sitio oficial | Nort… | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | Pass |
| span Mi cuenta | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | Pass |
| button Mi cuenta | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | Pass |
| p Ir a Cuenta para des… | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | Pass |
| a Ir a la cuenta | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | Pass |
| a Iniciar sesión | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | Pass |
| a Información de la c… | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | Pass |
| a Preferencias | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | Pass |
| a Información de fact… | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | Pass |
| a Renovar | 5.03:1 | 4.5:1 | #000000 | #7C7C7C | 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.
BLighthouse Accessibility AuditsScore 88/100 — 4 failing, 25 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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Hemos actualizado nuestra política de privacidad y de cookies
Usamos cookies e… section > div#ensNotifyBanner > div#ensBannerDescription > div.gdpModalDialog |
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.
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.contentreference > header#topnav-a424a90a9a > div.c-topnav__wrap > button.c-topnav__hamburger div.contentreference > header#topnav-a424a90a9a > div.c-topnav__wrap > button.c-topnav__hamburger |
nav.c-topnav__navsec > div.c-topnav__navsec__lt-col > div.c-topnav__backmenu > button.c-topnav__backmenu__close nav.c-topnav__navsec > div.c-topnav__navsec__lt-col > div.c-topnav__backmenu > button.c-topnav__backmenu__close |
li.is-L2 > div.c-topnav__navitem__L2 > div.c-topnav__backmenu > button.c-topnav__backmenu__close li.is-L2 > div.c-topnav__navitem__L2 > div.c-topnav__backmenu > button.c-topnav__backmenu__close |
li.is-L2 > div.c-topnav__navitem__L2 > div.c-topnav__backmenu > button.c-topnav__backmenu__close li.is-L2 > div.c-topnav__navitem__L2 > div.c-topnav__backmenu > button.c-topnav__backmenu__close |
li.c-topnav__navitem__myaccount > div.c-topnav__navitem__L2 > div.c-topnav__backmenu > button.c-topnav__backmenu__close li.c-topnav__navitem__myaccount > div.c-topnav__navitem__L2 > div.c-topnav__backmenu > button.c-topnav__backmenu__close |
div.glide > div.glide__track > div.c-productpanel-controls > button.c-productpanel-next-control div.glide > div.glide__track > div.c-productpanel-controls > button.c-productpanel-next-control |
div.glide > div.glide__track > div.glide__bullets > button.glide__bullet div.glide > div.glide__track > div.glide__bullets > button.glide__bullet |
div.glide > div.glide__track > div.glide__bullets > button.glide__bullet div.glide > div.glide__track > div.glide__bullets > button.glide__bullet |
div.glide > div.glide__track > div.glide__bullets > button.glide__bullet div.glide > div.glide__track > div.glide__bullets > button.glide__bullet |
div.glide > div.glide__track > div.glide__bullets > button.glide__bullet div.glide > div.glide__track > div.glide__bullets > button.glide__bullet |
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 |
|---|
* Información importante sobre suscripciones, precios y ofertas: div.c-container__body > div.legal > div#legal-74eaeaf988-li-0 > button.t-link |
haz clic aquí div#ensBannerDescription > div.gdpModalDialog > p > a.privacyCancel |
aviso de cookies div#ensBannerDescription > div.gdpModalDialog > p > a.gdpParaLink |
These are opportunities to improve the legibility of your content.
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 |
|---|
Aplicar div.promocodefield > div#promocodefield-ae138a7d83 > form.c-promocode-field__form > button.c-promocode-field__button |
Aceptar todo div#ensBannerDescription > div.gdpModalDialog > div.gdpButtons > button.gdpButton |
A+Alt Text QualityAll 103 images OKPASS
A+Form AccessibilityAll 7 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #autocompletesearch-486d906ad7m__text-input | text | Buscar | for/id |
| #autocompletesearch-486d906ad7d__text-input | text | Buscar | for/id |
| #productpanel-4a02ef5320-pp1-item1 | radio | 1 año | for/id |
| #productpanel-4a02ef5320-pp2-item1 | radio | 1 año | for/id |
| #productpanel-4a02ef5320-pp3-item1 | radio | 1 año | for/id |
| #productpanel-4a02ef5320-pp4-item1 | radio | 1 año | for/id |
| #input-promocodefield-ae138a7d83 | text | Código de promoción | for/id |