Skip to content
https://ivoox.com

Accessibility

· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
59
GRADE
D
FIX
6
REVIEW
4
PASS
3
INFO
0
Checks
13
3 PASS 4 REVIEW 6 FIX
D
Landmark Structure
Action
7 landmarks
FIX
7 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
5 <nav> landmark(s) found
Warning::
5 of 5 <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 (missing!) CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Learn more

The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.

Source: WAI-ARIA / WCAG 2.4.1

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

F
Favicon & Branding
Action
2 icon(s) detected
FIX
2 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
No apple-touch-icon detected
iOS devices use this when users add your site to their home screen. Add <link rel='apple-touch-icon' sizes='180x180' href='/apple-touch-icon.png'>.
favicon.ico Present
PNG Icons Present
Apple Touch Missing
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Missing
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::
5 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 5 <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
Warning::
2 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text">; <input type="text">
2 controls
0 labeled
2 placeholder only
0 unlabeled
ControlTypeLabelMethod
inputtext(Search)placeholder only
inputtext(Search)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input type="text">; <input type="text">

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
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title La página a la que intentas acceder no existe - iVoox Custom Styling Navigation Homepage Link Search Form
C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 3 fail WCAG AA
REVIEW

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

17 pass 3 fail WCAG AA 3 pass AA only
title The leading podcast platform in Spanish …
3.34:1
#000000
on
#606060
needs 4.5:1 (normal text)
16px · top of page (header area) · over background image/gradient
a Es la Mañana de Federico
4.39:1
#000000
on
#6E746E
needs 4.5:1 (normal text)
16px · above the fold
a SER Historia
3.76:1
#000000
on
#5C6C5D
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 Online radio5.24:13.0:1
#000000
#7F7F7F
Pass
h2 History and Beliefs5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Editorial playlists5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Most searched5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Featured Topics5.24:13.0:1
#000000
#7F7F7F
Pass
h2 You can't miss5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Sport5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Science and culture5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Entertainment5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Present and society5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Music5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Wellness and Family5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Business and Technol…5.24:13.0:1
#000000
#7F7F7F
Pass
h2 Blog5.24:13.0:1
#000000
#7F7F7F
Pass
title The leading podcast …3.34:14.5:1
#000000
#606060
Fail
span Trending5.10:14.5:1
#000000
#7D7D7D
Pass
a La Base5.24:14.5:1
#000000
#7F7F7F
Pass
a Black Mango Podcast4.89:14.5:1
#000000
#7A7A7A
Pass
a Es la Mañana de Fed…4.39:14.5:1
#000000
#6E746E
Fail
a SER Historia3.76:14.5:1
#000000
#5C6C5D
Fail

Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.

B
Lighthouse Accessibility Audits
Score 89/100 — 3 failing, 27 passed
REVIEW
89

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.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
body.notranslate > div#__BVID__27___BV_modal_outer_ > div#__BVID__27

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.

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
Learn More → div.didomi-popup-view > div#buttons > button#didomi-notice-learn-more-button > span
Reject and subscribe div.didomi-popup-view > div#buttons > button#didomi-notice-disagree-button > span
Agree and close div.didomi-popup-view > div#buttons > button#didomi-notice-agree-button > span
La Base div#header-wrapper > div.bg-lightest > div.wrapper > a.text-gray
Black Mango Podcast div#header-wrapper > div.bg-lightest > div.wrapper > a.text-gray
Es la Mañana de Federico div#header-wrapper > div.bg-lightest > div.wrapper > a.text-gray
Download app for free div.container-xl > div.d-flex > div.flex-grow-1 > div.text-gray
Download app div.container-xl > div.d-flex > div.d-flex > a.btn
¡LO QUIERO! div.wrapper > div.container-xl > div.d-flex > a.btn
Download app div.wrapper > div > div > a.btn
Accelerate and monetize your podcast div.col > div.wrapper > div.left-side > div.banner-title
Publish or bring your podcast for free in one click and make a living on your p… div.col > div.wrapper > div.left-side > div.mb-2
Go to iVoox Podcasters div.wrapper > div.left-side > div > a.btn
Radios de España div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Radios de noticias div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Radios musicales div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Historia div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Misterio div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Fe y espiritualidad div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Historia de España div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Los mejores podcasts de historia div.wrapper > div > div.font-size-12 > a.text-gray
Historias de terror y miedo div.wrapper > div > div.font-size-12 > a.text-gray
Noticias de última hora div.wrapper > div > div.font-size-12 > a.text-gray
Los mejores podcasts de misterio div.wrapper > div > div.font-size-12 > a.text-gray
Meditaciones guiadas div.wrapper > div > div.font-size-12 > a.text-gray
Los mejores podcasts de humor div.wrapper > div > div.font-size-12 > a.text-gray
Tendencias en inteligencia artificial div.wrapper > div > div.font-size-12 > a.text-gray
Los mejores podcasts de psicología div.wrapper > div > div.font-size-12 > a.text-gray
Nadie sabe nada div.wrapper > div > div.font-size-12 > a.text-gray
Cuarto MIlenio div.wrapper > div > div.font-size-12 > a.text-gray
La Ruina div.wrapper > div > div.font-size-12 > a.text-gray
Crims div.wrapper > div > div.font-size-12 > a.text-gray
Espacio en Blanco div.wrapper > div > div.font-size-12 > a.text-gray
La Rosa de los vientos div.wrapper > div > div.font-size-12 > a.text-gray
El Partidazo de COPE div.wrapper > div > div.font-size-12 > a.text-gray
Horizonte div.wrapper > div > div.font-size-12 > a.text-gray
Misterio div.wrapper > div > div.font-size-12 > a.text-gray
Historia div.wrapper > div > div.font-size-12 > a.text-gray
Humor div.wrapper > div > div.font-size-12 > a.text-gray
Actualidad y noticias div.wrapper > div > div.font-size-12 > a.text-gray
Fútbol div.wrapper > div > div.font-size-12 > a.text-gray
Cine y series div.wrapper > div > div.font-size-12 > a.text-gray
Negocios y emprendimiento div.wrapper > div > div.font-size-12 > a.text-gray
Crímenes reales div.wrapper > div > div.font-size-12 > a.text-gray
Fútbol div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Ciclismo div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Motor div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Baloncesto div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Fútbol americano div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Ciencia div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Arte y literatura div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Idiomas div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Ficciones sonoras div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Humor div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Cine y series div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Videojuegos, rol y anime div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Política, economía y opinión div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Noticias y sucesos div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Mundo y sociedad div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Rock y metal div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Pop div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Indie div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Electrónica div.mb-1 > div.wrapper > div.d-flex > a.text-gray
BSO y clásica div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Salud y bienestar div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Mente y psicología div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Hijos y educación div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Empresa y negocios div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Desarrollo personal div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Tecnología div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Manual del Podcaster div.mb-1 > div.wrapper > div.d-flex > a.text-gray
Cómo publicar tu podcast en iVoox div.mb-1 > div.wrapper > div.d-flex > a.text-gray
View more div.mb-2 > div#accordion-943762788608 > div.p-2 > a
View more div.mb-2 > div#accordion-761064216523 > div.p-2 > a
View more div.mb-2 > div#accordion-401270839413 > div.p-2 > a
Download it for free! div.mb-2 > div#accordion-796613692487 > div.p-2 > a
Advertise div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
About us div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Help center div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Help Podcasters div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Blog div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Press div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
iVoox Awards div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
iVoox Premium div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
iVoox Plus div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Gift iVoox div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Create your free Podcast div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Publication plans div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Monetize your podcast div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Sponsorships for your podcast div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
iVoox Influencers div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
iVoox Creators div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Searched on Google div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Popular playlists div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
iVoox Magazine div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Ranking Podcast div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
iVoox Observatory div.pb-4 > div.font-size-16 > div.mb-3 > a.text-gray
Available on div.row > div.pb-4 > div.text-gray > div.mb-2
App Store div.text-gray > div.d-flex > a.btn > span
Google Play div.text-gray > div.d-flex > a.btn > span

These are opportunities to improve the legibility of your content.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Universo de Misterios div.items > div.item-container > div.item > a.text-gray
Momentos con Luis Rodríguez div.items > div.item-container > div.item > a.text-gray
La Escóbula de la Brújula div.items > div.item-container > div.item > a.text-gray
El Colegio Invisible div.items > div.item-container > div.item > a.text-gray
3+1 - Tu Podcast NBA div.items > div.item-container > div.item > a.text-gray
Tribuna Deportiva div.items > div.item-container > div.item > a.text-gray
Podcast de El Radio div.items > div.item-container > div.item > a.text-gray
Universo de Misterios div.items > div.item-container > div.item > a.text-gray
Coffee Break: Señal y Ruido div.items > div.item-container > div.item > a.text-gray
El Abrazo del Oso Podcast div.items > div.item-container > div.item > a.text-gray
Cowboys de Medianoche div.items > div.item-container > div.item > a.text-gray
Black Mango Podcast div.items > div.item-container > div.item > a.text-gray
En Libertad div.items > div.item-container > div.item > a.text-gray
El Descampao div.items > div.item-container > div.item > a.text-gray
Sofá sonoro div.items > div.item-container > div.item > a.text-gray
Cuadernos de Inlogika div.items > div.item-container > div.item > a.text-gray
PROFE CLAUDIO NIETO div.items > div.item-container > div.item > a.text-gray
Tengo un Plan div.items > div.item-container > div.item > a.text-gray
Value Investing FM div.items > div.item-container > div.item > a.text-gray

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>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[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
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 have a discernible name
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
`[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
All heading elements contain content.
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
`[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
No form fields have multiple labels
`<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
Links are distinguishable without relying on color.
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>`.
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+
Heading Hierarchy
15 headings
PASS
15 headings
Info::
Single H1 present
Warning::
1 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • H1 (empty)
  • H2 Online radio
  • H2 History and Beliefs
  • H2 Editorial playlists
  • H2 Most searched
  • H2 Featured Topics
  • H2 You can't miss
  • H2 Sport
  • H2 Science and culture
  • H2 Entertainment
  • H2 Present and society
  • H2 Music
  • H2 Wellness and Family
  • H2 Business and Technology
  • H2 Blog

Empty headings appear in the document outline but provide no information.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

A+
Alt Text Quality
All 102 images OK
PASS
All 102 images OK
Info::
1 decorative image(s) correctly marked
Info::
101 image(s) with good alt text
102 images 101 good alt text 1 decorative
All images have appropriate alt text.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback