Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DHeading HierarchyAction20 headings, 3 skip(s)FIX
- H2 Try out the best cloud-hosted help desk platform for 30 days
- H4 Thank you for signing up for a 30-day free trial! skipped
- H1 Subscribe to osTicket Mailing Lists
- H5 DOWNLOAD skipped
- H5 INSTALL SOFTWARE
- H5 Ready To Use
- H5 Need a Cloud-Hosted Solution Instead?
- H4 SOME OF OUR FEATURES
- H5 Dashboard Reports
- H5 Ticket Filters
- H5 Configurable Help Topic
- H5 Customer Support Portal
- H5 Service Level Agreements
- H5 And Much More!
- H4 We're not the only ones excited about osTicket...
- H5 Thousands of customers in over 190 countries trust and use osTicket for customer support.
- H1 Get Started For Free Today! duplicate H1
- H5 No Credit Card or Commitment Required skipped
- H3 Make Happy Customers
- H4 Navigation
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
DLink & Button QualityAction9 issue(s) across 46 links and 4 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://osticket.com | (empty) | empty | Add link text or aria-label |
| https://next.osticket.com/?ssd=1 | Announcement Banner | new tab | Add '(opens in new tab)' to text |
| https://osticket.com/features/ | LEARN MORE | generic text | Replace with descriptive text |
Before: LEARN MORE Suggested: Features | |||
| https://osticket.com/features/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Features | |||
| //facebook.com/Enhancesoft | (empty) | empty | Add link text or aria-label |
| //twitter.com/osTicket | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/osticket_softw… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/c/osTicket_tutor… | (empty) | empty | Add link text or aria-label |
| https://github.com/osTicket/osTicket | (empty) | empty | Add link text or aria-label |
| http://enhancesoft.com | Enhancesoft | new tab | Add '(opens in new tab)' to text |
| #primary | (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://osticket.com; //facebook.com/Enhancesoft; //twitter.com/osTicket; https://www.instagram.com/osticket_software/; https://www.youtube.com/c/osTicket_tutorials; https://github.com/osTicket/osTicket; #primary
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.
https://osticket.com/features/ ("LEARN MORE"); https://osticket.com/features/ ("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://next.osticket.com/?ssd=1; http://enhancesoft.com
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
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
CForm AccessibilityAction10 of 11 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #industry | select | Industry: | for/id |
| #signUpLName | text | (Last Name) | placeholder only |
| #signUpCompName | text | (Company Name) | placeholder only |
| #signUpCompUrl | text | (subdomain) | placeholder only |
| #signUpEmail | (Work Email Address) | placeholder only | |
| #signUpFName | text | (First Name) | placeholder only |
| #ostDFName | text | (First Name) | placeholder only |
| #ostDLName | text | (Last Name) | placeholder only |
| #ostDEmail | (Email Address) | placeholder only | |
| #finalDComp | text | (Company) | placeholder only |
| #g-recaptcha-response-100000 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="g-recaptcha-response" id="g-recaptcha-response-100000">
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="su-fname" id="signUpFName">; <input type="text" name="su-lname" id="signUpLName">; <input type="text" name="su-comp" id="signUpCompName">; <input type="text" name="su-url" id="signUpCompUrl">; <input type="email" name="su-email" id="signUpEmail">; <input type="text" name="name" id="ostDFName">; <input type="text" name="name" id="ostDLName">; <input type="email" name="email" id="ostDEmail">; <input type="text" name="company" id="finalDComp">
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 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 Subscribe to osTicke… | 1.48:1 | 3.0:1 | #000000 | #2B2B2B | Fail |
| h1 Get Started For Free… | 1.48:1 | 3.0:1 | #000000 | #2B2B2B | Fail |
| h2 Try out the best clo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Make Happy Customers | 1.48:1 | 3.0:1 | #000000 | #2B2B2B | Fail |
| title osTicket | Support T… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div .supportsystem.com | 14.71:1 | 4.5:1 | #000000 | #ACE2E0 | Pass |
| option Choose an industry | 8.54:1 | 4.5:1 | #000000 | #2FB7B2 | Pass |
| option Education | 14.71:1 | 4.5:1 | #000000 | #ACE2E0 | Pass |
| option Healthcare | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Technology (SaaS) | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Government Facilitie… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Hospitality | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Manufacturing | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Logistics | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Finance | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Human Resources | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Automotive | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Real Estate | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| option Legal Services | 13.40:1 | 4.5:1 | #000000 | #9ED9DB | Pass |
| option NGO’s & Nonprofits | 12.31:1 | 4.5:1 | #000000 | #8DD2D5 | 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 82/100 — 4 failing, 15 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 |
|---|
Make. Happy. Customers. div.container > div.slider-content > div.slider-content-text > span |
LEARN MORE div.slider-content > div.main-slider-btn-wrap > a.btn > span.text |
Simply select what features you need in the downloads section div.kc-col-container > div.kc-elm > div.info-box-content > div.info-box-text |
Install our software fast with our easy-to-follow installation process div.kc-col-container > div.kc-elm > div.info-box-content > div.info-box-text |
Our easy-to-use software will help you get started in no time div.kc-col-container > div.kc-elm > div.info-box-content > div.info-box-text |
Try SupportSystem! div.kc-col-container > div.kc-elm > div.info-box-content > a.read-more |
Our rich and simple dashboard keeps you up-to-date on your help desk statistics div.kc_wrapper > div.kc-elm > div.info-box-content > div.info-box-text |
Our powerful ticket filtering system makes sure the right tickets goes to the r… div.kc_wrapper > div.kc-elm > div.info-box-content > div.info-box-text |
Add, edit, and delete your help desk topics that suit your preference div.kc_wrapper > div.kc-elm > div.info-box-content > div.info-box-text |
Robust customer support portal system to help your business maintain happy cust… div.kc_wrapper > div.kc-elm > div.info-box-content > div.info-box-text |
Simply set your business hours and our system will handle the rest leaving you … div.kc_wrapper > div.kc-elm > div.info-box-content > div.info-box-text |
osTicket comes pack with tons of awesome features you have to try out yourself div.kc_wrapper > div.kc-elm > div.info-box-content > div.info-box-text |
View All Features div.kc_wrapper > div.kc-elm > a.btn > span.text |
GET STARTED div.kc_wrapper > div.kc-elm > a.btn > span.text |
GET STARTED div.kc-col-container > div.kc-elm > a.btn > span.text |
osTicket is a widely used and trusted open source support ticketing system. Eas… div.row > div.col-lg-7 > div.heading > p.heading-text |
Features div.menus-wrap > ul#menu-footer-menu-1 > li > a |
Editions div.menus-wrap > ul#menu-footer-menu-1 > li > a |
Cloud-hosted div.menus-wrap > ul#menu-footer-menu-1 > li > a |
Forum div.menus-wrap > ul#menu-footer-menu-1 > li > a |
Blog div.menus-wrap > ul#menu-footer-menu-1 > li > a |
About osTicket div.menus-wrap > ul#menu-footer-menu-2 > li > a |
Careers div.menus-wrap > ul#menu-footer-menu-2 > li > a |
FAQ div.menus-wrap > ul#menu-footer-menu-2 > li > a |
Contact div.menus-wrap > ul#menu-footer-menu-2 > li > a |
Privacy div.menus-wrap > ul#menu-footer-menu-2 > li > a |
Terms div.menus-wrap > ul#menu-footer-menu-2 > li > a |
Sitemap div.menus-wrap > ul#menu-footer-menu-2 > li > a |
Copyright © 2026 osTicket.com, an Enhancesoft product div.container > div.row > div.col-lg-12 > span.site-copyright-text |
Enhancesoft div.row > div.col-lg-12 > span.site-copyright-text > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Enhancesoft div.row > div.col-lg-12 > span.site-copyright-text > a |
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 |
|---|
No Credit Card or Commitment Required div.kc-elm > div.kc-col-container > header.kc-elm > h5.heading-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.container > div.header-content-wrapper > div.logo > a.full-block-link div.container > div.header-content-wrapper > div.logo > a.full-block-link |
div.row > div.col-lg-7 > div.socials > a.social__item div.row > div.col-lg-7 > div.socials > a.social__item |
div.row > div.col-lg-7 > div.socials > a.social__item div.row > div.col-lg-7 > div.socials > a.social__item |
div.row > div.col-lg-7 > div.socials > a.social__item div.row > div.col-lg-7 > div.socials > a.social__item |
div.row > div.col-lg-7 > div.socials > a.social__item div.row > div.col-lg-7 > div.socials > a.social__item |
div.row > div.col-lg-7 > div.socials > a.social__item div.row > div.col-lg-7 > div.socials > a.social__item |
div.row > div.col-lg-12 > svg.back-to-top > a.smooth-scroll div.row > div.col-lg-12 > svg.back-to-top > a.smooth-scroll |
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.
A+Landmark Structure8 landmarksPASS
AAlt Text Quality1 of 13 images have issuesPASS
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report