Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DMobile Keyboard & AutofillAction10/12 eligible field(s) missing autocomplete or inputmodeFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility5 of 15 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #searchInput | text | Поиск | aria-label |
| input | tel | Код, цифра 1 | aria-label |
| input | tel | Код, цифра 2 | aria-label |
| input | tel | Код, цифра 3 | aria-label |
| input | tel | Код, цифра 4 | aria-label |
| #catSearchInput | text | Поиск по категориям | aria-label |
| #ctaAgree | checkbox | none | |
| #cw-name | text | Ваше имя | for/id |
| #cw-phone | tel | Телефон | for/id |
| #cw-msg | textarea | Ваш вопрос | for/id |
| #authPhone | tel | (+7 (___) ___-__-__) | placeholder only |
| #ctaDrug | text | (Название препарата...) | placeholder only |
| #ctaPhone | tel | (+7 (___) ___-__-__) | placeholder only |
| #ctaComment | textarea | (Дозировка, количество...) | placeholder only |
| #cw-input | text | (Написать сообщение...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="tel" id="authPhone">; <input type="text" name="drug" id="ctaDrug">; <input type="tel" name="phone" id="ctaPhone">; <textarea name="comment" id="ctaComment">; <input type="text" id="cw-input">
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
CLink & Button QualityAction9 issue(s) across 102 links and 67 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /pdn-consent/ | политикой конфи… | new tab | Add '(opens in new tab)' to text |
| https://yandex.ru/maps/org/apteka_ru/110… | Все на Яндекс.Ка… | new tab | Add '(opens in new tab)' to text |
| /pdn-consent/ | обработку персо… | new tab | Add '(opens in new tab)' to text |
| https://max.ru/u/f9LHodD0cOKpJApcqFOYdVn… | Написать Елене | new tab | Add '(opens in new tab)' to text |
| https://max.ru/u/f9LHodD0cOKpJApcqFOYdVn… | Написать Евгени… | new tab | Add '(opens in new tab)' to text |
| https://max.ru/u/f9LHodD0cOKpJApcqFOYdVn… | Написать Анне | new tab | Add '(opens in new tab)' to text |
| https://max.ru/u/f9LHodD0cOKpJApcqFOYdVn… | Написать Ирине | new tab | Add '(opens in new tab)' to text |
| https://max.ru/u/f9LHodD0cOKpJApcqFOYdVn… | Написать Дмитри… | new tab | Add '(opens in new tab)' to text |
| https://max.ru/u/f9LHodD0cOKpJApcqFOYdVn… | Написать Ольге | new tab | Add '(opens in new tab)' to text |
| /sitemap.xml | Карта сайта | new tab | Add '(opens in new tab)' to text |
| https://roszdravnadzor.gov.ru/ | Росздравнадзор | new tab | Add '(opens in new tab)' to text |
| https://rospotrebnadzor.ru/ | Роспотребнадзор | new tab | Add '(opens in new tab)' to text |
| https://t.me/chexovaa | Telegram | new tab | Add '(opens in new tab)' to text |
| https://max.ru/id6161152848_bot | MAX | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
/pdn-consent/; https://yandex.ru/maps/org/apteka_ru/110907349104/reviews/; /pdn-consent/; https://max.ru/u/f9LHodD0cOKpJApcqFOYdVnum04Nbef0NnzAzUditLOhN2cZKNiIOUvsMEI; https://max.ru/u/f9LHodD0cOKpJApcqFOYdVnum04Nbef0NnzAzUditLOhN2cZKNiIOUvsMEI; https://max.ru/u/f9LHodD0cOKpJApcqFOYdVnum04Nbef0NnzAzUditLOhN2cZKNiIOUvsMEI; https://max.ru/u/f9LHodD0cOKpJApcqFOYdVnum04Nbef0NnzAzUditLOhN2cZKNiIOUvsMEI; https://max.ru/u/f9LHodD0cOKpJApcqFOYdVnum04Nbef0NnzAzUditLOhN2cZKNiIOUvsMEI; https://max.ru/u/f9LHodD0cOKpJApcqFOYdVnum04Nbef0NnzAzUditLOhN2cZKNiIOUvsMEI; /sitemap.xml (+4 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.mod-close (#166 on page); button.mod-close (#181 on page); button.cart-sb-close (#209 on page); button.mod-close (#231 on page); button.ps-arr (#454 on page); button.ps-arr (#546 on page); button.ps-arr (#724 on page); button.ps-arr (#806 on page); button.story-close (#1620 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
BMobile-Readable Font Sizes97% of visible text renders at >= 12 CSS px (6 below threshold)REVIEW
BFavicon & Branding9 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 6 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 Интернет-а… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Что вам нуж… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Популярные… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Подборки о… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Акции и ски… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Отзывы | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Как мы рабо… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Необходимо… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Частые воп… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Найдём ваш … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Фарма Плюс … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Перейти к с… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Поверните … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Сайт оптим… | 8.44:1 | 4.5:1 | #000000 | #9EA5AD | Pass |
| div Загрузка... | 3.45:1 | 4.5:1 | #6B7280 | #0C1F33 | Fail |
| a farma.2023@bk.ru | 1.26:1 | 4.5:1 | #000000 | #0C1F33 | Fail |
| a О компании | 1.26:1 | 4.5:1 | #000000 | #0C1F33 | Fail |
| a Доставка | 1.26:1 | 4.5:1 | #000000 | #0C1F33 | Fail |
| a Контакты | 1.26:1 | 4.5:1 | #000000 | #0C1F33 | Fail |
| span Москва | 1.26:1 | 4.5:1 | #000000 | #0C1F33 | 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.
ALandmark Structure11 landmarksPASS
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
AHeading Hierarchy19 headings, 1 skip(s)PASS
- H1 Интернет-аптека Фарма Плюс в Москве
- H2 Что вам нужно?
- H2 Популярные запросы
- H2 Подборки от фармацевта
- H2 Акции и скидки
- H2 Отзывы
- H2 Как мы работаем
- H4 Находите препарат skipped
- H4 Оформляете заказ
- H4 Заказ собран
- H4 Готов к выдаче
- H4 Пишете нам
- H4 Фармацевт берёт в работу
- H4 Согласуем цену и сроки
- H4 Бронируете и оплачиваете
- H4 Забираете в аптеке
- H2 Необходимо найти нужный препарат?
- H3 Найдём ваш препарат
- H2 Частые вопросы
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
A+Heading Text QualityAll 19 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 36 images OKPASS
AForm Input Types2 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality15 form control(s) checked, no input-semantic issuesPASS
A+Document LanguageLang attribute set to "ru"PASS
A+Tabindex Anti-Patterns0 positive, 1 -1-on-focusablePASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A404 Error PageHTTP 404, custom pagePASS
A+Web ManifestPWA-readyPASS
A+PWA Depth1 PWA signal(s) surfacedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 90/100 — 3 failing, 26 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 |
|---|
div.hdr-r1 > div.hdr-srch > form.srch > button.srch-b div.hdr-r1 > div.hdr-srch > form.srch > button.srch-b |
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 |
|---|
ЗДОРОВЬЕ div.hdr-r1 > a.logo > div.logo-txt > span.logo-sub |
Принять div#main > div#cookieBanner > div > button.cookie-btn |
Витамины section.sec > div.th-tabs-wrap > div#thTabs > button.th-tab |
От простуды section.sec > div.th-tabs-wrap > div#thTabs > button.th-tab |
Для пищеварения section.sec > div.th-tabs-wrap > div#thTabs > button.th-tab |
Обезболивающие section.sec > div.th-tabs-wrap > div#thTabs > button.th-tab |
Для иммунитета section.sec > div.th-tabs-wrap > div#thTabs > button.th-tab |
Косметика section.sec > div.th-tabs-wrap > div#thTabs > button.th-tab |
От аллергии section.sec > div.th-tabs-wrap > div#thTabs > button.th-tab |
310 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-old |
245 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-new |
⏱ Ещё 1 дн. div.ps-wrap > div#dealsGrid > a.deal-card > div.deal-timer |
Найти в аптеке div.ps-wrap > div#dealsGrid > a.deal-card > a.deal-btn |
260 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-old |
195 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-new |
⏱ Ещё 1 дн. div.ps-wrap > div#dealsGrid > a.deal-card > div.deal-timer |
Найти в аптеке div.ps-wrap > div#dealsGrid > a.deal-card > a.deal-btn |
185 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-old |
140 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-new |
⏱ Ещё 1 дн. div.ps-wrap > div#dealsGrid > a.deal-card > div.deal-timer |
Найти в аптеке div.ps-wrap > div#dealsGrid > a.deal-card > a.deal-btn |
1 050 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-old |
850 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-new |
⏱ Ещё 1 дн. div.ps-wrap > div#dealsGrid > a.deal-card > div.deal-timer |
Найти в аптеке div.ps-wrap > div#dealsGrid > a.deal-card > a.deal-btn |
1 550 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-old |
1 240 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-new |
⏱ Ещё 1 дн. div.ps-wrap > div#dealsGrid > a.deal-card > div.deal-timer |
Найти в аптеке div.ps-wrap > div#dealsGrid > a.deal-card > a.deal-btn |
65 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-old |
42 ₽ div#dealsGrid > a.deal-card > div.deal-prices > span.deal-new |
⏱ Ещё 1 дн. div.ps-wrap > div#dealsGrid > a.deal-card > div.deal-timer |
Найти в аптеке div.ps-wrap > div#dealsGrid > a.deal-card > a.deal-btn |
Москва div.hr > div.hr-top > div > div.hr-city |
Яндекс.Карты div.review-set > div.hr > div.hr-meta > span.hr-badge |
1 ноября 2025 div.review-set > div.hr > div.hr-meta > span.hr-date |
Москва div.hr > div.hr-top > div > div.hr-city |
Яндекс.Карты div.review-set > div.hr > div.hr-meta > span.hr-badge |
Фарма+:
Найден! от 1 250 ₽ div.tl > div.ts > div.ts-body > div.tg-m |
Марина:
Заказ №4812 принят! div.tl > div.ts > div.ts-body > div.tg-m |
Марина:
Проверено ✓ до 09.2027 div.tl > div.ts > div.ts-body > div.tg-m |
Марина:
Ильменский 17к4, до 21:00 div.tl > div.ts > div.ts-body > div.tg-m |
Фармацевт ответит лично в Telegram за 15 мин · Не бот · Бесплатно div.cta-w > div.cta > div.cta-fm > p.fn |
Главный фармацевт · 12 лет стажа div.trust-in > div.trc > div.trc-content > div.trc-role |
1 468 div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
заявок div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
91% div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
закрыто div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
2 дн div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
среднее div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
Написать Елене div.trust-in > div.trc > div.trc-content > a.trc-btn |
Фармацевт · 8 лет стажа div.trust-in > div.trc > div.trc-content > div.trc-role |
1 694 div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
заявок div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
94% div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
закрыто div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
1 дн div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
среднее div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
Написать Евгению div.trust-in > div.trc > div.trc-content > a.trc-btn |
Фармацевт · 6 лет стажа div.trust-in > div.trc > div.trc-content > div.trc-role |
1 570 div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
заявок div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
96% div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
закрыто div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
1 дн div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
среднее div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
Написать Анне div.trust-in > div.trc > div.trc-content > a.trc-btn |
Провизор · 10 лет стажа div.trust-in > div.trc > div.trc-content > div.trc-role |
768 div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
заявок div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
89% div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
закрыто div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
2 дн div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
среднее div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
Написать Ирине div.trust-in > div.trc > div.trc-content > a.trc-btn |
Фармацевт · 8 лет стажа div.trust-in > div.trc > div.trc-content > div.trc-role |
1 230 div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
заявок div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
93% div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
закрыто div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
1 дн div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
среднее div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
Написать Дмитрию div.trust-in > div.trc > div.trc-content > a.trc-btn |
Провизор · 12 лет стажа div.trust-in > div.trc > div.trc-content > div.trc-role |
2 140 div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
заявок div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
97% div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
закрыто div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
1 дн div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-v |
среднее div.trc-content > div.trc-stats > div.trc-stat-mini > div.trc-stat-mini-l |
Написать Ольге div.trust-in > div.trc > div.trc-content > a.trc-btn |
18+ body.v3 > div.discl-bar > div.discl-in > span.discl-18 |
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 |
|---|
Находите препарат div.tl > div.ts > div.ts-body > h4 |
These are opportunities to improve keyboard navigation in your application.