Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction2/2 eligible field(s) missing autocomplete or inputmodeFIX
FFavicon & BrandingActionNo icons 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
CLandmark StructureAction3 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
CHeading HierarchyAction74 headings, 3 skip(s)REVIEW
- H1 Cuidem la teva salut de manera integrativa
- H2 Qui som i en què som experts
- H3 La teva farmàcia de confiança a la Sagrera
- H2 Un equipàs al teu servei
- H3 Carles
- H3 Sílvia
- H3 Antònia
- H3 Gerard
- H3 Mariana
- H2 Tot el que oferim per cuidar-te
- H3 Salut integrativa
- H3 Ortopèdia
- H3 Assessorament dermocosmètic
- H3 Servei Aldiètica
- H3 Servei Articula't
- H3 Anàlisis de salut
- H3 Pressió arterial
- H3 SPD
- H3 Posem arracades
- H2 Ofertes destacades
- H3 a la 2a unitat
- H3 en ampolles anticaiguda
- H3 de descompte
- H3 de descompte des de la 1a unitat
- H3 de descompte des de la 1a unitat
- H2 Salut integrativa: una mirada que va a l'arrel
- H4 T'escoltem skipped
- H4 Busquem l'origen
- H4 Et proposem un pla
- H4 Fem seguiment
- H3 Fes la teva consulta
- H2 Som ortopèdia
- H4 Mobilitat skipped
- H4 Ortesis
- H4 Mobilitat elèctrica
- H4 Articles finançats per la Seguretat Social
- H2 El nostre bloc de salut
- H3 Saps què és la hipoclorhídria estomacal?
- H3 Una tarda parlant de dolor i de solucions
- H2 Vine'ns a veure
- H4 Adreça skipped
- H4 Telèfon fix
- H4 WhatsApp
- H4 Correu
- H4 Horari
- H5 Navegació
- H5 Contacte
- H5 Segueix-nos
- H2 Avís legal
- H3 1. Titular del lloc web
- H3 2. Objecte
- H3 3. Condicions d'ús
- H3 4. Propietat intel·lectual
- H3 5. Responsabilitat
- H3 6. Legislació aplicable
- H2 Política de privacitat
- H3 Responsable del tractament
- H3 Quines dades tractem i amb quina finalitat
- H3 Base jurídica
- H3 Conservació
- H3 Destinataris
- H3 Dades de salut
- H3 Els teus drets
- H2 Política de cookies
- H3 Què són les cookies
- H3 Quines fem servir
- H3 Com gestionar-les
- H2 Saps què és la hipoclorhídria estomacal?
- H3 Per què és tan important l'àcid de l'estómac?
- H3 Quines pistes ens poden fer sospitar?
- H3 Què passa quan falta àcid?
- H3 I què passa amb l'omeprazol?
- H3 Què podem fer per millorar-ho?
- H2 Una tarda parlant de dolor... i, sobretot, de solucions
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
BForm Accessibility3 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #c-nom | text | (El teu nom) | placeholder only |
| #c-mail | (elteu@correu.com) | placeholder only | |
| #c-msg | textarea | (Explica'ns el teu cas...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id="c-nom">; <input type="email" id="c-mail">; <textarea id="c-msg">
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
CMobile-Readable Font SizesAction87% of visible text renders at >= 12 CSS px (30 below threshold)REVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
A+Heading Text QualityAll 74 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 15 images OKPASS
ALink & Button Quality32 links, 9 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://wa.me/34638093638 | 638 09 36 38 | new tab | Add '(opens in new tab)' to text |
| https://wa.me/34638093638 | Escriu-nos al WhatsApp | new tab | Add '(opens in new tab)' to text |
| https://maps.google.com/?q=Carrer+de+Fel… | Com arribar | new tab | Add '(opens in new tab)' to text |
| https://wa.me/34638093638 | WhatsApp · 638 09 36 38 | new tab | Add '(opens in new tab)' to text |
| https://instagram.com/farmaciatorner | Instagram · @farmaciatorner | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://wa.me/34638093638; https://wa.me/34638093638; https://maps.google.com/?q=Carrer+de+Felip+II+70+Barcelona; https://wa.me/34638093638; https://instagram.com/farmaciatorner
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
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "ca"PASS
A+Tabindex Anti-PatternsNo explicit tabindex attributes foundPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 Cuidem la teva salut | 19.84:1 | 3.0:1 | #000000 | #F3FAF8 | Pass |
| h2 Qui som i | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 al teu servei | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Tot el que oferim | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Ofertes | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Salut integrativa: u… | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Som | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 El nostre | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Vine'ns a veure | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Avís legal | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Política de privaci… | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Política de cookies | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Saps què és la hip… | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h2 Una tarda parlant de… | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h3 La teva farmàcia de… | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h3 Carles | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h3 Sílvia | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h3 Antònia | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h3 Gerard | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | Pass |
| h3 Mariana | 20.31:1 | 3.0:1 | #000000 | #F8FCFB | 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.
ALighthouse Accessibility AuditsScore 91/100 — 3 failing, 18 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.
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 |
|---|
LA FARMÀCIA section#farmacia > div.wrap > div.section-head > span.eyebrow |
en què som experts div.wrap > div.section-head > h2 > b |
L'EQUIP section#equip > div.wrap > div.section-head > span.eyebrow |
equipàs div.wrap > div.section-head > h2 > b |
SERVEIS section#serveis > div.wrap > div.section-head > span.eyebrow |
per cuidar-te div.wrap > div.section-head > h2 > b |
PROMOCIONS section#promocions > div.wrap > div.section-head > span.eyebrow |
destacades div.wrap > div.section-head > h2 > b |
LA NOSTRA ESPECIALITAT section#ortopedia > div.wrap > div.section-head > span.eyebrow |
ortopèdia div.wrap > div.section-head > h2 > b |
PARLEM DE SALUT section#salut > div.wrap > div.section-head > span.eyebrow |
bloc de salut div.wrap > div.section-head > h2 > b |
CONTACTE section#contacte > div.wrap > div.section-head > span.eyebrow |
Escriu-nos al WhatsApp div.contact-grid > div > div.contact-cta > a.btn |
Acceptar-les totes body > div#cookie-banner > div.cookie-actions > button#cookie-accept |
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 |
|---|
T'escoltem div.steps > div.step > div > h4 |
MOBILITAT div.orto-grid > div.orto-text > div.orto-group > h4 |
ADREÇA div > div.ci-row > div > h4 |
These are opportunities to improve keyboard navigation in your application.
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.