Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
FHeading HierarchyAction21 headings, 4 skip(s)FIX
- H1 Turn documentation into your product’s knowledge system
- H2 Docs that are an extension of your product
- H5 Your product and docs, in sync (finally) skipped
- H5 Built for humans, optimized for AI
- H4 “GitBook helps every department — it’s just easy cross-collaboration. One tool does it all, and we don’t have to hold somebody’s hand through the docs process. It’s made life very easy.”
- H3 A connected, personalized AI Assistant
- H2 Docs tools for teams who care about quality
- H5 A workflow your entire team will love skipped
- H5 A best-in-class editing experience
- H5 Team up with a proactive partner
- H2 Built to perform
- H4 “We wanted to really customize the look and feel of our documentation and to link it to our visual identity as a brand. And with GitBook, we managed to do everything we wanted.” skipped
- H3 A connected layer for product knowledge
- H2 Enterprise-grade docs intelligence
- H5 Migration and support skipped
- H5 Access control
- H5 Security and compliance
- H5 Auth-protected content
- H4 We view GitBook as a growth tool. If our docs are easy to use, our users will be successful and adopt our products. By making it simple for developers to get their first ‘aha!’ moment, GitBook hel
- H2 Companies like yours are building better docs with GitBook
- H1 Build knowledge that never stands still duplicate H1
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
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
DLink & Button QualityAction12 issue(s) across 70 links and 1 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| ./ | (empty) | empty | Add link text or aria-label |
| ./enterprise | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Enterprise | |||
| ./customers/bunq | (empty) | empty | Add link text or aria-label |
| ./customers/sonar | (empty) | empty | Add link text or aria-label |
| ./customers/nexthink | (empty) | empty | Add link text or aria-label |
| ./customers/fedex | (empty) | empty | Add link text or aria-label |
| ./customers/xplorpay | (empty) | empty | Add link text or aria-label |
| ./ | (empty) | empty | Add link text or aria-label |
| https://github.com/GitbookIO | (empty) | empty | Add link text or aria-label |
| https://x.com/GitBookIO | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/gitbook… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/@gitbookIO | (empty) | empty | Add link text or aria-label |
| https://gitbook.com/docs | GitBook product docs | new tab | Add '(opens in new tab)' to text |
| https://gitbook.com/docs/developers | GitBook developer docs | new tab | Add '(opens in new tab)' to text |
| https://gitbook.com/docs/guides | GitBook guides | new tab | Add '(opens in new tab)' to text |
| https://gitbook.com/docs/policies/terms | Terms of service | new tab | Add '(opens in new tab)' to text |
| https://gitbook.com/docs/policies/privac… | Privacy statement | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@gitbookIO | Videos | new tab | Add '(opens in new tab)' to text |
| https://gitbook.com/docs/help-center | Help center | new tab | Add '(opens in new tab)' to text |
| https://gitbook.com/docs/changelog | Changelog | new tab | Add '(opens in new tab)' to text |
| https://www.gitbookstatus.com/ | Status | new tab | Add '(opens in new tab)' to text |
| https://security.gitbook.com/ | Security and compliance | new tab | Add '(opens in new tab)' to text |
| https://www.gitbook.com/blog/gitbook-sec… | The SOC 2 logo | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
./; ./customers/bunq; ./customers/sonar; ./customers/nexthink; ./customers/fedex; ./customers/xplorpay; ./; https://github.com/GitbookIO; https://x.com/GitBookIO; https://www.linkedin.com/company/gitbook/ (+1 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
Generic link text like 'click here' doesn't describe the destination.
./enterprise ("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://gitbook.com/docs; https://gitbook.com/docs/developers; https://gitbook.com/docs/guides; https://gitbook.com/docs/policies/terms; https://gitbook.com/docs/policies/privacy-and-security/statement; https://www.youtube.com/@gitbookIO; https://gitbook.com/docs/help-center; https://gitbook.com/docs/changelog; https://www.gitbookstatus.com/; https://security.gitbook.com/ (+1 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 & BrandingAction3 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DPrint StylesheetActionNo print stylesFIX
C404 Error PageActionHTTP 404, custom pageREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
BLighthouse Accessibility AuditsScore 83/100 — 4 failing, 13 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.
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 |
|---|
New a.framer-1ykzfug > div.framer-1esd1ut > div.framer-12bvbki > p.framer-text |
GITBOOK AGENT div.framer-z2q369 > div.framer-16phfas > div.framer-18q1fbg > p.framer-text |
Beta a.framer-TA3qw > div.framer-1lig7ba > div.framer-bd5p7u > p.framer-text |
LLMS.TXT & MCP div.framer-z2q369 > div.framer-16phfas > div.framer-18q1fbg > p.framer-text |
EMBEDDED ASSISTANT div.framer-usj5hv > div.framer-wkbwqq > div.framer-19wl25j > p.framer-text |
GIT SYNC div.framer-z2q369 > div.framer-16phfas > div.framer-18q1fbg > p.framer-text |
VISUAL EDITOR div.framer-z2q369 > div.framer-16phfas > div.framer-18q1fbg > p.framer-text |
GITBOOK AGENT div.framer-z2q369 > div.framer-16phfas > div.framer-18q1fbg > p.framer-text |
Early access a.framer-TA3qw > div.framer-1lig7ba > div.framer-bd5p7u > p.framer-text |
CONNECTED KNOWLEDGE div.framer-usj5hv > div.framer-wkbwqq > div.framer-19wl25j > p.framer-text |
CUSTOMER STORIES div.framer-1scchmi > div.framer-1le9pes > div.framer-g1mn02 > p.framer-text |
These are opportunities to improve the legibility of your content.
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 |
|---|
Your product and docs, in sync (finally) div.framer-z2q369 > div.framer-16phfas > div.framer-465303 > h5.framer-text |
A workflow your entire team will love div.framer-z2q369 > div.framer-16phfas > div.framer-465303 > h5.framer-text |
“We wanted to really customize the look and feel of our documentation and to li… div.framer-cq1e3g > div.framer-1dzqw3u > div.framer-lsmlz6 > h4.framer-text |
Migration and support div.framer-1q5b0e0 > div.framer-1u8ou9j > div.framer-1x3jgkz > h5.framer-text |
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.framer-1sm3ux8-container > div.framer-dHWFU > div.framer-1bu092d > a.framer-84rpwu div.framer-1sm3ux8-container > div.framer-dHWFU > div.framer-1bu092d > a.framer-84rpwu |
div.framer-iyxsyh-container > div.framer-0jzu6 > div.framer-1yixnu4 > a.framer-1oziz0a div.framer-iyxsyh-container > div.framer-0jzu6 > div.framer-1yixnu4 > a.framer-1oziz0a |
div.framer-iyxsyh-container > div.framer-0jzu6 > div.framer-1yixnu4 > a.framer-1oziz0a div.framer-iyxsyh-container > div.framer-0jzu6 > div.framer-1yixnu4 > a.framer-1oziz0a |
div.framer-1r0ae6h-container > div.framer-lS9yM > div.framer-1mvfqkk > a.framer-lhfx46 div.framer-1r0ae6h-container > div.framer-lS9yM > div.framer-1mvfqkk > a.framer-lhfx46 |
div.framer-lS9yM > div.framer-1mvfqkk > div.framer-rk2vz8 > a.framer-l8o5zh div.framer-lS9yM > div.framer-1mvfqkk > div.framer-rk2vz8 > a.framer-l8o5zh |
div.framer-lS9yM > div.framer-1mvfqkk > div.framer-rk2vz8 > a.framer-1q4uyqu div.framer-lS9yM > div.framer-1mvfqkk > div.framer-rk2vz8 > a.framer-1q4uyqu |
div.framer-lS9yM > div.framer-1mvfqkk > div.framer-rk2vz8 > a.framer-1ppk0i7 div.framer-lS9yM > div.framer-1mvfqkk > div.framer-rk2vz8 > a.framer-1ppk0i7 |
div.framer-lS9yM > div.framer-1mvfqkk > div.framer-rk2vz8 > a.framer-169b5ft div.framer-lS9yM > div.framer-1mvfqkk > div.framer-rk2vz8 > a.framer-169b5ft |
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 html |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 33 images OKPASS
A+Form AccessibilityNo form controlsPASS
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 Build knowledge that… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Docs that are an ext… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Docs tools for teams… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Built to perform | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Enterprise-grade doc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Companies like yours… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 A connected, persona… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 A connected layer fo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Turn documentation i… | 20.11:1 | 4.5:1 | #000000 | #FAFAF9 | Pass |
| p The State of Docs 20… | 20.11:1 | 4.5:1 | #000000 | #FAFAF9 | Pass |
| p Read the report | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Login | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Start for free | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p New | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Assistant insights, … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span ’ | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p GitBook connects you… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Start for free | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Talk to us | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| p Meet our customers | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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.