Skip to content
https://xataka.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
59
GRADE
D
FIX
5
REVIEW
7
PASS
1
INFO
0
Checks
13
1 PASS 7 REVIEW 5 FIX
D
Alt Text Quality
Action
16 of 81 images have issues
FIX
16 of 81 images have issues
Critical::
16 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Info::
15 image(s) with alt text over 125 characters
Info::
50 image(s) with good alt text
81 images 50 good alt text 16 missing
IssueCount
missing16 image(s)
too long15 image(s)

Images without alt text are invisible to screen readers.

Why this matters

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

D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
23 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 23 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Landmark Structure
91 landmarks
REVIEW
91 landmarks
Info::
<main> landmark present
Info::
23 <nav> landmark(s) found
Warning::
23 of 23 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN ASIDE CONTENTINFO footer

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

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.

Why this matters

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

B
Form Accessibility
6 of 17 controls have issues
REVIEW
6 of 17 controls have issues
Warning::
6 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <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">
Info::
11 control(s) properly labeled
17 controls
11 labeled
6 placeholder only
0 unlabeled
ControlTypeLabelMethod
#wsl_ud_emailtextCorreo electrónico:none
#wsl_ud_passpasswordContraseña:none
#wsl_emailtextCorreo electrónico:none
#wsl_passwordpasswordContraseña:none
#wsl_confirm_passwordpasswordRepite la contraseña:none
#wsl_usernametextNombre de usuario: www.xataka.com#usuario/none
#wsl_condition_agreecheckboxnone
#recover-emailemailCorreo electrónico:none
#recover-email-twemailCorreo electrónico asociado a tu cuenta de Twitter:none
#recover-email-usernameemailNombre de usuario de Xataka:none
#recover-email-fbemailCorreo electrónico asociado a tu cuenta de Facebook:none
#search-field-2text(Buscar en Xataka...)placeholder only
inputemail(Tu correo electrónico)placeholder only
inputemail(Tu correo electrónico)placeholder only
#search-field-3text(Buscar en Xataka...)placeholder only
#search-field-1text(Buscar en Xataka...)placeholder only
inputemail(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">

Why this matters

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

B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title No se ha encontrado la página Custom Styling Navigation Homepage Link Search Form
B
Favicon & Branding
7 icon(s) detected
REVIEW
7 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 15 fail WCAG AA
REVIEW

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

5 pass 15 fail WCAG AA 2 pass AA only
h2 Buscar
1.16:1
#000000
on
#151617
needs 3.0:1 (large text)
24px · bottom of viewport
h3 Usa Claude mejor que el 90% de la gente
1.16:1
#000000
on
#151617
needs 3.0:1 (large text)
19px · bottom of viewport
h3 RECIBE "Xatakaletter", NUESTRA NEWSLETTE…
1.16:1
#000000
on
#151617
needs 3.0:1 (large text)
19px · bottom of viewport
h3 Explora en nuestros medios
1.16:1
#000000
on
#151617
needs 3.0:1 (large text)
19px · bottom of viewport
title Xataka - Tecnología y gadgets, móviles…
1.11:1
#000000
on
#111111
needs 4.5:1 (normal text)
16px · top of page (header area)
abbr Webedia
1.41:1
#000000
on
#1F2832
needs 4.5:1 (normal text)
16px · top of page (header area)
a Xataka
1.27:1
#000000
on
#181F28
needs 4.5:1 (normal text)
16px · top of page (header area)
a Menú
1.25:1
#000000
on
#171E26
needs 4.5:1 (normal text)
16px · top of page (header area)
a Nuevo
1.24:1
#000000
on
#161D25
needs 4.5:1 (normal text)
16px · above the fold
strong Suscríbete a
1.31:1
#000000
on
#1A222B
needs 3.0:1 (large text)
16px · above the fold
a ANÁLISIS
1.45:1
#000000
on
#212A34
needs 4.5:1 (normal text)
16px · above the fold
a XATAKA SELECCIÓN
1.74:1
#000000
on
#2F3741
needs 4.5:1 (normal text)
16px · above the fold · over background image/gradient
a CIENCIA
2.37:1
#000000
on
#434B54
needs 4.5:1 (normal text)
16px · above the fold
a MOVILIDAD
2.37:1
#000000
on
#434B54
needs 4.5:1 (normal text)
16px · above the fold
a MAGNET
2.37:1
#000000
on
#434B54
needs 4.5:1 (normal text)
16px · above the fold

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)
ElementRatioRequiredFGBGResult
h2 Buscar1.16:13.0:1
#000000
#151617
Fail
h3 Usa Claude mejor que…1.16:13.0:1
#000000
#151617
Fail
h3 RECIBE "Xatakaletter…1.16:13.0:1
#000000
#151617
Fail
h3 Explora en nuestros …1.16:13.0:1
#000000
#151617
Fail
title Xataka - Tecnología…1.11:14.5:1
#000000
#111111
Fail
abbr Webedia1.41:14.5:1
#000000
#1F2832
Fail
a Xataka1.27:14.5:1
#000000
#181F28
Fail
a Menú1.25:14.5:1
#000000
#171E26
Fail
a Nuevo1.24:14.5:1
#000000
#161D25
Fail
strong Suscríbete a1.31:13.0:1
#000000
#1A222B
Fail
a ANÁLISIS1.45:14.5:1
#000000
#212A34
Fail
a XATAKA SELECCIÓN1.74:14.5:1
#000000
#2F3741
Fail
a CIENCIA2.37:14.5:1
#000000
#434B54
Fail
a MOVILIDAD2.37:14.5:1
#000000
#434B54
Fail
a MAGNET2.37:14.5:1
#000000
#434B54
Fail
a NEWSLETTER5.89:14.5:1
#000000
#868888
Pass
a WhatsApp8.93:14.5:1
#000000
#A9A9A8
Pass
a Tiktok8.50:14.5:1
#000000
#A6A59F
Pass
a Telegram7.20:14.5:1
#000000
#999793
Pass
a Instagram6.08:14.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.

B
Lighthouse Accessibility Audits
Score 87/100 — 4 failing, 22 passed
REVIEW
87

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Deprecated ARIA roles were not used
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A+
Heading Hierarchy
61 headings
PASS
61 headings
Info::
Single H1 present
  • 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
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback