Skip to content
https://lavanguardia.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
58
GRADE
D
FIX
5
REVIEW
5
PASS
3
INFO
0
Checks
13
3 PASS 5 REVIEW 5 FIX
F
404 Error Page
Action
HTTP 404, bare page
FIX
HTTP 404, bare page
Info::
Correct 404 status code returned
Got: HTTP 404
Warning::
Bare server default 404 page
The 404 page has no custom styling. Users hitting a broken link see a generic error with no way to navigate back. Add a custom 404 page with your site navigation and a search bar.
404 Page Quality Default 404 Page
Status Code HTTP 404 Custom Styling Navigation Homepage Link Search Form
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::
1 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 1 <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
Form Accessibility
2 of 2 controls have issues
REVIEW
2 of 2 controls have issues
Critical::
1 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="checkbox" id="check-menusidebar">
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text" name="q">
2 controls
0 labeled
1 placeholder only
1 unlabeled
ControlTypeLabelMethod
qtext(Qué estas buscando...)placeholder only
#check-menusidebarcheckbox(none)none

Form controls need a <label>, aria-label, or aria-labelledby for screen readers.

<input type="checkbox" id="check-menusidebar">

Why this matters

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="text" name="q">

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
Favicon & Branding
20 icon(s) detected
REVIEW
20 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, 2 fail WCAG AA
REVIEW

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

18 pass 2 fail WCAG AA
a Irán
1.27:1
#000000
on
#001C4C
needs 4.5:1 (normal text)
16px · top of page (header area)
a Fútbol hoy
1.27:1
#000000
on
#001C4C
needs 4.5:1 (normal text)
16px · top of page (header area)
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h3 panorama19.26:13.0:1
#000000
#F5F5F5
Pass
h3 Catalunya19.26:13.0:1
#000000
#F5F5F5
Pass
h3 Comunidad Valenciana19.26:13.0:1
#000000
#F5F5F5
Pass
h3 Madrid19.26:13.0:1
#000000
#F5F5F5
Pass
h3 te interesa19.26:13.0:1
#000000
#F5F5F5
Pass
h3 Clips19.26:13.0:1
#000000
#F5F5F5
Pass
h3 Punto empresarial19.26:13.0:1
#000000
#F5F5F5
Pass
h3 Exclusivo Suscriptor…19.26:13.0:1
#000000
#F5F5F5
Pass
h3 Y además19.26:13.0:1
#000000
#F5F5F5
Pass
h3 COMER19.26:13.0:1
#000000
#F5F5F5
Pass
h3 LA UNI19.26:13.0:1
#000000
#F5F5F5
Pass
h3 PARTICIPACIÓN19.26:13.0:1
#000000
#F5F5F5
Pass
title Últimas noticias, a…21.00:14.5:1
#000000
#FFFFFF
Pass
a Irán1.27:14.5:1
#000000
#001C4C
Fail
a Fútbol hoy1.27:14.5:1
#000000
#001C4C
Fail
a Programación TV14.97:14.5:1
#000000
#FFD700
Pass
a Horóscopo19.47:14.5:1
#000000
#F2F7FB
Pass
span Más18.40:14.5:1
#000000
#E9F1F8
Pass
a Comprobar lotería21.00:14.5:1
#000000
#FFFFFF
Pass
a Tiempo España21.00:14.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.

B
Lighthouse Accessibility Audits
Score 84/100 — 5 failing, 26 passed
REVIEW
84

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon
li.module-box > article.article-module > div.image-container > button.module-icon li.module-box > article.article-module > div.image-container > button.module-icon

Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.row > div.col-12 > div.hamburger-content > input#check-menusidebar div.row > div.col-12 > div.hamburger-content > input#check-menusidebar

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Directo div.live-swiper-container > ul.swiper-wrapper > li.nav-item > span.epigraph
Fútbol | Real Madrid y Alavés miden fuerzas en el Bernabéu ul.swiper-wrapper > li.nav-item > span > a.nav-link
JAVIER DE LA SOTILLA | WASHINGTON div.article-details > div.author-details > span.author > p
ANNA BUJ | BRUSELAS div.article-details > div.author-details > span.author > p
FERNANDO H. VALLS div.article-details > div.author-details > span.author > p
JAVIER GALLEGO div.article-details > div.author-details > span.author > p
MAITE GUTIÉRREZ div.article-details > div.author-details > span.author > p
DAVID DUSSTER div.article-details > div.author-details > span.author > p
IGNACIO OROVIO div.article-details > div.author-details > span.author > p
PAULA SOLANAS ALFARO div.article-details > div.author-details > span.author > p
G. ARAGONÉS | MOSCÚ div.article-details > div.author-details > span.author > p
Consorci de Biblioteques de Barcelona div.article-details > div.article-details-content > div.category > p
OFRECIDO POR AJUNTAMENT DE BARCELONA div.article-details > div.author-details > span.author > p
CRISTINA JOLONCH div.article-details > div.author-details > span.author > p
Hogar div.article-details > div.article-details-content > div.category > p
OFRECIDO POR MIELE div.article-details > div.author-details > span.author > p
FRANCESC PUIG div.article-details > div.author-details > span.author > p
DAVID RUIZ MARULL div.article-details > div.author-details > span.author > p
Trofeo Conde de Godó div.article-details > div.article-details-content > div.category > p
OFRECIDO POR LEXUS div.article-details > div.author-details > span.author > p
PALOMA ARENÓS div.article-details > div.author-details > span.author > p
DAVID GUERRERO div.article-details > div.author-details > span.author > p
IÑAKI PARDO TORREGROSA div.article-details > div.author-details > span.author > p
SALVADOR ENGUIX div.article-details > div.author-details > span.author > p
NEUS NAVARRO div.article-details > div.author-details > span.author > p
HÈCTOR SANJUÁN div.article-details > div.author-details > span.author > p
CONCHI LAFRAYA div.article-details > div.author-details > span.author > p
MARTÍ PAOLA div.article-details > div.author-details > span.author > p
FRANCESC PUIG div.article-details > div.author-details > span.author > p
XAVI JURIO div.article-details > div.author-details > span.author > p
CULTURA/S DE LA VANGUARDIA div.article-details > div.author-details > span.author > p
Con descuento div.article-details > div.article-details-content > div.category > p
MIRIAM AGUILAR div.article-details > div.author-details > span.author > p
TONI AIRA div.article-details > div.author-details > span.author > p
MIQUEL FERRER RUEDA div.article-details > div.author-details > span.author > p
RAFAEL RAMOS | LONDRES div.article-details > div.author-details > span.author > p
JOSEP MARIA BERMEJO MANCHÓ div.article-details > div.author-details > span.author > p
JUAN CARLOS MERINO div.article-details > div.author-details > span.author > p
JAVIER GALLEGO div.article-details > div.author-details > span.author > p
SILVIA HINOJOSA div.article-details > div.author-details > span.author > p
L.  MAYOR, C. GUINDAL div.article-details > div.author-details > span.author > p
L. B. GARCÍA, T. MUÑOZ div.article-details > div.author-details > span.author > p
JUEGA article.article-module > div.article-details > div.see-articles > a
PAULA SOLANAS ALFARO div.article-details > div.author-details > span.author > p
Sostenibilidad div.article-details > div.article-details-content > div.category > p
OFRECIDO POR ACCIONA div.article-details > div.author-details > span.author > p
PILAR BLÁZQUEZ div.article-details > div.author-details > span.author > p
Hogar en primavera div.article-details > div.article-details-content > div.category > p
PABLO SÁNCHEZ-MONTAÑÉS div.article-details > div.author-details > span.author > p
Apunta muy alto div.article-details > div.article-details-content > div.category > p
JAVI ROSAGRO div.article-details > div.author-details > span.author > p
Comparativas div.article-details > div.article-details-content > div.category > p
ORIOL RIBALTA div.article-details > div.author-details > span.author > p
Novedad belleza div.article-details > div.article-details-content > div.category > p
MAYKA J. DE ARANOA div.article-details > div.author-details > span.author > p
Factura de la luz div.article-details > div.article-details-content > div.category > p
JAVIER MARTÍNEZ div.article-details > div.author-details > span.author > p
CARLOS MÁRQUEZ DANIEL div.article-details > div.author-details > span.author > p
ROSA M. BOSCH div.article-details > div.author-details > span.author > p
ROSA MATAS div.article-details > div.author-details > span.author > p
SÍLVIA OLLER div.article-details > div.author-details > span.author > p
ÁLEX ARAGONÉS div.article-details > div.author-details > span.author > p
ANAÏS MARTÍ HERRERO div.article-details > div.author-details > span.author > p
EDURNE CONCEJO div.article-details > div.author-details > span.author > p
RAMON SUÑÉ div.article-details > div.author-details > span.author > p
ALBERTO MARTÍNEZ div.article-details > div.author-details > span.author > p
CARINA FARRERAS div.article-details > div.author-details > span.author > p
JAVIER RICOU div.article-details > div.author-details > span.author > p
JULIO HURTADO div.article-details > div.author-details > span.author > p
ASTRID MESEGUER div.article-details > div.author-details > span.author > p
ÀLEX TORT div.article-details > div.author-details > span.author > p
ISMAEL ARANA div.article-details > div.author-details > span.author > p
MAGÍ CAMPS div.article-details > div.author-details > span.author > p
Promoción div.article-details > div.article-details-content > div.category > p
OFRECIDO POR REPSOL div.article-details > div.author-details > span.author > p
Neumología div.article-details > div.article-details-content > div.category > p
OFRECIDO POR SANITAS div.article-details > div.author-details > span.author > p
En Clave Pyme div.article-details > div.article-details-content > div.category > p
OFRECIDO POR MOXE FOODS div.article-details > div.author-details > span.author > p
CRISTINA SIERRA div.article-details > div.author-details > span.author > p
CRISTINA SIERRA div.article-details > div.author-details > span.author > p
LIDIA BERNAUS div.article-details > div.author-details > span.author > p
ALBERTO PIERNAS div.article-details > div.author-details > span.author > p
ABEL CUARTERO ESCARTÍN div.article-details > div.author-details > span.author > p
ABEL CUARTERO ESCARTÍN div.article-details > div.author-details > span.author > p
ABEL CUARTERO ESCARTÍN div.article-details > div.author-details > span.author > p
LINA AGUASCA div.article-details > div.author-details > span.author > p
NARCÍS SERRAT div.article-details > div.author-details > span.author > p
JOSEP REGÍ I PUIG div.article-details > div.author-details > span.author > p
Regalo útil div.article-details > div.article-details-content > div.category > p
ANDRÉS MONCADA div.article-details > div.author-details > span.author > p
Galaxy Watch div.article-details > div.article-details-content > div.category > p
ANDRÉS MONCADA div.article-details > div.author-details > span.author > p
Tarifas Energía div.article-details > div.article-details-content > div.category > p
JAVIER MARTÍNEZ div.article-details > div.author-details > span.author > p
LÍDIA PENELO div.article-details > div.author-details > span.author > p
SERGI GARCIA ARENAS div.article-details > div.author-details > span.author > p
JOAQUÍN CALLABED div.article-details > div.author-details > span.author > p
INÉS ROMÁN div.article-details > div.author-details > span.author > p
Comparativas div.article-details > div.article-details-content > div.category > p
Comparativas div.article-details > div.article-details-content > div.category > p
Comparativas div.article-details > div.article-details-content > div.category > p
SUSCRÍBETE div.widget-footer > div.widget-footer-content > div.edicion-impresa-buttons > button.btn

These are opportunities to improve the legibility of your content.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Inmobiliario El Gobierno aprueba el Plan de Vivienda que incluye el blindaje d… section.container > ul.row > li.col-12 > ul.row
Debate de Investidura Guardiola defiende su pacto con Vox, pero evita citar la… main#main-container > div.home-boards > section.container > ul.row
Consecuencias de la guerra La patronal de los supermercados avisa de nuevas su… section.container > ul.row > li.col-12 > ul.row
Tribunales La Audiencia Nacional cita en persona al ex president Pujol para an… main#main-container > div.home-boards > section.container > ul.row
● Directo Mbappé adelanta al Real Madrid ante el Alavés en el Bernabéu (1-0) … main#main-container > div.home-boards > section.container > ul.row
Podcast 'Quédate a comer' Artur Martínez: “En el restaurante la gente lo que q… main#main-container > div.home-boards > section.container > ul.row
Alternativas no letales Suspendido el sacrificio de 80 hipopótamos descendient… main#main-container > div.home-boards > section.container > ul.row
Arqueología La población del norte de Francia colapsó y fue sustituida por gen… section.container > div.row > div.col-12 > ul.row
La Contra Ferran Ballard “Todo aprendizaje exige que pases por la humildad y … main#main-container > div.home-boards > section.container > ul.row
Opinión Mariano, sé fuerte ISABEL GARCIA PAGAN Claves del día ¿Quién cont… section.container > ul.row > li.col-12 > ul.row
Medios Xavi Bundó, mejor profesional de los premios Ràdio Associació de Catalu… main#main-container > div.home-boards > section.container > ul.row
Podcast 'Héroes y villanos' Rosario Murillo, la voz que se convirtió en régime… main#main-container > div.home-boards > section.container > ul.row
Herencias Testamento: dos cláusulas que hoy mismo deberías incluir para que tu… section.container > ul.row > li.col-12 > ul.row
Estados Unidos Florida anuncia una investigación contra ChatGPT por “aconsejar… section.container > ul.row > li.col-12 > ul.row
Plan Feijóo presenta su decálogo para infraestructuras con 300.000 millones en… section.container > ul.row > li.col-12 > ul.row
Sucesos Se entrega a los Mossos el autor del apuñalamiento mortal en Horta-Gui… section.container > ul.row > li.col-12 > ul.row
La decisión del técnico Flick renovará: “Quiero ganar la Champions y estrenar … section.container > ul.row > li.col-12 > ul.row
Informe técnico Sanidad afirma que la homeopatía es un placebo sin validez cur… section.container > ul.row > li.col-12 > ul.row
Carlos Cuevas “Si me tengo que ir, prefiero trabajar en el cine europeo que en… section.container > ul.row > li.col-12 > ul.row
Se sincera El error de belleza que Jennifer Aniston no volverá a cometer: “No … section.container > ul.row > li.col-12 > ul.row
No lo volvería a hacer Laura Escanes: “Mi preocupación cuando explotó todo lo … section.container > ul.row > li.col-12 > ul.row
Las Fotos de los Lectores 5 fenómenos meteorológicos en una misma foto Virgas… main#main-container > div.home-boards > section.container > ul.row
FotoFlash La simbología de la Porta de Sant Jordi NARCÍS SERRAT Reto visual … section.container > ul.row > li.col-12 > ul.row
Confía en las habas Recetas para obtener el aporte extra de fibra que buscas … li.col-12 > ul.article-module-secciones-container > li.module-box > ul
Coro UAB Cantar para reducir el estrés: así funciona el coro comunitario de l… li.col-12 > ul.article-module-secciones-container > li.module-box > ul
PARTICIPACIÓN El Debate de los Lectores Encuesta: ¿Es buena la comida en los … section#board-canales > ul.row > li.col-12 > ul.article-module-secciones-container
La Voz del Lector Cómo convivir con el lince ibérico Lectores Expertos San… li.col-12 > ul.article-module-secciones-container > li.module-box > ul
Comparativas Comparativa de los mejores suplementeos Omega 3 en 2026 Comparat… main#main-container > div.home-boards > section.container > ul.row

