Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
DForm AccessibilityAction4 of 5 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| input | submit | none | |
| q | search | (Search) | placeholder only |
| #footer__search-form__checkbox | checkbox | (none) | none |
| q | text | (none) | none |
| search | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="text" name="q">; <input type="checkbox" id="footer__search-form__checkbox">; <input type="submit" name="search">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="search" name="q">
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
DLink & Button QualityAction35 issue(s) across 253 links and 3 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.liveinternet.ru/click;RTNEWS | (empty) | empty | Add link text or aria-label |
| //arabic.rt.com/ | العربية | new tab | Add '(opens in new tab)' to text |
| //actualidad.rt.com/ | ESP | new tab | Add '(opens in new tab)' to text |
| //russian.rt.com/ | РУС | new tab | Add '(opens in new tab)' to text |
| //de.rt.com/ | DE | new tab | Add '(opens in new tab)' to text |
| //francais.rt.com/ | FR | new tab | Add '(opens in new tab)' to text |
| //rt.rs/ | RS | new tab | Add '(opens in new tab)' to text |
| //russian.rt.com/inotv | RT | new tab | Add '(opens in new tab)' to text |
| //en.arteldoc.tv/ | RT | new tab | Add '(opens in new tab)' to text |
| //gw2ru.com/ | RT | new tab | Add '(opens in new tab)' to text |
| //ruptly.agency/ | RT | new tab | Add '(opens in new tab)' to text |
| //academy.rt.com/ | RT | new tab | Add '(opens in new tab)' to text |
| https://t.me/rtnews | (empty) | empty | Add link text or aria-label |
| https://www.rt.com/rss-feeds/ | (empty) | empty | Add link text or aria-label |
| //twitter.com/RT_com | (empty) | empty | Add link text or aria-label |
| //vk.com/rt_international | (empty) | empty | Add link text or aria-label |
| //rumble.com/c/RTNews | (empty) | empty | Add link text or aria-label |
| //odysee.com/@RT:fd | (empty) | empty | Add link text or aria-label |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label | |
| https://t.me/rtnews | (empty) | empty | Add link text or aria-label |
| https://www.rt.com/rss-feeds/ | (empty) | empty | Add link text or aria-label |
| //twitter.com/RT_com | (empty) | empty | Add link text or aria-label |
| //vk.com/rt_international | (empty) | empty | Add link text or aria-label |
| //rumble.com/c/RTNews | (empty) | empty | Add link text or aria-label |
| //odysee.com/@RT:fd | (empty) | empty | Add link text or aria-label |
| /russia/638837-ukraine-sbu-draft-enforce… | (empty) | empty | Add link text or aria-label |
| /africa/638751-pope-leo-prays-angola-sla… | (empty) | empty | Add link text or aria-label |
| # | More | generic text | Replace with descriptive text |
Before: More Suggested: # | |||
| //russian.rt.com/inotv | RT | new tab | Add '(opens in new tab)' to text |
| //en.arteldoc.tv/ | RT | new tab | Add '(opens in new tab)' to text |
| //gw2ru.com/ | RT | new tab | Add '(opens in new tab)' to text |
| //ruptly.agency/ | RT | new tab | Add '(opens in new tab)' to text |
| //academy.rt.com/ | RT | new tab | Add '(opens in new tab)' to text |
| https://t.me/rtnews | (empty) | empty | Add link text or aria-label |
| https://www.rt.com/rss-feeds/ | (empty) | empty | Add link text or aria-label |
| //twitter.com/RT_com | (empty) | empty | Add link text or aria-label |
| //vk.com/rt_international | (empty) | empty | Add link text or aria-label |
| //rumble.com/c/RTNews | (empty) | empty | Add link text or aria-label |
| //odysee.com/@RT:fd | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://www.rt.com/privacy-policy/ | Privacy policy | new tab | Add '(opens in new tab)' to text |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://www.liveinternet.ru/click;RTNEWS; https://t.me/rtnews; https://www.rt.com/rss-feeds/; //twitter.com/RT_com; //vk.com/rt_international; //rumble.com/c/RTNews; //odysee.com/@RT:fd; a.js-mobile-element-nav (#386 on page); a.js-mobile-element-nav (#392 on page); https://t.me/rtnews (+23 more)
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
Generic link text like 'click here' doesn't describe the destination.
# ("More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
//arabic.rt.com/; //actualidad.rt.com/; //russian.rt.com/; //de.rt.com/; //francais.rt.com/; //rt.rs/; //russian.rt.com/inotv; //en.arteldoc.tv/; //gw2ru.com/; //ruptly.agency/ (+7 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.
input[type="submit"].visually-hidden (#1638 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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy3 headingsREVIEW
- H2 Top stories
- H2 Top stories
- H2 Opinion
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding8 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 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 |
|---|---|---|---|---|---|
| title RT - Breaking News, … | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a العربية | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a ESP | 1.00:1 | 4.5:1 | #000000 | #000000 | Fail |
| a РУС | 1.59:1 | 4.5:1 | #000000 | #303030 | Fail |
| div Where to watch | 5.54:1 | 4.5:1 | #000000 | #838383 | Pass |
| div Schedule | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div RT News App | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Question more | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a EU will bankroll Ukr… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a live | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Russia & Former Sovi… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a World News | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Business | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a India | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Africa | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a RT Features | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Analysis | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Opinion | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Entertainment | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Shows | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.
BLighthouse Accessibility AuditsScore 85/100 — 4 failing, 19 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.
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 |
|---|
LIVE div.header__main-wrapper > div.header__line > div.header__live > a.live-button |
EXCLUSIVE li.main-promobox__item > a.main-promobox__heading > div.main-promobox__wrapper > span.category-tag |
EXCLUSIVE div.Section-block > div.article-card > div.article-card__title > span.category-tag |
© Autonomous Nonprofit Organization “TV-Novosti”, 2005–2026. All rights reserve… div.footer__copiright__BlockWrapper > div.footer__copyright_block > div.copyright__text > p |
These are opportunities to improve the legibility of your content.
Names and labels
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 |
|---|
div.Section-container > div.Section-block > div#mainnews_2 > iframe#odysee-iframe div.Section-container > div.Section-block > div#mainnews_2 > iframe#odysee-iframe |
div.Section-container > div.Section-block > div#mainnews_3 > iframe#odysee-iframe div.Section-container > div.Section-block > div#mainnews_3 > iframe#odysee-iframe |
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 |
|---|
body > a.visually-hidden body > a.visually-hidden |
div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link div.layout__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.main-promobox__cover > div.media > div.media__image > a.link div.main-promobox__cover > div.media > div.media__image > a.link |
div.article-card__cover > div.media > div.media__image > a.link div.article-card__cover > div.media > div.media__image > a.link |
div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link div.footer__social > div.main-socials > div.main-socials__item > a.main-socials__link |
div.footer__copiright__BlockWrapper > div.footer__copyright_block > div.copyright__logo > a div.footer__copiright__BlockWrapper > div.footer__copyright_block > div.copyright__logo > a |
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.
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.
AAlt Text QualityAll 65 images OKPASS
| Issue | Count |
|---|---|
| too long | 6 image(s) |