Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 landmarksFIX
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
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
D404 Error PageActionHTTP 404, custom pageFIX
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
BHeading Hierarchy1 headingsREVIEW
- H2 Join creators
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
BLink & Button Quality1 issue(s) across 9 links and 15 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| #cover-section | (empty) | empty | Add link text or aria-label |
| /app/help | support | new tab | Add '(opens in new tab)' to text |
| /app/help | Support | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#cover-section
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
Add '(opens in new tab)' to link text or aria-label.
/app/help; /app/help
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
BFavicon & Branding15 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 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 |
|---|---|---|---|---|---|
| h2 Join | 1.03:1 | 3.0:1 | #000000 | #060403 | Fail |
| h2 creators | 1.03:1 | 3.0:1 | #000000 | #060403 | Fail |
| title Boosty.to - a place … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Main | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Showcase | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span How it works | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Features | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span How to use | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Sign up | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Log in | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div More than 500,000 cr… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Your talent | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div is worth money | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div The best way to earn… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div with your audience a… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| button Start Your Page | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Telegram integration | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Transfer content fro… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Telegram | 15.26:1 | 4.5:1 | #000000 | #DFDBD8 | Pass |
| div in one click | 9.37:1 | 4.5:1 | #000000 | #AFADA9 | 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 80/100 — 4 failing, 18 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 |
|---|
LOG IN div#topMenu > div.TopMenu-scss--module_right_x5-iO > div > button.BaseButton-scss--module_button_RKC5I |
Start Your Page div.CoverSection-scss--module_innerWrapper_TP-nD > div.CoverSection-scss--module_info_KBA8I > div > button.BaseButton-scss--module_button_RKC5I |
Telegram div.TelegramBotBanner-scss--module_root_WbMLK > div.TelegramBotBanner-scss--module_left_eRDrI > div.TelegramBotBanner-scss--module_title_sFZSm > span.TelegramBotBanner-scss--module_telegram_-DgOd |
No need to repost content. Set up forwarding from your channel, and posts will … div.TelegramBannerSection-scss--module_root_cigvg > div.TelegramBotBanner-scss--module_root_WbMLK > div.TelegramBotBanner-scss--module_left_eRDrI > div.TelegramBotBanner-scss--module_description_3OuYE |
Have questions? Contact support. div > section.FaqSection-scss--module_root_h85Dr > div.FaqSection-scss--module_titleBox_qDpGa > div.FaqSection-scss--module_description_xyKWn |
support section.FaqSection-scss--module_root_h85Dr > div.FaqSection-scss--module_titleBox_qDpGa > div.FaqSection-scss--module_description_xyKWn > a.FaqSection-scss--module_descriptionLink_Y3gsZ |
Start Your Page footer.Footer-scss--module_root_lW052 > div.Footer-scss--module_innerWrapper_0RyRr > section.Footer-scss--module_section_29rUi > button.BaseButton-scss--module_button_RKC5I |
These are opportunities to improve the legibility of your content.
Names and labels
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
RU
EN div#topMenu > div.TopMenu-scss--module_right_x5-iO > div.LanguageSelector-scss--module_container_AY-Jp > select.LanguageSelector-scss--module_select_dYPzE |
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 |
|---|
div.MainLanding-scss--module_root_4ruex > div#topMenu > div.TopMenu-scss--module_left_CmDbu > a.TopMenu-scss--module_logo_b9-Pe div.MainLanding-scss--module_root_4ruex > div#topMenu > div.TopMenu-scss--module_left_CmDbu > a.TopMenu-scss--module_logo_b9-Pe |
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
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.
A+Alt Text QualityAll 62 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |