Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction11 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
DForm AccessibilityAction4 of 4 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #username-header | text | (linktr.ee/yourname) | placeholder only |
| #username-footer | text | (linktr.ee/yourname) | placeholder only |
| 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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="Username" id="username-header">; <input type="text" name="Username" id="username-footer">
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 QualityAction15 issue(s) across 134 links and 2 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | home | img no alt | Add alt attribute to the image |
| /link-in-bio/instagram | (empty) | empty | Add link text or aria-label |
| /link-in-bio/tiktok | (empty) | empty | Add link text or aria-label |
| /link-in-bio/linkedin | (empty) | empty | Add link text or aria-label |
| /link-in-bio/x | (empty) | empty | Add link text or aria-label |
| /link-in-bio | Join 70M+ using Linktree as th… | img no alt | Add alt attribute to the image |
| /features/social-planner/instagram | (empty) | empty | Add link text or aria-label |
| /features/social-planner/tiktok | (empty) | empty | Add link text or aria-label |
| /features/social-planner/facebook | (empty) | empty | Add link text or aria-label |
| /features/social-planner/pinterest | (empty) | empty | Add link text or aria-label |
| /features/social-planner/linkedin | (empty) | empty | Add link text or aria-label |
| /features/social-planner/threads | (empty) | empty | Add link text or aria-label |
| /features/social-planner/youtube-shorts | (empty) | empty | Add link text or aria-label |
| /features/instagram-auto-reply | Boost sales with Instagram Aut… | img no alt | Add alt attribute to the image |
| /features/email-integrations | Connect your email tools, acti… | img no alt | Add alt attribute to the image |
| /features/shops | Turn Your Linktree into a Stor… | img no alt | Add alt attribute to the image |
| /features/analytics | Grow engagement with analytics… | img no alt | Add alt attribute to the image |
| /features/courses | Create & sell your own online … | img no alt | Add alt attribute to the image |
| /features/courses | Create & sell your own online … | img no alt | Add alt attribute to the image |
| https://linktr.ee/selenagomez | 1 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/funkynutmeg | 2 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/hbo | 3 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/comedycentral | 4 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/pharrell | 5 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/tonyhawk | 6 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/laclippers | 7 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/selenagomez | 1 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/funkynutmeg | 2 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/hbo | 3 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/comedycentral | 4 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/pharrell | 5 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/tonyhawk | 6 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/laclippers | 7 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/selenagomez | 1 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/funkynutmeg | 2 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/hbo | 3 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/comedycentral | 4 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/pharrell | 5 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/tonyhawk | 6 / 7 | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/laclippers | 7 / 7 | new tab | Add '(opens in new tab)' to text |
| /solutions/share-content | Share every type of content in… | img no alt | Add alt attribute to the image |
| /solutions/earn | Sell products, collect payment… | img no alt | Add alt attribute to the image |
| /solutions/grow-followers | Grow, own and engage your audi… | img no alt | Add alt attribute to the image |
| https://linktr.ee/help/en/articles/11126… | Help Article | new tab | Add '(opens in new tab)' to text |
| https://linktr.ee/linktr.ee | (empty) | empty | Add link text or aria-label |
| https://www.threads.net/@linktr.ee | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@linktr.ee | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/linktr.ee/ | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
/link-in-bio/instagram; /link-in-bio/tiktok; /link-in-bio/linkedin; /link-in-bio/x; /features/social-planner/instagram; /features/social-planner/tiktok; /features/social-planner/facebook; /features/social-planner/pinterest; /features/social-planner/linkedin; /features/social-planner/threads (+5 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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/"]; a[href="/link-in-bio"]; a[href="/features/instagram-auto-reply"]; a[href="/features/email-integrations"]; a[href="/features/shops"]; a[href="/features/analytics"]; a[href="/features/courses"]; a[href="/features/courses"]; a[href="https://linktr.ee/selenagomez"]; a[href="https://linktr.ee/funkynutmeg"] (+22 more)
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://linktr.ee/help/en/articles/11126119-who-can-use-linktree-s-earn-features
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
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding11 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 89/100 — 5 failing, 24 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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
creators
influencers
small businesses
athletes
models
monetizers
health educato… section.trusted-by > div._w-scrolling-heading > div.swiper > div#swiper-wrapper-9219c5bde34181ae |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Why should podcasters use Linktree?
div.faq-item > div.faq-head > div.q-wrapper > h4.faq-question |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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._w-footer-bottom > div._w-footer-right-col-links > div._w-app-links > a.button div._w-footer-bottom > div._w-footer-right-col-links > div._w-app-links > a.button |
div._w-footer-bottom > div._w-footer-right-col-links > div._w-app-links > a.button div._w-footer-bottom > div._w-footer-right-col-links > div._w-app-links > a.button |
div._w-footer-right-col-links > div._w-social-icons > div._w-social-links > a.footer-app-social-link div._w-footer-right-col-links > div._w-social-icons > div._w-social-links > a.footer-app-social-link |
div._w-footer-right-col-links > div._w-social-icons > div._w-social-links > a.footer-app-social-link div._w-footer-right-col-links > div._w-social-icons > div._w-social-links > a.footer-app-social-link |
div._w-footer-right-col-links > div._w-social-icons > div._w-social-links > a.footer-app-social-link div._w-footer-right-col-links > div._w-social-icons > div._w-social-links > a.footer-app-social-link |
div._w-footer-right-col-links > div._w-social-icons > div._w-social-links > a.footer-app-social-link div._w-footer-right-col-links > div._w-social-icons > div._w-social-links > a.footer-app-social-link |
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.w-mod-js html.w-mod-js |
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 |
|---|
English div.dg-app > div > div.dg-main-language-dropdown > button.language-dropdown-trigger |
AHeading Hierarchy28 headings, 1 skip(s)PASS
- H1 A link in bio built for you.
- H2 Create and customize your Linktree in minutes
- H2 Share your Linktree anywhere you like!
- H2 Analyze your audience and keep them engaged
- H2 The only link in bio trusted by 70M+
- H3 Share every type of content in limitless ways
- H3 Sell products, collect payments and make monetization simple
- H3 Grow, own and engage your audience across all of your channels
- H2 The fast, friendly and powerful link in bio tool.
- H2 As featured in...
- H3 “With Linktree, I can definitely see the monetization of my following becoming a full-time thing.”
- H3 “Linktree simplifies the process for creators to share multiple parts of themselves in one inclusive link.”
- H3 “Linktree helps my customers get where they need to go. It's fast and easy.”
- H3 “I use Linktree's analytics to better understand my audience and what converts them.”
- H3 “My Linktree resume stood out from the rest, securing me my first full-time job as a TV reporter!”
- H3 “With Linktree, I can definitely see the monetization of my following becoming a full-time thing.”
- H3 “Linktree simplifies the process for creators to share multiple parts of themselves in one inclusive link.”
- H2 Questions? Answered
- H4 Why should podcasters use Linktree? skipped
- H4 Is Linktree the original link in bio tool?
- H4 Can you get paid and sell things from a Linktree?
- H4 Is Linktree safe to use on all of my social media profiles?
- H4 What makes Linktree better than the other link in bio options?
- H4 How can I drive more traffic to and through my Linktree?
- H4 How many links should I have on my Linktree?
- H4 Do I need a website to use Linktree?
- H4 Where can I download the app?
- H2 Jumpstart your corner of the internet today
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Alt Text QualityAll 73 images OKPASS
A+Web ManifestPWA-readyPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 A link in bio built … | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h2 Create and customize… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h2 Share your Linktree … | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h2 Analyze your audienc… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h2 The only link in bio… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h2 The fast, friendly a… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h2 As featured in... | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h2 Questions? Answered | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h2 Jumpstart your corne… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 Share every type of … | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 Sell products, colle… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 Grow, own and engage… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 “With Linktree, I … | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 “Linktree simplifi… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 “Linktree helps my… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 “I use Linktree's … | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 “My Linktree resum… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 “With Linktree, I … | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| h3 “Linktree simplifi… | 10.25:1 | 3.0:1 | #000000 | #ADBF1C | Pass |
| title Link in bio tool: Ev… | 15.31:1 | 4.5:1 | #000000 | #D2E823 | 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.