These are opportunities to improve the experience of reading tabular or list data using 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Rechazar y suscribirse div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-disagree-button
Aceptar y continuar div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-agree-button
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>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
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.
Links have a discernible name
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.
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
No form fields have multiple labels
Identical links have the same purpose.
`[accesskey]` values are unique
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
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
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
`<frame>` or `<iframe>` elements have a title
`<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.
`<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
Image elements do not have `[alt]` attributes that are redundant text.
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
Landmark Structure
37 landmarks
PASS
37 landmarks
Info::
<main> landmark present
Info::
1 <nav> landmark(s) found
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

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

A+
Heading Hierarchy
174 headings
PASS
174 headings
Info::
Single H1 present
  • H1 La Vanguardia
  • H2 Trump amplía el alto el fuego con Irán a petición de Pakistán
  • H2 La UE descarta la petición de España de suspender el acuerdo de asociación con Israel
  • H2 El Gobierno aprueba el Plan de Vivienda que incluye el blindaje de por vida del parque público
  • H3 El plan prevé que el 60% de la inversión proceda del Gobierno y el 40% de las autonomías
  • H2 Guardiola defiende su pacto con Vox, pero evita citar la “prioridad nacional”
  • H2 La patronal de los supermercados avisa de nuevas subidas de precio en la cesta de la compra
  • H2 El mapa chino es vertical
  • H2 Cuba reconoce haberse reunido con una delegación de Estados Unidos en La Habana
  • H2 Última hora
  • H2 La Audiencia Nacional cita en persona al ex president Pujol para analizar si puede declarar
  • H2 Los SMS clave contra Fernández Díaz se esfuman
  • H2 El ex consejero delegado de Air Europa niega que Begoña Gómez interviniera en el rescate
  • H2 Mbappé adelanta al Real Madrid ante el Alavés en el Bernabéu (1-0)
  • H2 Dan Jørgensen: “Nos tenemos que preparar para un verano bastante duro”
  • H2 La bloguera que le dice a Putin que “le mienten”
  • H2 El éxito silencioso de las bibliotecas municipales
  • H3 panorama
  • H2 Artur Martínez: “En el restaurante la gente lo que quiere es disfrutar y no tanta parafernalia”
  • H2 Suspendido el sacrificio de 80 hipopótamos descendientes de los de Pablo Escobar
  • H2 Así han sido las actuaciones de los aspirantes a Eurovisión 2026
  • H2 El trencadís de Miele revive el genio de Gaudí en Barcelona
  • H2 La Fiscalía pide 9 años de prisión para el futbolista Álvaro Aguado por agresión sexual
  • H2 Netflix, HBO, Disney+, Amazon Prime Video... las suscripciones se encarecen sin freno
  • H2 La población del norte de Francia colapsó y fue sustituida por gente de la península Ibérica
  • H2 Un loro kea con discapacidad se convierte en el macho alfa gracias a una técnica de lucha inédita
  • H2 Julen Guerrero, tras la muerte de su esposa: “Gracias por estar y por tanto cariño”
  • H2 ‘Pescaíto’ y lluvia de famosos en el inicio de la Feria de Abril
  • H2 ¿Por qué este ha sido el coche protagonista del torneo?
  • H3 Catalunya
  • H2 Aplazado el desahucio del piso de La Llagosta que adquirió un concejal
  • H2 La Generalitat pide el indulto de la terminal de autobuses de Sants
  • H2 Los catalanistas tocados por los tentáculos de la CIA
  • H3 Comunidad Valenciana
  • H2 ¿Está València mejor?
  • H2 Boira reivindica el Corredor Mediterráneo como infraestructura clave de uso civil y militar
  • H2 València contratará personal para aligerar las colas por la regularización
  • H2 Los protocolos de aviso a  la presa de Buseo no estaban implantados
  • H3 Madrid
  • H2 Ayuso reconoce que pagó a la sanidad privada un 42% más en el 2024
  • H2 Madrid hará un estudio arqueológico de las vías de tranvía halladas en la Puerta de Alcalá
  • H2 Chinches y una tubería reventada en el baño del juzgado de guardia de Plaza Castilla
  • H3 te interesa
  • H2 “Todo aprendizaje exige que pases por la humildad y la frustración”
  • H2 Mariano, sé fuerte
  • H2 ¿Quién controla el estrecho de Ormuz?
  • H2 Xavi Bundó, mejor profesional de los premios Ràdio Associació de Catalunya
  • H2 Caballos islandeses, conflictos, flores y más imágenes de la jornada
  • H2 Los libros recomendados por Cultura/s para regalar este Sant Jordi 2026
  • H2 Viaja al Mundial 2026: cómo ver a España, qué ciudades elegir y cuánto puede costarte
  • H2 Rosario Murillo, la voz que se convirtió en régimen
  • H2 Testamento: dos cláusulas que hoy mismo deberías incluir para que tus hijos no acaben en el juzgado
  • H2 WhatsApp Plus llega a Europa: estas son las funciones y el precio de la nueva opción de pago
  • H3 OPINIÓN
  • H2 El prorruso Rádev arrasa en Bulgaria
  • H2 Cómo acabar la guerra
  • H2 El superhéroe progre
  • H2 ¡Basta!
  • H2 Infierno fiscal
  • H2 EmpatÍA
  • H2 Con el racismo en la boca
  • H2 Izquierda correcta e incorrecta
  • H2 El francés está demodé
  • H2 Dafoe visita a Picasso
  • H3 Clips
  • H3 internacional
  • H2 Vuelven a burlar la seguridad del 'Charles de Gaulle' tras introducir un chip en un barco escolta
  • H2 Florida anuncia una investigación contra ChatGPT por “aconsejar” a un tirador
  • H2 El funcionario que aprobó el nombramiento de Mandelson dice que se sintió presionado
  • H2 Un mundo de depredadores: EE.UU., Rusia e Israel
  • H2 Un mes de detención para dos soldados israelíes que destrozaron un Cristo en el Líbano
  • H3 POLÍTICA
  • H2 El Gobierno acusa a ayuntamientos del PP de “boicotear” la regularización de inmigrantes
  • H3 El Govern incrementará el acceso al aprendizaje del catalán ante la regularización de migrantes
  • H2 Feijóo presenta su decálogo para infraestructuras con 300.000 millones en gasto
  • H2 Armengol anuncia sanciones más graves al diputado de Vox expulsado, si reincide
  • H2 La exsecretaria de Ábalos declara que Jéssica fue a trece viajes oficiales y que los pagó Koldo
  • H2 Investigado el jefe de gabinete de Illa por malversación cuando era alcalde de Esparreguera
  • H3 Entrenamentes
  • H2 La Palabra
  • H3 Economía
  • H2 Amazon invertirá hasta 25.000 millones más en la IA de Anthropic
  • H3 El vídeo del Profesor Foncillas | Jóvenes que despiden a los jefes con la revolución de la IA
  • H2 Nestlé anuncia un ERE para 301 trabajadores en España, más de un 7% de la plantilla
  • H2 La ventaja competitiva que aprovechan las empresas
  • H2 Enagás compra el 31,5% del operador francés Teréga y vende el 40% de Enagás Renovable
  • H2 BlaBlaCar cierra su negocio de buses por las pérdidas
  • H3 El Comprador
  • H2 Renueva tu dormitorio: 5 sábanas elegantes, cómodas y ligeras de Montse Interiors
  • H2 El nuevo OnePlus Nord 6 llega rebajado desde su lanzamiento
  • H2 Comparativa mejores cafés en grano (2026): guía completa
  • H2 He probado el nuevo secador GHD Speed y te lo cuento todo
  • H2 Niba, Naturgy y más compañías de luz para huir de la crisis (abril)
  • H3 ciudades
  • H2 Junts acusa al PSC de encargar una encuesta electoral “ilegal y con dinero público”
  • H2 Se entrega a los Mossos el autor del apuñalamiento mortal en Horta-Guinardó
  • H2 Menos asistencialismo y más control del impacto de los proyectos sociales
  • H2 Lleida prohibirá el burka en la vía pública y espacios municipales
  • H2 El SEM despliega el nuevo modelo de transporte sanitario en Girona
  • H3 DEPORTES
  • H2 Messi, más que un ídolo para Lamine Yamal: “Ojalá pueda seguir su camino”
  • H2 Las decisiones del Barça
  • H2 Flick renovará: “Quiero ganar la Champions y estrenar el nuevo Camp Nou”
  • H2 Aitana Bonmatí a punto de regresar: “Me siento como si fuese mi primer día de colegio”
  • H2 Can Dragó nunca será San Siro
  • H2 “Lo más devastador es poner en algo tu corazón y que no salga”
  • H3 SOCIEDAD
  • H2 El Govern aprueba la subida de sueldo de los profesores y el complemento por salidas
  • H2 Sanidad afirma que la homeopatía es un placebo sin validez curativa
  • H2 La Guardia Civil envía a la juez el primer informe del registro del zulo del caso Esther López
  • H2 Detenidos los capos de una red de explotación sexual que tenía a 70 futbolistas como clientes
  • H2 El lince ibérico blanco de Jaén recupera su color natural y los expertos estudian el fenómeno
  • H3 Cultura
  • H2 Sonsoles Ónega: “Tras el blablablá del Planeta quería demostrar que mi vocación iba en serio”
  • H3 Enrique Vila-Matas y Mireia Giró Costa: el veterano y la novata en Sant Jordi
  • H3 Sant Jordi en Barcelona: el mapa con paradas, puertas abiertas, conciertos...
  • H3 La Aemet prevé un Sant Jordi soleado y con temperaturas de hasta 22º en Barcelona
  • H2 “Si me tengo que ir, prefiero trabajar en el cine europeo que en el americano”
  • H2 ‘Asesinato en el molino del cura’: una novela injusta con los personajes
  • H2 El TSJA inadmite la querella contra la jueza del caso Sijena
  • H2 La Sagrada Família se suma a los escenarios del Festival Grec
  • H3 Punto empresarial
  • H2 Cómo conseguir 40 céntimos de descuento por litro en tu próximo repostaje
  • H2 Enfoque multidisciplinar y tecnología frente al cáncer de pulmón
  • H2 La empresa que transforma el cacao colombiano en impacto social
  • H3 MAGAZINE
  • H2 Un vestido para cada historia de amor: Barcelona dicta las tendencias de la moda nupcial
  • H2 El error de belleza que Jennifer Aniston no volverá a cometer: “No era responsable”
  • H2 Los espectaculares estilismos de la premiere de ‘El diablo viste de Prada 2’
  • H2 ¿A qué saben ‘La odisea’ o ‘Cien años de soledad’? La primera biblioteca helada del mundo
  • H2 'Lore-chasing': la tendencia de viajes que busca el relato local (y oculto) de los destinos
  • H3 POP
  • H2 Carlos III sobre Isabel II: “Muchos aspectos de los tiempos que vivimos le habrían preocupado”
  • H2 Laura Escanes: “Mi preocupación cuando explotó todo lo de Risto fue perderme a mí”
  • H2 Muere Paco Aguilar, icónico humorista de 'No te rías que es peor'
  • H2 La dura decisión de Dani Fernández tras ser operado por su grave caída en Valencia
  • H2 Las claves del entramado empresarial de Paz Vega y Orson Salazar
  • H3 PARTICIPACIÓN
  • H2 5 fenómenos meteorológicos en una misma foto
  • H2 La simbología de la Porta de Sant Jordi
  • H2 ¿Eres capaz de ver el conejo en menos de 30 segundos?
  • H3 Podcasts
  • H2 Podcast.El póker de la vileza
  • H2 Podcast.¿Dónde invertir hoy tu dinero? “Comprar un índice como el S&P 500 no es diversificar”
  • H2 Podcast.Javier Olleros: “Señalamos al que deja su tierra con dolor y con miedo”
  • H3 te Recomendamos
  • H2 Si quieres acertar con un regalo que no falle, esta tablet es ideal
  • H2 Este smartwatch de Samsung se está colando entre los 'runners'
  • H2 Cuatro ofertas de luz baratas para pagar menos en la crisis energética
  • H3 Exclusivo Suscriptores
  • H2 ¡Descúbrelos aquí!
  • H2 Disfruta de una experiencia inolvidable
  • H2 Experiencia exclusiva en el Palauet
  • H2 Gana una estancia con desayuno incluido
  • H3 Y además
  • H3 COMER
  • H2 La nueva presidenta de los sumilleres catalanes quiere una asociación “más útil e influyente”
  • H2 Recetas para obtener el aporte extra de fibra que buscas
  • H2 Lasarte festeja sus veinte años con una cita cargada de complicidad y excelencia
  • H2 Así están avanzando los estudios para lograr cultivos seguros en la Luna
  • H3 LA UNI
  • H2 La UAB impulsa ‘serious games’ para mejorar la salud mental del alumnado
  • H2 Cantar para reducir el estrés: así funciona el coro comunitario de la UAB
  • H2 IA y drones para seleccionar el trigo más resiliente
  • H2 Calidad frente a cantidad de la grasa en la dieta, clave en la diabetes tipo 2
  • H3 PARTICIPACIÓN
  • H2 Encuesta: ¿Es buena la comida en los colegios?
  • H2 Cómo convivir con el lince ibérico
  • H2 Santiago Ramón y Cajal en la Guerra de Cuba
  • H2 Nuestra relación con la poesía
  • H3 comparativas
  • H2 Comparativa de los mejores suplementeos Omega 3 en 2026
  • H2 Comparativa de las mejores freidoras de aire de 2026
  • H2 Comparativa de las mejores máquinas de palomitas 2026
A
Alt Text Quality
1 of 130 images have issues
PASS
1 of 130 images have issues
Warning::
1 image(s) with filename as alt text
Info::
5 image(s) with alt text over 125 characters
Info::
124 image(s) with good alt text
130 images 124 good alt text 1 generic
IssueCount
filename1 image(s)
too long5 image(s)
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback