Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.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
CLink & Button QualityAction4 issue(s) across 112 links and 19 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://shop.joinmastodon.org/ | MerchSupport our mission in a … | img no alt | Add alt attribute to the image |
| https://mastodon.social/auth/sign_up | Join mastodon.social | new tab | Add '(opens in new tab)' to text |
| https://docs.joinmastodon.org/user/moder… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Moderating | |||
| https://docs.joinmastodon.org/user/run-y… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Run Your Own | |||
| https://docs.joinmastodon.org/user/posti… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Posting | |||
| https://patreon.com/mastodon | Donate on Patreon | new tab | Add '(opens in new tab)' to text |
| https://donate.stripe.com/00g5l42h8ezY3Y… | Donate directly | new tab | Add '(opens in new tab)' to text |
| /sponsors | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Sponsors | |||
| https://www.fastly.com/ | <img alt="Fastly" loading="laz… | new tab | Add '(opens in new tab)' to text |
| https://www.datadoghq.com | <img alt="Datadog" loading="la… | new tab | Add '(opens in new tab)' to text |
| https://www.postmarkapp.com?utm_source=m… | <img alt="Postmark" loading="l… | new tab | Add '(opens in new tab)' to text |
| https://formbricks.com/ | <img alt="Formbricks" loading=… | new tab | Add '(opens in new tab)' to text |
| https://mask.io/ | <img alt="Mask Network" loadin… | new tab | Add '(opens in new tab)' to text |
| https://medium.com/ | <img alt="Medium" loading="laz… | new tab | Add '(opens in new tab)' to text |
| https://krystal.uk/ | <img alt="Krystal Hosting" loa… | new tab | Add '(opens in new tab)' to text |
| https://www.ramotion.com/branding-san-fr… | <img alt="Ramotion" loading="l… | new tab | Add '(opens in new tab)' to text |
| https://airvpn.org/landing/mastodon | <img alt="AirVPN" loading="laz… | new tab | Add '(opens in new tab)' to text |
| https://papersowl.com/ | <img alt="Papers Owl" loading=… | new tab | Add '(opens in new tab)' to text |
| https://sextoycollective.com | <img alt="Sex Toy Collective" … | new tab | Add '(opens in new tab)' to text |
| https://www.noneedtostudy.com/pay-to-tak… | <img alt="Get Help Taking GRE … | new tab | Add '(opens in new tab)' to text |
| https://www.goldeneaglecoin.com/ | <img alt="Golden Eagle Coins" … | new tab | Add '(opens in new tab)' to text |
| https://masto.host/ | <img alt="Masto.host - Fully m… | new tab | Add '(opens in new tab)' to text |
| https://www.nettikasinot.org/ | <img alt="Nettikasinot" loadin… | new tab | Add '(opens in new tab)' to text |
| https://www.sister-sites.co.uk/ | <img alt="sister-sites.co.uk" … | new tab | Add '(opens in new tab)' to text |
| https://wideangle.co/?ref=joinmastodon | <img alt="Wide Angle Analytics… | new tab | Add '(opens in new tab)' to text |
| https://veepn.com/vpn-apps/download-vpn-… | <img alt="Download VPN for PC … | new tab | Add '(opens in new tab)' to text |
| https://www.softorbits.net/ | <img alt="SoftOrbits" loading=… | new tab | Add '(opens in new tab)' to text |
| https://freecrash.game/ | <img alt="Free Crash Game" loa… | new tab | Add '(opens in new tab)' to text |
| https://spinthewheel.io | <img alt="Spin the Wheel" load… | new tab | Add '(opens in new tab)' to text |
| https://shop.joinmastodon.org | Merch | new tab | Add '(opens in new tab)' to text |
| https://github.com/mastodon/mastodon | Source code | new tab | Add '(opens in new tab)' to text |
| https://blog.joinmastodon.org/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://docs.joinmastodon.org | Documentation | new tab | Add '(opens in new tab)' to text |
| https://github.com/mastodon/mastodon/dis… | Support | new tab | Add '(opens in new tab)' to text |
| https://share.joinmastodon.org | Share button | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://docs.joinmastodon.org/user/moderating/ ("Learn more"); https://docs.joinmastodon.org/user/run-your-own/ ("Learn more"); https://docs.joinmastodon.org/user/posting/ ("Learn more"); /sponsors ("Learn 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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://shop.joinmastodon.org/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://mastodon.social/auth/sign_up; https://patreon.com/mastodon; https://donate.stripe.com/00g5l42h8ezY3YcaEE; https://www.fastly.com/; https://www.datadoghq.com; https://www.postmarkapp.com?utm_source=mastodon&utm_medium=referral&utm_campa…; https://formbricks.com/; https://mask.io/; https://medium.com/; https://krystal.uk/ (+20 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
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 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 Social networking th… | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h2 Stay in control of y… | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h2 Build your audience … | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h2 Moderating the way i… | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h2 Unparalleled creativ… | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h2 What our users are s… | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h2 Independent always | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h2 Product | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h2 Resources | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h2 Company | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h3 Why Mastodon? | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h3 Decentralized | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h3 Open Source | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h3 Not for Sale | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h3 Interoperable | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| h3 Supported by | 1.09:1 | 3.0:1 | #000000 | #210026 | Fail |
| title Mastodon - Decentral… | 1.05:1 | 4.5:1 | #000000 | #140117 | Fail |
| a Skip to main content | 1.05:1 | 4.5:1 | #000000 | #140117 | Fail |
| a Apps | 1.05:1 | 4.5:1 | #000000 | #140117 | Fail |
| a For Institutions | 1.05:1 | 4.5:1 | #000000 | #140117 | 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.
ALandmark Structure5 landmarksPASS
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
A+Heading Hierarchy16 headingsPASS
- H1 Social networking that's not for sale.
- H2 Stay in control of your own timeline
- H2 Build your audience in confidence
- H2 Moderating the way it should be
- H2 Unparalleled creativity
- H3 Why Mastodon?
- H3 Decentralized
- H3 Open Source
- H3 Not for Sale
- H3 Interoperable
- H2 What our users are saying
- H2 Independent always
- H3 Supported by
- H2 Product
- H2 Resources
- H2 Company
A+Alt Text QualityAll 65 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALighthouse Accessibility AuditsScore 92/100 — 2 failing, 24 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.
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 |
|---|
Join mastodon.social section.full-width-bg > div.full-width-bg__inner > div.flex > a.flex |
Pick another server section.full-width-bg > div.full-width-bg__inner > div.flex > a.flex |
Learn more div.full-width-bg > div.full-width-bg__inner > div.row-span-full > a.flex |
Learn more div.full-width-bg > div.full-width-bg__inner > div.row-span-full > a.flex |
Find a server div.full-width-bg > div.full-width-bg__inner > div.row-span-full > a.flex |
Learn more div.full-width-bg > div.full-width-bg__inner > div.row-span-full > a.flex |
Donate on Patreon div.py-20 > div.lg:col-span-8 > div.flex > a.flex |
Donate directly div.py-20 > div.lg:col-span-8 > div.flex > a.flex |
Learn more div.py-20 > div.lg:col-span-8 > div.flex > a.flex |
Sponsorship does not equal influence. Mastodon is fully independent. div.mx-auto > main#main > section.grid > p.mt-8 |
These are opportunities to improve the legibility of your content.
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 |
|---|
Go to slide section.py-20 > div > div.flex > button.rounded-[50%] |
Go to slide section.py-20 > div > div.flex > button.rounded-[50%] |
Go to slide section.py-20 > div > div.flex > button.rounded-[50%] |
Go to slide section.py-20 > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
Go to slide div.full-width-bg__inner > div > div.flex > button.rounded-[50%] |
These items highlight common accessibility best practices.