Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction7 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
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.
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
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 2 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (Search) | placeholder only |
| input | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">; <input type="text">
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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 Online radio | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 History and Beliefs | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Editorial playlists | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Most searched | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Featured Topics | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 You can't miss | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Sport | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Science and culture | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Entertainment | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Present and society | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Music | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Wellness and Family | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Business and Technol… | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| h2 Blog | 5.24:1 | 3.0:1 | #000000 | #7F7F7F | Pass |
| title The leading podcast … | 3.34:1 | 4.5:1 | #000000 | #606060 | Fail |
| span Trending | 5.10:1 | 4.5:1 | #000000 | #7D7D7D | Pass |
| a La Base | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| a Black Mango Podcast | 4.89:1 | 4.5:1 | #000000 | #7A7A7A | Pass |
| a Es la Mañana de Fed… | 4.39:1 | 4.5:1 | #000000 | #6E746E | Fail |
| a SER Historia | 3.76:1 | 4.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.
BLighthouse Accessibility AuditsScore 89/100 — 3 failing, 27 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
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.
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.
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.
A+Heading Hierarchy15 headingsPASS
- 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.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
A+Alt Text QualityAll 102 images OKPASS
ALink & Button Quality486 links, 15 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://go.ivoox.com/app?utm_source=ivoo… | Download app | new tab | Add '(opens in new tab)' to text |
| https://go.ivoox.com/app?utm_source=ivoo… | Download app | new tab | Add '(opens in new tab)' to text |
| https://go.ivoox.com/app?utm_source=bann… | Google play store | new tab | Add '(opens in new tab)' to text |
| https://go.ivoox.com/app?utm_source=bann… | Apple App Store | new tab | Add '(opens in new tab)' to text |
| https://podcasters.ivoox.com | Go to iVoox Podcasters | new tab | Add '(opens in new tab)' to text |
| https://www.ivoox.com/blog/como-publicar… | View more | new tab | Add '(opens in new tab)' to text |
| https://www.ivoox.com/blog/nueva-autopub… | View more | new tab | Add '(opens in new tab)' to text |
| https://www.ivoox.com/blog/los-podcasts-… | View more | new tab | Add '(opens in new tab)' to text |
| https://www.ivoox.com/_ik_descarga-app_1… | Download it for free! | new tab | Add '(opens in new tab)' to text |
| https://ivoox.zendesk.com/hc/es-es | Help center | new tab | Add '(opens in new tab)' to text |
| https://ivooxpodcasters.zendesk.com/hc/e… | Help Podcasters | new tab | Add '(opens in new tab)' to text |
| https://www.ivoox.com/blog/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://premios.ivoox.com/ | iVoox Awards | new tab | Add '(opens in new tab)' to text |
| https://www.ivoox.com/en/regala-ivoox?at… | Gift iVoox | new tab | Add '(opens in new tab)' to text |
| https://podcasters.ivoox.com/#/ | Create your free Podcast | new tab | Add '(opens in new tab)' to text |
| https://podcasters.ivoox.com/#/plans | Publication plans | new tab | Add '(opens in new tab)' to text |
| https://advoices.com/podcasters | Sponsorships for your podcast | new tab | Add '(opens in new tab)' to text |
| https://www.ivoox.com/creators | iVoox Creators | new tab | Add '(opens in new tab)' to text |
| https://itunes.apple.com/app/apple-store… | App Store | new tab | Add '(opens in new tab)' to text |
| https://play.google.com/store/apps/detai… | Google Play | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/ivoox | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/ivoox/ | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/ivooxcom/ | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@ivooxcom | Tiktok | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/ivooxaudiok… | YouTube | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://go.ivoox.com/app?utm_source=ivoox_com&utm_medium=header_button&utm_ca…; https://go.ivoox.com/app?utm_source=ivoox_com&utm_medium=banner_top&utm_campa…; https://go.ivoox.com/app?utm_source=banner_principal&utm_medium=web&utm_campa…; https://go.ivoox.com/app?utm_source=banner_principal&utm_medium=web&utm_campa…; https://podcasters.ivoox.com; https://www.ivoox.com/blog/como-publicar-tu-podcast-en-ivoox/; https://www.ivoox.com/blog/nueva-autopublicacion-de-ivoox/; https://www.ivoox.com/blog/los-podcasts-mas-escuchados-en-espana/; https://www.ivoox.com/_ik_descarga-app_1.html; https://ivoox.zendesk.com/hc/es-es (+15 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP