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
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
DLink & Button QualityAction7 issue(s) across 101 links and 75 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.jetbrains.com/legal/docs/pri… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Cookie Notice | |||
| https://kotlinconf.com/registration/?utm… | Join 2000+ Kotlin devs at Kotl… | new tab | Add '(opens in new tab)' to text |
| https://github.com/JetBrains/kotlin/rele… | v2.3.20 | new tab | Add '(opens in new tab)' to text |
| https://www.jetbrains.com/ | jetbrains logo | new tab | Add '(opens in new tab)' to text |
| / | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Home page | |||
| / | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Home page | |||
| / | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Home page | |||
| / | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Home page | |||
| https://www.jetbrains.com/ | jetbrains logo | new tab | Add '(opens in new tab)' to text |
| https://www.jetbrains.com/ | jetbrains logo | new tab | Add '(opens in new tab)' to text |
| https://www.jetbrains.com/ | jetbrains logo | new tab | Add '(opens in new tab)' to text |
| https://www.jetbrains.com/ | jetbrains logo | new tab | Add '(opens in new tab)' to text |
| https://kotlinconf.com/?utm_campaign=kc_… | KotlinConf banner | new tab | Add '(opens in new tab)' to text |
| https://blog.jetbrains.com/kotlin/2026/0… | April 2, 2026KotlinConf’26 S… | new tab | Add '(opens in new tab)' to text |
| https://blog.jetbrains.com/kotlin/2026/0… | March 31, 2026Kodee’s Kotlin… | new tab | Add '(opens in new tab)' to text |
| https://blog.jetbrains.com/amper/2026/03… | March 31, 2026Amper 0.10 – J… | new tab | Add '(opens in new tab)' to text |
| https://blog.jetbrains.com/kotlin/2026/0… | March 23, 2026KotlinConf’26 … | new tab | Add '(opens in new tab)' to text |
| https://medium.com/mcdonalds-technical-b… | McDonald's leverages Kotlin Mu… | new tab | Add '(opens in new tab)' to text |
| https://open.spotify.com/episode/3jtfD8a… | AWS opted for Kotlin over Java… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=hZPL8Qqi… | Philips utilizes Kotlin Multip… | new tab | Add '(opens in new tab)' to text |
| https://medium.com/adobetech/streamlinin… | Adobe Experience Platform chos… | new tab | Add '(opens in new tab)' to text |
| https://www.forbes.com/sites/forbes-engi… | By sharing over 80% of logic a… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/watch?v=4GkoB4hZ… | Atlassian adopted Kotlin for t… | new tab | Add '(opens in new tab)' to text |
| https://github.com/JetBrains/kotlin | Kotlin on GitHub | new tab | Add '(opens in new tab)' to text |
| https://x.com/kotlin | Kotlin on Twitter | new tab | Add '(opens in new tab)' to text |
| https://bsky.app/profile/kotlinlang.org | Kotlin on Bluesky | new tab | Add '(opens in new tab)' to text |
| https://surveys.jetbrains.com/s3/kotlin-… | Kotlin Slack | new tab | Add '(opens in new tab)' to text |
| https://www.reddit.com/r/Kotlin/ | Kotlin on Reddit | new tab | Add '(opens in new tab)' to text |
| https://stackoverflow.com/questions/tagg… | Kotlin on Stack Overflow | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCP7uiEZ… | Kotlin on YouTube | new tab | Add '(opens in new tab)' to text |
| https://blog.jetbrains.com/kotlin/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://youtrack.jetbrains.com/issues/KT | Issue Tracker | new tab | Add '(opens in new tab)' to text |
| https://kotlinlang.org/docs/kotlin-brand… | Brand Assets | new tab | Add '(opens in new tab)' to text |
| https://job-boards.eu.greenhouse.io/jetb… | Careers | new tab | Add '(opens in new tab)' to text |
| https://www.jetbrainsmerchandise.com/vie… | Kotlin Merch | new tab | Add '(opens in new tab)' to text |
| https://jetbrains.com | jetbrains.com link | new tab | Add '(opens in new tab)' to text |
| https://www.jetbrains.com/ | JetBrains | new tab | Add '(opens in new tab)' to text |
| https://github.com/JetBrains/kotlin-web-… | Apache 2 license | 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 |
Generic link text like 'click here' doesn't describe the destination.
https://www.jetbrains.com/legal/docs/privacy/cookie-notice/ ("Learn more"); / ("Learn more"); / ("Learn more"); / ("Learn more"); / ("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
Add '(opens in new tab)' to link text or aria-label.
https://kotlinconf.com/registration/?utm_source=website&utm_medium=banner&utm_campaign=kotlinlangsticky; https://github.com/JetBrains/kotlin/releases/tag/v2.3.20; https://www.jetbrains.com/; https://www.jetbrains.com/; https://www.jetbrains.com/; https://www.jetbrains.com/; https://www.jetbrains.com/; https://kotlinconf.com/?utm_campaign=kc_promo&utm_medium=banner&utm_source=kotlinlang; https://blog.jetbrains.com/kotlin/2026/04/kotlinconf-26-speakers-in-conversation-with-lena-reinhard/; https://blog.jetbrains.com/kotlin/2026/03/kodees-kotlin-roundup-march-26-edition/ (+23 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
DFavicon & 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
CHeading HierarchyAction29 headings, 2 skip(s)REVIEW
- H2 Cookie Settings
- H1 Kotlin
- H3 Multiplatform skipped
- H3 Backend
- H3 Android
- H3 AI
- H3 Start Kotlin tour
- H1 Kotlin duplicate H1
- H1 Kotlin duplicate H1
- H1 Kotlin duplicate H1
- H3 Multiplatform skipped
- H3 AI development
- H3 Backend
- H3 Android
- H3 Kotlin Tour
- H1 Kotlin duplicate H1
- H2 Latest news
- H3 KotlinConf’26 Speakers: In Conversation With Lena Reinhard
- H3 Kodee’s Kotlin Roundup: Kotlin 2.3.20, Interview With Josh Long, and More
- H3 Amper 0.10 – JDK Provisioning, a Maven Converter, Custom Compiler Plugins, and More
- H3 KotlinConf’26 Speakers: In Conversation with Josh Long
- H2 Kotlin in action
- H2 Share code on your terms and for different platforms
- H2 Kotlin + AI
- H3 What you get with Kotlin + AI
- H3 Build your own AI agents with Koog
- H2 Big, friendly and helpful community
- H2 Kotlin Foundation
- H2 Start using Kotlin today!
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
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
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
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 Kotlin | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h1 Kotlin | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h1 Kotlin | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h1 Kotlin | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h1 Kotlin | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h2 Cookie Settings | 1.80:1 | 3.0:1 | #000000 | #352B7F | Fail |
| h2 Latest news | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h2 Kotlin in action | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h2 Share code on your … | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h2 Kotlin + AI | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h2 Big, friendly and he… | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h2 Kotlin Foundation | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h2 Start using | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h2 Kotlin today! | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h3 Multiplatform | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h3 Backend | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h3 Android | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h3 Start Kotlin tour | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h3 Multiplatform | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | Fail |
| h3 AI development | 1.07:1 | 3.0:1 | #000000 | #0C0C0E | 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+Alt Text QualityAll 47 images OKPASS
A+Form AccessibilityNo form controlsPASS
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 28 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.