Skip to content
https://muebles.one

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
82
GRADE
B
FIX
4
REVIEW
3
PASS
17
INFO
0
Checks
24
17 PASS 3 REVIEW 4 FIX
D
Mobile-Readable Font Sizes
Action
69% of visible text renders at >= 12 CSS px (75 below threshold)
FIX
69% of visible text renders at >= 12 CSS px (75 below threshold)
Warning::
75 text node(s) render below 12 CSS pixels on mobile
Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <span> 11.2px ("115 tiendas"); <span> 11.2px ("452 tiendas"); <span> 11.2px ("1056 tiendas"); <span> 11.2px ("28 tiendas"); <span> 11.2px ("339 tiendas").
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.
C
Iframe Accessibility
Action
4/4 iframe(s) missing title; 0 placeholder(s)
REVIEW
4/4 iframe(s) missing title; 0 placeholder(s)
Warning::
<iframe> missing title attribute (src="")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="about:blank")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="about:blank")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="about:blank")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
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
Info::
Homepage link present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Página no encontrada — muebles.one Custom Styling Navigation Homepage Link Search Form
C
Web Manifest
Action
Valid manifest
REVIEW
Valid manifest
Warning::
No name or short_name
Add a name field to identify the app.
Info::
192x192 icon present
Info::
512x512 icon present
Info::
Display mode: standalone
PWA Install Criteria Not Installable
Name 192×192 icon 512×512 icon Start URL Display Mode standalone
Display Mode standalone Theme Color #ffffff Background Color #ffffff Icons 2 icon(s)
A
Landmark Structure
4 landmarks
PASS
4 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 "Navegación principal" MAIN 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
14 headings, 1 skip(s)
PASS
14 headings, 1 skip(s)
Info::
Single H1 present
Warning::
Heading level skipped: H2 → H4 (missing H3)
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
  • H1 Las mejores tiendas de muebles en España
  • H2 Encuentra mueblesen tu provincia
  • H2 Ciudades más activasdel directorio
  • H2 Tu guía de comprade muebles
  • H3 Busca tu ciudad
  • H3 Compara tiendas
  • H3 Elige con confianza
  • H3 Decora tu hogar
  • H2 Aparece en el directorio
  • H2 Cómo usar eldirectorio
  • H4 Directorio skipped
  • H4 Legal
  • H4 Provincias
  • H4 Norte

Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.

Why this matters

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

A+
Heading Text Quality
All 14 heading(s) have substantive, well-formed text
PASS
All 14 heading(s) have substantive, well-formed text
Info::
Heading text quality is clean -- no placeholder, length, or styling issues
A+
Alt Text Quality
No images
PASS
No images
Info::
No images on this page
No images on this page.
A+
Form Accessibility
No form controls
PASS
No form controls
Info::
No form controls on this page
No form controls found.
A+
Form Input Types
No form controls on this page
PASS
No form controls on this page
Info::
No form controls on this page
A+
Form Input Quality
No form controls on this page
PASS
No form controls on this page
Info::
No form controls on this page
A+
Mobile Keyboard & Autofill
No form controls -- mobile keyboard check is N/A
PASS
No form controls -- mobile keyboard check is N/A
Info::
No form controls on this page
A+
Document Language
Lang attribute set to "es"
PASS
Lang attribute set to "es"
Info::
<html lang="es"> is set and valid
Got: es
A+
Tabindex Anti-Patterns
No explicit tabindex attributes found
PASS
No explicit tabindex attributes found
Info::
No explicit tabindex attributes found
A+
Tap Target Adequacy
All tap targets meet WCAG 2.5.5/2.5.8 sizing
PASS
All tap targets meet WCAG 2.5.5/2.5.8 sizing
Info::
All tap targets meet WCAG 2.5.5 (44x44px) sizing
A
Favicon & Branding
7 icon(s) detected
PASS
7 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
SVG favicon detected — scales perfectly to any size
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Present
Manifest Icons Present
Multiple Sizes Present
A+
PWA Depth
1 PWA signal(s) surfaced
PASS
1 PWA signal(s) surfaced
Info::
Manifest has no maskable icon
Android 12+ Adaptive Icons crop non-maskable icons to a circle or squircle -- frequently hiding important parts of the logo. Add at least one icon entry with `"purpose": "maskable"` (or `"any maskable"`) and a maskable-aware design (16% safe-zone padding around the inner mark).
A+
Mobile UX Depth
1 mobile-depth signal(s) detected
PASS
1 mobile-depth signal(s) detected
Info::
No `<meta name="theme-color">` -- browser chrome falls back to default
Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

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

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Las mejores tiendas18.17:13.0:1
#000000
#F6EDE6
Pass
h2 Encuentra muebles19.01:13.0:1
#000000
#F7F3EE
Pass
h2 en tu provincia19.14:13.0:1
#000000
#F7F4EF
Pass
h2 Ciudades más activa…19.31:13.0:1
#000000
#F8F5F0
Pass
h2 del directorio19.31:13.0:1
#000000
#F8F5F0
Pass
h2 Tu guía de compra19.31:13.0:1
#000000
#F8F5F0
Pass
h2 de muebles19.31:13.0:1
#000000
#F8F5F0
Pass
h2 Aparece en el direct…19.31:13.0:1
#000000
#F8F5F0
Pass
h2 Cómo usar el19.31:13.0:1
#000000
#F8F5F0
Pass
h2 directorio19.31:13.0:1
#000000
#F8F5F0
Pass
h3 Busca tu ciudad19.31:13.0:1
#000000
#F8F5F0
Pass
h3 Compara tiendas19.31:13.0:1
#000000
#F8F5F0
Pass
h3 Elige con confianza19.31:13.0:1
#000000
#F8F5F0
Pass
h3 Decora tu hogar19.31:13.0:1
#000000
#F8F5F0
Pass
title muebles.one - El may…21.00:14.5:1
#000000
#FFFFFF
Pass
span muebles.one21.00:14.5:1
#000000
#FFFFFF
Pass
a Inicio17.80:14.5:1
#000000
#F6EAE3
Pass
a Mejores Tiendas17.81:14.5:1
#000000
#F6EAE4
Pass
a Contacto17.92:14.5:1
#000000
#F6EBE4
Pass
p Directorio Nacional18.05:14.5:1
#000000
#F6ECE5
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.

