Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction16 of 81 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 16 image(s) |
| too long | 15 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
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 Structure91 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 Accessibility6 of 17 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #wsl_ud_email | text | Correo electrónico: | none |
| #wsl_ud_pass | password | Contraseña: | none |
| #wsl_email | text | Correo electrónico: | none |
| #wsl_password | password | Contraseña: | none |
| #wsl_confirm_password | password | Repite la contraseña: | none |
| #wsl_username | text | Nombre de usuario: www.xataka.com#usuario/ | none |
| #wsl_condition_agree | checkbox | none | |
| #recover-email | Correo electrónico: | none | |
| #recover-email-tw | Correo electrónico asociado a tu cuenta de Twitter: | none | |
| #recover-email-username | Nombre de usuario de Xataka: | none | |
| #recover-email-fb | Correo electrónico asociado a tu cuenta de Facebook: | none | |
| #search-field-2 | text | (Buscar en Xataka...) | placeholder only |
| input | (Tu correo electrónico) | placeholder only | |
| input | (Tu correo electrónico) | placeholder only | |
| #search-field-3 | text | (Buscar en Xataka...) | placeholder only |
| #search-field-1 | text | (Buscar en Xataka...) | placeholder only |
| input | (Tu correo electrónico) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email">; <input type="email">; <input type="text" id="search-field-3">; <input type="text" id="search-field-1">; <input type="email">; <input type="text" id="search-field-2">
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 QualityAction15 issue(s) across 511 links and 12 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| #search | (empty) | empty | Add link text or aria-label |
| #sections | (empty) | empty | Add link text or aria-label |
| #head-menu-newsletter | (empty) | empty | Add link text or aria-label |
| #headlines | (empty) | empty | Add link text or aria-label |
| #search | (empty) | empty | Add link text or aria-label |
| #nav-login | (empty) | empty | Add link text or aria-label |
| #nav-login | (empty) | empty | Add link text or aria-label |
| #nav-register | (empty) | empty | Add link text or aria-label |
| #nav-register | (empty) | empty | Add link text or aria-label |
| https://www.weblogssl.com/legal/ | politica de privacidad y de pa… | new tab | Add '(opens in new tab)' to text |
| #nav-recover | (empty) | empty | Add link text or aria-label |
| #nav-recover | (empty) | empty | Add link text or aria-label |
| #nav-recover-twitter | (empty) | empty | Add link text or aria-label |
| #nav-recover-twitter | (empty) | empty | Add link text or aria-label |
| #nav-recover-facebook | (empty) | empty | Add link text or aria-label |
| #nav-recover-facebook | (empty) | empty | Add link text or aria-label |
| https://www.weblogssl.com/cookies | Más información | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#search; #sections; #head-menu-newsletter; #headlines; #search; #nav-login; #nav-login; #nav-register; #nav-register; #nav-recover (+5 more)
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://www.weblogssl.com/legal/; https://www.weblogssl.com/cookies
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 15 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 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 |
|---|---|---|---|---|---|
| h2 Buscar | 1.16:1 | 3.0:1 | #000000 | #151617 | Fail |
| h3 Usa Claude mejor que… | 1.16:1 | 3.0:1 | #000000 | #151617 | Fail |
| h3 RECIBE "Xatakaletter… | 1.16:1 | 3.0:1 | #000000 | #151617 | Fail |
| h3 Explora en nuestros … | 1.16:1 | 3.0:1 | #000000 | #151617 | Fail |
| title Xataka - Tecnología… | 1.11:1 | 4.5:1 | #000000 | #111111 | Fail |
| abbr Webedia | 1.41:1 | 4.5:1 | #000000 | #1F2832 | Fail |
| a Xataka | 1.27:1 | 4.5:1 | #000000 | #181F28 | Fail |
| a Menú | 1.25:1 | 4.5:1 | #000000 | #171E26 | Fail |
| a Nuevo | 1.24:1 | 4.5:1 | #000000 | #161D25 | Fail |
| strong Suscríbete a | 1.31:1 | 3.0:1 | #000000 | #1A222B | Fail |
| a ANÁLISIS | 1.45:1 | 4.5:1 | #000000 | #212A34 | Fail |
| a XATAKA SELECCIÓN | 1.74:1 | 4.5:1 | #000000 | #2F3741 | Fail |
| a CIENCIA | 2.37:1 | 4.5:1 | #000000 | #434B54 | Fail |
| a MOVILIDAD | 2.37:1 | 4.5:1 | #000000 | #434B54 | Fail |
| a MAGNET | 2.37:1 | 4.5:1 | #000000 | #434B54 | Fail |
| a NEWSLETTER | 5.89:1 | 4.5:1 | #000000 | #868888 | Pass |
| a WhatsApp | 8.93:1 | 4.5:1 | #000000 | #A9A9A8 | Pass |
| a Tiktok | 8.50:1 | 4.5:1 | #000000 | #A6A59F | Pass |
| a Telegram | 7.20:1 | 4.5:1 | #000000 | #999793 | Pass |
| a Instagram | 6.08:1 | 4.5:1 | #000000 | #8B8A86 | 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 87/100 — 4 failing, 22 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.
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 |
|---|
Suscribiéndote aceptas nuestra política de privacidad div.wrapper > div#newsletter > form.js-subscription > small.newsletter-legal-disclaimer |
política de privacidad div#newsletter > form.js-subscription > small.newsletter-legal-disclaimer > a |
Síguenos footer.foot > div.wrapper > div.menu-follow > span.item-meta |
Apoya a Xataka y disfruta ventajas exclusivas footer.foot > div.wrapper > div.xtra-cta-footer > a.xtra-link |
Streaming nav.menu-categories > ul > li > a.list-item |
Análisis nav.menu-categories > ul > li > a.list-item |
Espacio nav.menu-categories > ul > li > a.list-item |
Móviles nav.menu-categories > ul > li > a.list-item |
Energía nav.menu-categories > ul > li > a.list-item |
Xataka Movilidad nav.menu-categories > ul > li > a.list-item |
Apple nav.menu-categories > ul > li > a.list-item |
Samsung nav.menu-categories > ul > li > a.list-item |
Inteligencia artificial nav.menu-categories > ul > li > a.list-item |
China nav.menu-categories > ul > li > a.list-item |
Empleo nav.menu-categories > ul > li > a.list-item |
Windows 11 nav.menu-categories > ul > li > a.list-item |
Otras publicaciones de Webedia header.foot-head > div.menu-external > p.view-even-more > a.footer-media-link |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.home-video-stream > div.follow-youtube > div#___ytsubscribe_0 > iframe#I0_1776899436060 section.home-video-stream > div.follow-youtube > div#___ytsubscribe_0 > iframe#I0_1776899436060 |
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.page-container > div.content-container > div#headlines > a.head-menu-toggler div.page-container > div.content-container > div#headlines > a.head-menu-toggler |
div.page-container > div.content-container > section#sections > a.head-menu-toggler div.page-container > div.content-container > section#sections > a.head-menu-toggler |
div.page-container > div.content-container > nav#search > a.head-menu-toggler div.page-container > div.content-container > nav#search > a.head-menu-toggler |
div.page-container > div.content-container > nav#nav-login > a.head-menu-toggler div.page-container > div.content-container > nav#nav-login > a.head-menu-toggler |
div.content-container > nav#nav-login > div.head-menu > a.close div.content-container > nav#nav-login > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-register > a.head-menu-toggler div.page-container > div.content-container > nav#nav-register > a.head-menu-toggler |
div.content-container > nav#nav-register > div.head-menu > a.close div.content-container > nav#nav-register > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-recover > a.head-menu-toggler div.page-container > div.content-container > nav#nav-recover > a.head-menu-toggler |
div.content-container > nav#nav-recover > div.head-menu > a.close div.content-container > nav#nav-recover > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-recover-twitter > a.head-menu-toggler div.page-container > div.content-container > nav#nav-recover-twitter > a.head-menu-toggler |
div.content-container > nav#nav-recover-twitter > div.head-menu > a.close div.content-container > nav#nav-recover-twitter > div.head-menu > a.close |
div.page-container > div.content-container > nav#nav-recover-facebook > a.head-menu-toggler div.page-container > div.content-container > nav#nav-recover-facebook > a.head-menu-toggler |
div.content-container > nav#nav-recover-facebook > div.head-menu > a.close div.content-container > nav#nav-recover-facebook > div.head-menu > a.close |
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.
Best practices
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 Hierarchy61 headingsPASS
- H1 Xataka
- H2 ChatGPT ha activado los anuncios de pago por clic: es el camino que en su día destruyó la credibilidad del SEO
- H2 El "clean look" está arrasando entre las jóvenes de la generación Z. Y también las está dejando calvas
- H2 Una empresa increíblemente rentable y una deuda pendiente con la IA: la Apple que Tim Cook lega a John Ternus
- H2 En 1950, la NASA metió a 11 sordos en una centrifugadora durante 12 días. Gracias a ellos resolvieron los mareos espaciales
- H2 En España hemos glorificado la larga siesta. En los estudios científicos tienen otra opinión al respecto
- H2 Hoy llega a Netflix uno de los clásicos por excelencia del cine de los 70: siete Oscar avalan a 'El Golpe'
- H2 En Singapur, el lujo no es tener un Ferrari o un Lamborghini. El verdadero lujo es simplemente conducir
- H2 Ni hojas, ni ramas: los "árboles líquidos" de Belgrado son la fascinante solución biotecnológica para limpiar el aire de las ciudades
- H2 Magnet
- H3 EEUU ha observado lo sucedido en Ucrania e Irán y ha decidido algo: invertir 54.000 millones de dólares en drones
- H3 Corea del Sur tiene un nuevo caballo de Troya cultural: se llama "Acubi", lo visten las estrellas K-Pop y Zara ya toma nota
- H3 Ucrania ha recordado el arma utilizada con Stalin para convencer a EEUU: literalmente, convertir el Donbás en “Donnyland”
- H3 Las "batallas de sables láser" serán al fin parte de los Juegos Olímpicos. O al menos eso veremos nosotros por televisión
- H2 El iPhone puede hacer mucho más de lo que creemos. La clave está en los Atajos y así puedes empezar a aprovecharlos
- H2 Ryanair se ha dejado a sus pasajeros en tierra dos veces en una semana. El culpable tiene nombre y apellidos: EES
- H2 La huida de Telefónica de México revela una verdad más incómoda: el país no tiene alternativa real a Telcel
- H2 CATL quiere acabar de una vez por todas con la gran barrera del coche eléctrico: una batería que carga en seis minutos
- H2 Se jubilaron en 2022, se fueron de crucero, han dado dos vueltas al mundo y no piensan volver: “Sale más barato que una residencia”
- H2 Los 45ºC en abril son lo de menos: el verdadero problema de México es que se calienta tres veces más rápido que hace un siglo
- H2 Xataka Selección
- H3 ¿Leer o también escribir? La gran razón para elegir el Kobo frente al Kindle Colorsoft
- H3 Lo Huawei FreBuds Pro 5 bajan de precio: así puedes comprar rebajados estos auriculares con una gran cancelación de ruido
- H3 Precio mínimo histórico en el Google Pixel 10, y lo mejor es que no se trata de su configuración mínima de almacenamiento
- H3 1 TB de almacenamiento en la nube por 16 euros al año: esta alternativa europea a Google Drive tiene un 87 % de descuento
- H2 SpaceX lo ha reconocido: su sueño de colocar los centros de datos para IA en el espacio probablemente no es viable
- H2 Cuando un cable submarino se rompe en África, sólo hay una solución: llamar al único barco que lleva más de una década reparándolos
- H2 Las webs saben que usas VPN aunque no sepan quién eres: las técnicas que usan para detectarla y bloquearte
- H2 La industria tecnológica se está fundiendo miles de millones de dólares en GPUs para la IA. El 95% están inactivas
- H2 Xataka TV
- H3 Usa Claude mejor que el 90% de la gente
- H2 Europa no es consciente de lo que le espera con la crisis del queroseno: Lufthansa sí y ya ha tomado medidas
- H2 EEUU ha observado lo sucedido en Ucrania e Irán y ha decidido algo: invertir 54.000 millones de dólares en drones
- H2 1 TB de almacenamiento en la nube por 16 euros al año: esta alternativa europea a Google Drive tiene un 87 % de descuento
- H2 Corea del Sur tiene un nuevo caballo de Troya cultural: se llama "Acubi", lo visten las estrellas K-Pop y Zara ya toma nota
- H2 Energía
- H3 Tras las gasificadoras y las renovables, España tiene otro salvavidas energético para Europa: las refinerías de petróleo
- H3 Hace un año España se quedó completamente a oscuras: qué ha hecho desde entonces para evitar otro "Gran Apagón"
- H3 Si pudiéramos convertir el plástico en gasolina, la humanidad solucionaría dos problemas de un tiro. Y ya tenemos una técnica
- H3 China aparenta dominar el mercado mundial de las baterías para coches eléctricos. Tiene un talón de Aquiles evidente
- H2 El juego más intrigante de Steam consiste en instalar servidores y switches para construir algo: un centro de datos
- H2 Xbox rebaja Game Pass y recula con Call of Duty: la apuesta de "Todo a las suscripciones" no ha salido como Microsoft esperaba
- H2 Ucrania ha recordado el arma utilizada con Stalin para convencer a EEUU: literalmente, convertir el Donbás en “Donnyland”
- H2 China acaba de lograr algo que Yamaha y Honda llevan años intentando lograr sin éxito: una moto autónoma y autoequilibrada como las de Dragon Ball
- H2 Xataka Movilidad
- H3 En Singapur, el lujo no es tener un Ferrari o un Lamborghini. El verdadero lujo es simplemente conducir
- H3 Ryanair se ha dejado a sus pasajeros en tierra dos veces en una semana. El culpable tiene nombre y apellidos: EES
- H3 CATL quiere acabar de una vez por todas con la gran barrera del coche eléctrico: una batería que carga en seis minutos
- H3 Europa no es consciente de lo que le espera con la crisis del queroseno: Lufthansa sí y ya ha tomado medidas
- H2 Cómo deducirte los libros de texto y el material escolar en la Renta 2025, y en qué comunidades puedes hacerlo en tu declaración de 2026
- H2 Las "batallas de sables láser" serán al fin parte de los Juegos Olímpicos. O al menos eso veremos nosotros por televisión
- H2 xAI no tenía un agende de programación equiparable a Claude Code. Así que va a pagar 60.000 millones por Cursor
- H2 Tras las gasificadoras y las renovables, España tiene otro salvavidas energético para Europa: las refinerías de petróleo
- H2 Xataka Basics
- H3 Las webs saben que usas VPN aunque no sepan quién eres: las técnicas que usan para detectarla y bloquearte
- H3 Cómo deducirte los libros de texto y el material escolar en la Renta 2025, y en qué comunidades puedes hacerlo en tu declaración de 2026
- H3 Líridas 2026: dónde, cómo y cuándo disfrutar de la lluvia de estrellas de abril
- H3 Cómo medir la distancia entre dos puntos en Google Maps en PC y móvil
- H3 RECIBE "Xatakaletter", NUESTRA NEWSLETTER SEMANAL
- H3 Explora en nuestros medios
- H2 Buscar