Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.D404 Error PageActionHTTP 404, custom pageFIX
FFavicon & BrandingAction1 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
BLandmark Structure4 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy27 headingsREVIEW
- H6 Amilasa en sangre
- H6 Análisis Fisicoquímico de Agua
- H6 Modificación de calificaciones "Gestión Inmediata anterior". (Se aplica cuando ya concluyo una gestión anterior a la actual)
- H6 Legalización de Resolución Ministerial Instituto Privado
- H6 Anticrético De Vivienda Recién Egresados 2024 (PAV-RE) Formulario De Solicitud De Préstamo Y Requisitos.
- H6 Certificacion a Personas Hablantes
- H6 Comercio Exterior
- H6 Educación
- H6 Empresas
- H6 Identificación
- H6 Impuestos
- H6 Justicia
- H6 Compra de vivienda
- H6 Cuidado de salud
- H6 Empleo
- H6 Herencia
- H6 Jubilación
- H6 Maternidad / paternidad
- H6 Academia Nacional de Ciencias
- H6 Administración Autónoma para Obras Sanitarias - Potosí
- H6 Administración de Servicios Portuarios - Bolivia
- H6 Administradora Boliviana de Carreteras
- H6 Administradora De Terminal Terrestre Santa Cruz
- H6 Aduana Nacional
- H6 Observatorio Plurinacional de la Calidad Educativa
- H5 Estadísticas Generales
- H6 2025 Ministerio de la Presidencia - Estado Plurinacional de Bolivia
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
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.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title Portal Gob.bo | 20.65:1 | 4.5:1 | #000000 | #FDFDFD | Pass |
| p Trámites y Servicio… | 20.65:1 | 4.5:1 | #000000 | #FDFDFD | Pass |
| p Entidades | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Observatorios | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Datos Abiertos | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span light_mode | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Bienvenido al portal… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p La forma más fácil… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span search | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Trámites más busca… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Ver todos | 3.38:1 | 4.5:1 | #000000 | #5C6359 | Fail |
| span chevron_right | 3.38:1 | 4.5:1 | #000000 | #5C6359 | Fail |
| p INLASA | 3.38:1 | 4.5:1 | #000000 | #5C6359 | Fail |
| p INLASA | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p DDE-BEN | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p MIN-EDU | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p COSSMIL | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p IPELC | 21.00:1 | 4.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.
AAlt Text Quality13 of 30 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 13 image(s) |
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #box-search | search | (¿Qué trámite, servicio o entidad estás buscando?) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="search" id="box-search">
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
ALink & Button Quality36 links, 9 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://datos.gob.bo | Datos Abiertos | new tab | Add '(opens in new tab)' to text |
| https://www.opce.gob.bo/web/ | Observatorio Plurinacional de … | new tab | Add '(opens in new tab)' to text |
| https://agetic.gob.bo/tramites-y-servici… | DS. 5340 | new tab | Add '(opens in new tab)' to text |
| https://agetic.gob.bo/tramites-y-servici… | Resolución Ministerial No. 06… | new tab | Add '(opens in new tab)' to text |
| https://datos.gob.bo/ | Datos Abiertos | new tab | Add '(opens in new tab)' to text |
| https://agetic.gob.bo/ | AGETIC | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://datos.gob.bo; https://www.opce.gob.bo/web/; https://agetic.gob.bo/tramites-y-servicios/herramientas-y-servicios-digitales…; https://agetic.gob.bo/tramites-y-servicios/herramientas-y-servicios-digitales…; https://datos.gob.bo/; https://agetic.gob.bo/
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
ALighthouse Accessibility AuditsScore 94/100 — 1 failing, 23 passedPASS
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
keyboard_arrow_up body > div.MuiBox-root > div.MuiBox-root > button#scrollToTop |
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.