A
Lighthouse Accessibility Audits
Score 94/100 — 2 failing, 25 passed
PASS
94

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.

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
115 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
452 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
1056 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
28 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
339 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
181 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
78 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
126 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
77 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
41 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
204 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
69 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
65 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
125 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
283 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
474 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
172 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
88 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
107 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
215 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
27 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
823 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
89 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
91 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
94 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
39 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
29 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
40 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
36 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
117 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
38 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
182 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
120 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
79 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
178 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
206 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
39 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
290 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
415 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
212 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
182 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
147 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
287 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
169 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
99 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
73 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
61 tiendas div.provinces-grid > a.province-item > div.province-info > span.province-count
PANORAMA NACIONAL main > section.snapshot-section > div.container > p.section-label
valoración media de las tiendas div.container > div.snapshot-grid > div.snap-item > span.snap-lbl
tiendas con 4★ o más div.container > div.snapshot-grid > div.snap-item > span.snap-lbl
horario publicado div.container > div.snapshot-grid > div.snap-item > span.snap-lbl
PROVINCIA MÁS ACTIVA div.container > div.snapshot-grid > div.snap-item > span.snap-hl-label
1056 tiendas div.container > div.snapshot-grid > div.snap-item > span.snap-hl-sub
CIUDAD MÁS ACTIVA div.container > div.snapshot-grid > div.snap-item > span.snap-hl-label
428 tiendas div.container > div.snapshot-grid > div.snap-item > span.snap-hl-sub
DONDE MÁS SE CONCENTRA LA OFERTA div.container > div.topcities-header > div.topcities-intro > p.section-label
01 div.container > div.topcities-grid > a.tc-card > span.tc-rank
Madrid div.topcities-grid > a.tc-card > div.tc-body > span.tc-province
tiendas div.topcities-grid > a.tc-card > div.tc-meta > span.tc-unit
02 div.container > div.topcities-grid > a.tc-card > span.tc-rank
Barcelona div.topcities-grid > a.tc-card > div.tc-body > span.tc-province
tiendas div.topcities-grid > a.tc-card > div.tc-meta > span.tc-unit
03 div.container > div.topcities-grid > a.tc-card > span.tc-rank
Santa Cruz de Tenerife div.topcities-grid > a.tc-card > div.tc-body > span.tc-province
tiendas div.topcities-grid > a.tc-card > div.tc-meta > span.tc-unit
04 div.container > div.topcities-grid > a.tc-card > span.tc-rank
Valencia div.topcities-grid > a.tc-card > div.tc-body > span.tc-province
tiendas div.topcities-grid > a.tc-card > div.tc-meta > span.tc-unit
05 div.container > div.topcities-grid > a.tc-card > span.tc-rank
Sevilla div.topcities-grid > a.tc-card > div.tc-body > span.tc-province
tiendas div.topcities-grid > a.tc-card > div.tc-meta > span.tc-unit
06 div.container > div.topcities-grid > a.tc-card > span.tc-rank
Málaga div.topcities-grid > a.tc-card > div.tc-body > span.tc-province
tiendas div.topcities-grid > a.tc-card > div.tc-meta > span.tc-unit
07 div.container > div.topcities-grid > a.tc-card > span.tc-rank
Zaragoza div.topcities-grid > a.tc-card > div.tc-body > span.tc-province
tiendas div.topcities-grid > a.tc-card > div.tc-meta > span.tc-unit
08 div.container > div.topcities-grid > a.tc-card > span.tc-rank
Islas Baleares div.topcities-grid > a.tc-card > div.tc-body > span.tc-province
tiendas div.topcities-grid > a.tc-card > div.tc-meta > span.tc-unit
09 div.container > div.topcities-grid > a.tc-card > span.tc-rank
Málaga div.topcities-grid > a.tc-card > div.tc-body > span.tc-province
tiendas div.topcities-grid > a.tc-card > div.tc-meta > span.tc-unit
CÓMO FUNCIONA section.how-section > div.container > div.how-header > p.section-label
01 div.container > div.how-grid > div.how-item > div.how-number
02 div.container > div.how-grid > div.how-item > div.how-number
03 div.container > div.how-grid > div.how-item > div.how-number
04 div.container > div.how-grid > div.how-item > div.how-number
¿TIENES UNA TIENDA? div.container > div.cta-inner > div.cta-text > p.section-label
PREGUNTAS FRECUENTES section.faq-section > div.container > div.faq-header > p.section-label
DIRECTORIO div.footer-inner > div.footer-nav > div.footer-col > h4.footer-col-title
LEGAL div.footer-inner > div.footer-nav > div.footer-col > h4.footer-col-title
PROVINCIAS div.footer-inner > div.footer-nav > div.footer-col > h4.footer-col-title
NORTE div.footer-inner > div.footer-nav > div.footer-col > h4.footer-col-title
© 2026 muebles.one. Todos los derechos reservados. body > footer.site-footer > div.footer-bottom > p
Los precios y disponibilidad pueden variar. Consulte con la tienda para confirm… body > footer.site-footer > div.footer-bottom > p.footer-disclaimer
Más información div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label
Lista de partners div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog
Gestionar opciones div.fc-dialog > div.fc-footer-buttons-container > button.fc-button > p.fc-manage-options-third-button-label

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
DIRECTORIO div.footer-inner > div.footer-nav > div.footer-col > h4.footer-col-title

These are opportunities to improve keyboard navigation in your application.

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
`[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 with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
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
Touch targets have sufficient size and spacing.
Document has a main landmark.
Deprecated ARIA roles were not used
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 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.
Image elements have `[alt]` attributes
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
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.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
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.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback