Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure5 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
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
BForm Accessibility2 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| none | |||
| pass | password | none | |
| input | search | none | |
| #_r_o_ | text | Email address or phone number | none |
| #_r_s_ | password | Password | none |
| input | submit | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <input type="submit">
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
BLink & Button Quality2 issue(s) across 54 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/recover/initiat… | Forgotten account? | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/recover/initiat… | Forgotten password? | new tab | Add '(opens in new tab)' to text |
| <input> | (empty) | empty | Add button text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/recover/initiate?ars=royal_blue_bar; https://www.facebook.com/recover/initiate?ars=royal_blue_bar
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"] (#243 on page); input[type="submit"] (#1034 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 PageActionCould not testREVIEW
404 page quality check not available.
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 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 Video | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Facebook video | Fac… | 19.43:1 | 4.5:1 | #000000 | #F6F6F6 | Pass |
| title Facebook video | 19.43:1 | 4.5:1 | #000000 | #F6F6F6 | Pass |
| span Log in | 19.43:1 | 4.5:1 | #000000 | #F6F6F6 | Pass |
| span Log in | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Forgotten account? | 19.06:1 | 4.5:1 | #000000 | #F3F4F4 | Pass |
| span Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Live | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Reels | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Shows | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Explore | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Privacy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Terms | 4.35:1 | 4.5:1 | #000000 | #0866FF | Fail |
| a Advertising | 11.57:1 | 4.5:1 | #000000 | #9CC2FF | Pass |
| a Ad choices | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Cookies | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span More | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Video | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Live | 18.26:1 | 4.5:1 | #000000 | #EFEFEF | 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 89/100 — 4 failing, 22 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
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#app-body > iframe#sem_pixel_iframe body#app-body > iframe#sem_pixel_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 |
|---|
div.m > div.m > div.m > a div.m > div.m > div.m > a |
div.m > div.m > div.m > a div.m > div.m > div.m > 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
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mary Lovett Fowler div.m > div.m > div.m > div.m |
Mary Lovett Fowler div.m > div.m > div.native-text > span.f2 |
1.7M div.m > div.m > div.m > div.m |
Myo div.m > div.m > div.m > div.m |
Myo div.m > div.m > div.native-text > span.f2 |
40K div.m > div.m > div.m > div.m |
Bangladesh Pratidin Entertainment div.m > div.m > div.m > div.m |
Bangladesh Pratidin Entertainment div.m > div.m > div.native-text > span.f2 |
619,637 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
4,751 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
43,559 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
981,433 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
226,588 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
289,082 reactions div.m > div.m > div.m > div.m |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
22M
div.m > div.m > div.m > div.m |
8.2M
div.m > div.m > div.m > div.m |
7.5M
div.m > div.m > div.m > div.m |
Mary Lovett Fowler div.m > div.m > div.m > div.m |
Myo div.m > div.m > div.m > div.m |
Bangladesh Pratidin Entertainment div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
AHeading Hierarchy3 headingsPASS
- H1 Video
- H1 Video duplicate H1
- H2 Popular videos
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
A+Alt Text QualityAll 8 images OKPASS
A+Dark Mode SupportFull dark mode supportPASS
Detection limited to meta tags and inline styles.