Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
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
CLandmark StructureAction2 landmarksREVIEW
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
CHeading HierarchyAction51 headings, 2 skip(s)REVIEW
- H4 SmartOS Platform
- H4 Winston Intelligence
- H4 Platform Integrations
- H4 Attract
- H4 Select
- H4 Hire
- H4 By Role
- H4 Topic
- H4 By Use Case
- H4 By Industry
- H4 Dive deeper with us
- H4 Resource Tools
- H4 About Us
- H4 Why SmartRecruiters
- H4 Partner Network
- H1 AI-Powered Software for Superhuman Hiring™
- H2 Trusted by these industry leaders around the globe
- H3 The 2025 Gartner® Magic Quadrant™
- H2 Do more with less
- H3 70%
- H3 97%
- H3 50%
- H2 SmartOS
- H3 The End-to-End Talent Operating System
- H2 Hiring without the headaches
- H2 We have helpful resources just for you.
- H3 High-Volume Recruiting
- H3 Enterprise Recruiting
- H3 (empty)
- H3 Whether you’re a seasoned recruiter or hiring your first employee, We have helpful resources just for you.
- H3 65% increase in hires YoY
- H3 Time to hire reduced from 23 days to 9 days
- H3 33% reduction in time-to-fill
- H3 65% increase in hires YoY
- H3 Time to hire reduced from 23 days to 9 days
- H3 33% reduction in time-to-fill
- H3 65% increase in hires YoY
- H2 Dive deeper with valuable insights
- H3 Future-Proof Your Talent Acquisition
- H3 The Future of Hiring Success
- H3 Hiring in the Age of AI
- H6 See SmartRecruiters in action skipped
- H2 Trusted by the best, from growing enterprises to global powerhouses.
- H5 Products & Solutions skipped
- H6 PRODUCT
- H6 ATTRACT
- H6 SELECT
- H6 HIRE
- H5 Explore More
- H5 Support
- H5 Company
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
BAlt Text Quality1 of 87 images have issuesREVIEW
| 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
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
BForm Accessibility2 of 11 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #s | text | Search for: | for/id |
| *Work Email: | for/id | ||
| #Phone | tel | *Phone Number: | for/id |
| #FirstName | text | *First Name: | for/id |
| #LastName | text | *Last Name: | for/id |
| #Title | text | *Job Title: | for/id |
| #Company | text | *Company Name: | for/id |
| #Company_Size__c | select | *Company Size: | for/id |
| #Country | select | *Country: | for/id |
| #searchsubmit | submit | (none) | none |
| #navSearchInput | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="searchsubmit">; <input type="text" id="navSearchInput">
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
BFavicon & Branding5 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 82/100 — 6 failing, 30 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
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.home > q-focus-sentinel > div |
After AI assistant body.home > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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.
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 |
|---|
Explore the Benefits div.row > div.order-md-first > div.btn-wrapper > a.btn |
4,000 companies can't be wrong div.container > div.row > div.col-md-12 > p.pre-headline |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Press for Accessibility for blind people
who use screen readers div#INDquickAccess > ul > li > button.INDshortcutBtn |
Press for Accessibility menu div#INDquickAccess > ul > li > button |
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 |
|---|
Products & Solutions div.row > div.full-width > div.footer-column > h5 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down ul.utility-bar-menu > li.d-md-flex > a.top-nav-item > img.notify-nav-drop-down |
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
ALink & Button Quality159 links, 21 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| Support | img no alt | Add alt attribute to the image | |
| https://trust.smartrecruiters.com/ | Trust Center | new tab | Add '(opens in new tab)' to text |
| Events | img no alt | Add alt attribute to the image | |
| Webinars | img no alt | Add alt attribute to the image | |
| eBooks | img no alt | Add alt attribute to the image | |
| Guides & White Papers | img no alt | Add alt attribute to the image | |
| ROI Calculator | img no alt | Add alt attribute to the image | |
| REP Tool | img no alt | Add alt attribute to the image | |
| https://www.smartrecruiterscareers.com/ | Explore Careers | new tab | Add '(opens in new tab)' to text |
| https://www.smartrecruiters.com/recruiti… | SmartRecruiters Now Available … | new tab | Add '(opens in new tab)' to text |
| https://www.smartrecruiters.com/resource… | SmartRecruiters is recognized … | new tab | Add '(opens in new tab)' to text |
| https://beian.miit.gov.cn/ | 沪ICP备2024059826号-2 | new tab | Add '(opens in new tab)' to text |
| https://trust.smartrecruiters.com/ | Trust Center | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://trust.smartrecruiters.com/; https://www.smartrecruiterscareers.com/; https://www.smartrecruiters.com/recruiting-software/smartrecruiters-on-sap-su…; https://www.smartrecruiters.com/resources/landing/gartner-magic-quadrant-tale…; https://beian.miit.gov.cn/; https://trust.smartrecruiters.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
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 AI-Powered Software … | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h2 Trusted by these | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h2 around the globe | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h2 Do more | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h2 Smart | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h2 Hiring | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h2 the headaches | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h2 We have helpful reso… | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h2 Dive deeper with | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h2 Trusted by the best,… | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 The 2025 Gartner | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 Magic Quadrant | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 The End-to-End Talen… | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 High-Volume Recruiti… | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 Enterprise Recruitin… | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 Whether you’re a s… | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 We have helpful reso… | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 in hires YoY | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 Time to hire reduced… | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | Pass |
| h3 in time-to-fill | 20.81:1 | 3.0:1 | #000000 | #FEFEFD | 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.