Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction5 issue(s) across 41 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://moe.video/news/instream-outstrea… | (empty) | empty | Add link text or aria-label |
| https://moe.video/news/viewability | (empty) | empty | Add link text or aria-label |
| https://moe.video/news/rossiiane-vse-akt… | (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://moe.video/news/instream-outstream; https://moe.video/news/viewability; https://moe.video/news/rossiiane-vse-aktivnee-polagaiutsia-na-polzovatelskii-…
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
Icon-only buttons need an aria-label so screen readers can announce them.
button#mainNavMobileToggle; button#mobileNavToggle
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
FFavicon & BrandingAction2 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
BForm Accessibility4 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #client_e | (E-mail) | placeholder only | |
| #client_nt | text | (Номер телефона/ник в телеграме) | placeholder only |
| #client_n | text | (Имя) | placeholder only |
| #client_m | textarea | (Здесь Вы можете оставить название сайта, его посещаемость или любую другую информацию, которая поможет нам подготовить для Вас коммерческое предложение) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="client_e" id="client_e">; <input type="text" name="client_nt" id="client_nt">; <input type="text" name="client_n" id="client_n">; <textarea name="client_m" id="client_m">
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CLighthouse Accessibility AuditsActionScore 74/100 — 4 failing, 15 passedREVIEW
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#stickyNav > div.content > div.w-full > button#mobileNavToggle div#stickyNav > div.content > div.w-full > button#mobileNavToggle |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.bg-white > iframe body.bg-white > iframe |
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 |
|---|
12+ лет section.content > ul.w-full > li.text-brand-copy > span.block |
90+ тыс section.content > ul.w-full > li.text-brand-copy > span.block |
100+ млрд section.content > ul.w-full > li.text-brand-copy > span.block |
150 млн section.content > ul.w-full > li.text-brand-copy > span.block |
> 90% section.content > ul.w-full > li.text-brand-copy > span.block |
CTR 1,5% section.content > ul.w-full > li.text-brand-copy > span.block |
Для паблишеров section.content > div.w-full > div.w-full > h3.font-semibold |
Для рекламодателей section.content > div.w-full > div.w-full > h3.font-semibold |
Работаем в соответствии с требованиями федерального законодательства body.bg-white > main.w-full > section.content > h2.section-heading-blue |
Своевременно исполняем требования ст.18.1 ФЗ № 38 “О рекламе” от 13.03.2006 и о… body.bg-white > main.w-full > section.content > p.text-lg |
31.03.2026 div.w-full > div.rounded-lg > div.w-full > div.text-brand-copy/50 |
Подробнее div.w-full > div.rounded-lg > div.w-full > a.font-semibold |
12.02.2026 div.w-full > div.rounded-lg > div.w-full > div.text-brand-copy/50 |
Подробнее div.w-full > div.rounded-lg > div.w-full > a.font-semibold |
05.12.2025 div.w-full > div.rounded-lg > div.w-full > div.text-brand-copy/50 |
Подробнее div.w-full > div.rounded-lg > div.w-full > a.font-semibold |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
ALandmark Structure4 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
A+Heading Hierarchy11 headingsPASS
- H1 Повышайте доход вашего сайта с MOEVIDEO
- H2 MoeVideo — рекламная сеть, которая позволяет вебмастерам зарабатывать на своем сайте с помощью размещения рекла
- H3 Для паблишеров
- H3 Для рекламодателей
- H2 Наши главные преимущества
- H2 Работаем в соответствии с требованиями федерального законодательства
- H2 Отзывы партнеров
- H2 Новости
- H3 Какую видеорекламу выбрать: In-stream или Out-stream?
- H3 Viewability рекламы: что это, как измерять и улучшать?
- H3 Россияне всё активнее полагаются на пользовательский контент: новое исследование 2025 года
A+Alt Text QualityAll 23 images OKPASS
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 Повышайте … | 7.76:1 | 3.0:1 | #000000 | #00A5FA | Pass |
| h2 MoeVideo — рек… | 7.83:1 | 3.0:1 | #000000 | #00A6FA | 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 |
| h3 Для реклам… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title MoeVideo - рекл… | 7.83:1 | 4.5:1 | #000000 | #00A6FA | Pass |
| a Рекламные … | 7.83:1 | 4.5:1 | #000000 | #00A6FA | Pass |
| a Рекламодат… | 7.76:1 | 4.5:1 | #000000 | #00A5FA | Pass |
| a Новости | 7.76:1 | 4.5:1 | #000000 | #00A5FA | Pass |
| a Команда | 7.76:1 | 4.5:1 | #000000 | #00A5FA | Pass |
| a Контакты | 7.76:1 | 4.5:1 | #000000 | #00A5FA | Pass |
| a Войти | 7.76:1 | 4.5:1 | #000000 | #00A5FA | Pass |
| p Монетизаци… | 7.83:1 | 4.5:1 | #000000 | #00A6FA | Pass |
| button Стать парт… | 7.83:1 | 4.5:1 | #000000 | #00A6FA | Pass |
| span 12+ лет | 7.83:1 | 4.5:1 | #000000 | #00A6FA | Pass |
| li на рынке digi… | 7.83:1 | 4.5:1 | #000000 | #00A6FA | Pass |
| span 90+ тыс | 7.83:1 | 4.5:1 | #000000 | #00A6FA | 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.