Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction21 headings, 5 skip(s)FIX
- H1 El Valor de mi Sitio Web
- H4 Calcule rápidamente el valor estimado de su sitio web y cree informes de SEO en PDF. skipped
- H1 El Valor de mi Sitio Web duplicate H1
- H4 Calcule rápidamente el valor estimado de su sitio web y cree informes de SEO en PDF. skipped
- H1 El Valor de mi Sitio Web duplicate H1
- H4 Calcule rápidamente el valor estimado de su sitio web y cree informes de SEO en PDF. skipped
- H4 (empty)
- H2 Sitios Populares
- H4 Google.com skipped
- H4 Facebook.com
- H4 Youtube.com
- H4 (empty)
- H2 Sitios Recientes
- H4 Engage.it skipped
- H4 Aiseomate.com
- H4 Bancaditalia.it
- H4 Ilquotidianodellazio.it
- H4 Zazoom.it
- H4 Findkey-movie.com
- H4 Ingresar
- H4 Registrarse
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
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
FLink & Button QualityAction5 issue(s) across 55 links and 9 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| http://google.com | Visitar | new tab | Add '(opens in new tab)' to text |
| http://facebook.com | Visitar | new tab | Add '(opens in new tab)' to text |
| http://youtube.com | Visitar | new tab | Add '(opens in new tab)' to text |
| http://engage.it | Visitar | new tab | Add '(opens in new tab)' to text |
| http://aiseomate.com | Visitar | new tab | Add '(opens in new tab)' to text |
| http://bancaditalia.it | Visitar | new tab | Add '(opens in new tab)' to text |
| http://ilquotidianodellazio.it | Visitar | new tab | Add '(opens in new tab)' to text |
| http://zazoom.it | Visitar | new tab | Add '(opens in new tab)' to text |
| http://findkey-movie.com | Visitar | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/alexynior | (empty) | empty | Add link text or aria-label |
| https://x.com/alexynior15 | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/@AlexisJunior | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.facebook.com/alexynior; https://x.com/alexynior15; https://www.youtube.com/@AlexisJunior
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
http://google.com; http://facebook.com; http://youtube.com; http://engage.it; http://aiseomate.com; http://bancaditalia.it; http://ilquotidianodellazio.it; http://zazoom.it; http://findkey-movie.com
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.btn (#105 on page); button.btn (#131 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
DMobile Keyboard & AutofillAction5/5 eligible field(s) missing autocomplete or inputmodeFIX
FDocument LanguageActionMissing <html lang> attribute (WCAG 3.1.1)FIX
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 63/100 — 7 failing, 12 passedFIX
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 |
|---|
div.row > div.input-group > div.input-group-btn > button.btn div.row > div.input-group > div.input-group-btn > button.btn |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
center > div > div > img.imageres center > div > div > img.imageres |
div.container > center > div > img.imageres div.container > center > div > img.imageres |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.none > a.ultm div.container > div.row > div.none > a.ultm |
div.container > div.row > div.none > a.ultm div.container > div.row > div.none > a.ultm |
div.container > div.row > div.none > a.ultm div.container > div.row > div.none > a.ultm |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Visitar div.thumbnail > div.caption > p > a.btn |
Ver Detalles div.thumbnail > div.caption > p > a.btn |
Visitar div.thumbnail > div.caption > p > a.btn |
Ver Detalles div.thumbnail > div.caption > p > a.btn |
Visitar div.thumbnail > div.caption > p > a.btn |
Ver Detalles div.thumbnail > div.caption > p > a.btn |
Visitar div.thumbnail > div.caption > p > a.btn |
Ver Detalles div.thumbnail > div.caption > p > a.btn |
Visitar div.thumbnail > div.caption > p > a.btn |
Ver Detalles div.thumbnail > div.caption > p > a.btn |
Visitar div.thumbnail > div.caption > p > a.btn |
Ver Detalles div.thumbnail > div.caption > p > a.btn |
Visitar div.thumbnail > div.caption > p > a.btn |
Ver Detalles div.thumbnail > div.caption > p > a.btn |
Visitar div.thumbnail > div.caption > p > a.btn |
Ver Detalles div.thumbnail > div.caption > p > a.btn |
Visitar div.thumbnail > div.caption > p > a.btn |
Ver Detalles div.thumbnail > div.caption > p > a.btn |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Calcule rápidamente el valor estimado de su sitio web y cree informes de SEO en… div#myhome > div.container > div.row > h4 |
Google.com div.col-md-4 > div.thumbnail > div.caption > h4 |
Engage.it div.col-md-4 > div.thumbnail > div.caption > h4 |
These are opportunities to improve keyboard navigation in your application.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
CLandmark StructureAction2 landmarksREVIEW
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
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
BAlt Text Quality2 of 12 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 2 image(s) |
Images without alt text are invisible to screen readers.
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
BForm Accessibility2 of 8 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| username | text | Usuario | none |
| password | password | Contrase�a | none |
| username | text | Usuario | none |
| text | none | ||
| full | text | Nombres | none |
| password | password | Contrase�a | none |
| #url | text | (Introduce tu dominio....) | placeholder only |
| #cap_url | text | (Introduce tu dominio....) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="url" id="url">; <input type="text" name="cap_url" id="cap_url">
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 |
|---|---|---|---|---|---|
| h1 El Valor de mi Sitio… | 5.73:1 | 3.0:1 | #000000 | #4586DF | Pass |
| h1 El Valor de mi Sitio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 El Valor de mi Sitio… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Sitios Populares | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Sitios Recientes | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Calcula el Valor de … | 20.06:1 | 4.5:1 | #000000 | #F7FAFE | Pass |
| span Toggle navigation | 20.06:1 | 4.5:1 | #000000 | #F7FAFE | Pass |
| a Inicio | 5.30:1 | 4.5:1 | #000000 | #3B80DB | Pass |
| a Sitios Principales | 5.31:1 | 4.5:1 | #000000 | #3B80DC | Pass |
| a Contacto | 5.39:1 | 4.5:1 | #000000 | #3C81DE | Pass |
| a Acerca de | 5.24:1 | 4.5:1 | #000000 | #3A7FDB | Pass |
| a Politica privacidad | 5.46:1 | 4.5:1 | #000000 | #3D82DF | Pass |
| a Condiciones servicio | 5.24:1 | 4.5:1 | #000000 | #3C7FDA | Pass |
| a Ingresar | 5.52:1 | 4.5:1 | #000000 | #3E83DF | Pass |
| a Registrarse | 5.57:1 | 4.5:1 | #000000 | #4084DE | Pass |
| h4 Calcule rápidamente… | 3.42:1 | 3.0:1 | #FFFFFF | #4B8CE1 | Pass |
| div Por favor, espere...… | 3.45:1 | 4.5:1 | #FFFFFF | #4F8BDE | Fail |
| div Crea tu página web … | 6.44:1 | 4.5:1 | #000000 | #5290E1 | Pass |
| a CLIC AQUÍ | 5.39:1 | 4.5:1 | #000000 | #3C81DE | Pass |
| div Consigue un enlace d… | 5.39:1 | 4.5:1 | #000000 | #3C81DE | 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.