Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction4 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
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
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction3 issue(s) across 182 links and 28 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/preply | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/preply/ | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/preplysite | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/preply/ | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@preplyglobal | TikTok | new tab | Add '(opens in new tab)' to text |
| https://termsofuse.preply.com/terms_of_u… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://termsofuse.preply.com/terms_of_u… | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| https://termsofuse.preply.com/terms_of_u… | Legal Notice | 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 |
Links without text are announced as raw URLs by screen readers.
/
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.
https://www.facebook.com/preply; https://www.instagram.com/preply/; https://www.youtube.com/user/preplysite; https://www.linkedin.com/company/preply/; https://www.tiktok.com/@preplyglobal; https://termsofuse.preply.com/terms_of_use/en_PrivacyPolicy.pdf; https://termsofuse.preply.com/terms_of_use/en_CookiePolicy.pdf; https://termsofuse.preply.com/terms_of_use/en_Impressum.pdf
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 (#1317 on page); button (#1319 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
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 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 Learn faster | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h1 with your best | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h1 language tutor. | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h2 Progress starts with… | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h2 How Preply works: | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h2 Lessons you’ll lov… | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h2 Become a tutor | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h3 Find your tutor. | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h3 Start learning. | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h3 Make progress every … | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h3 Online tutoring & La… | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| h3 Find a language tuto… | 4.32:1 | 3.0:1 | #000000 | #717174 | Pass |
| title Preply: Learn with t… | 1.12:1 | 4.5:1 | #000000 | #121215 | Fail |
| p Preply stands with U… | 1.12:1 | 4.5:1 | #000000 | #121215 | Fail |
| a Join us | 2.68:1 | 4.5:1 | #000000 | #7A3F58 | Fail |
| p Log In | 2.68:1 | 4.5:1 | #000000 | #7A3F58 | Fail |
| span Home | 2.68:1 | 4.5:1 | #000000 | #7A3F58 | Fail |
| span Find tutors | 2.68:1 | 4.5:1 | #000000 | #7A3F58 | Fail |
| span For business | 2.68:1 | 4.5:1 | #000000 | #7A3F58 | Fail |
| span Proven Progress | 2.68:1 | 4.5:1 | #000000 | #7A3F58 | 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.
A+Heading Hierarchy31 headingsPASS
- H1 Learn faster with your best language tutor.
- H2 Progress starts with the right tutor
- H3 97% of learners say practicing with a real person is very important to their progress.
- H2 How Preply works:
- H3 Find your tutor.
- H3 Start learning.
- H3 Make progress every week.
- H2 Lessons you’ll love. Guaranteed.
- H2 Become a tutor
- H3 Online tutoring & Language lessons and classes
- H4 Popular online language courses
- H4 Learn a language online
- H4 Tutors for different learning needs
- H4 Other popular courses
- H4 Popular online courses by level
- H3 Find a language tutor near you
- H4 Tutors from top cities around the globe
- H4 Tutors from English speaking countries around the globe
- H4 Preply global
- H5 ABOUT US
- H5 FOR STUDENTS
- H5 FOR TUTORS
- H5 FOR COMPANIES
- H5 Support
- H5 Contacts
- H5 Preply social
- H5 Apps
- H5 LEARN
- H5 ONLINE LANGUAGE CLASSES AND COURSES
- H5 1-ON-1 TUTORS
- H5 TUTORS NEAR YOU
AAlt Text Quality1 of 32 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
A+Form AccessibilityNo form controlsPASS
AFavicon & Branding6 icon(s) detectedPASS
AWeb ManifestPWA-readyPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 1 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.LayoutGap__FdLKD > div.styles_storeButtons__tXLiq > div.LayoutGap__FdLKD > button div.LayoutGap__FdLKD > div.styles_storeButtons__tXLiq > div.LayoutGap__FdLKD > button |
div.styles_FooterInner__93q_C > section#footer_app_badges > div.styles_MenuList__sCQYV > button div.styles_FooterInner__93q_C > section#footer_app_badges > div.styles_MenuList__sCQYV > button |
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.