Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction10 issue(s) across 140 links and 8 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://my.greenhouse.com/ | Job seekers | new tab | Add '(opens in new tab)' to text |
| /blog/g2-2026-awards-best-software-sprin… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: G2 2026 Awards Best Software Spring | |||
| /events/open-for-ops-save-the-date-2026 | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Open For Ops Save The Date 2026 | |||
| https://www.facebook.com/greenhouse.io/ | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/greenho… | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/channel/UCwLlhrx… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/greenhousesoft… | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@greenhouse_softw… | (empty) | empty | Add link text or aria-label |
| /ai-recruiting | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Ai Recruiting | |||
| /real-talent-candidate-matching | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Real Talent Candidate Matching | |||
| https://my.greenhouse.com | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: My.Greenhouse.Com | |||
| https://my.greenhouse.com/ | Job seekers | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/greenhouse.io/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/greenho… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/channel/UCwLlhrx… | youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/greenhousesoft… | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@greenhouse_softw… | tiktok | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.facebook.com/greenhouse.io/; https://www.linkedin.com/company/greenhouse-inc-/; https://www.youtube.com/channel/UCwLlhrx5lFssgTwKCHEuC8g; https://www.instagram.com/greenhousesoftware/; https://www.tiktok.com/@greenhouse_software
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.
/blog/g2-2026-awards-best-software-spring ("Learn more"); /events/open-for-ops-save-the-date-2026 ("Learn more"); /ai-recruiting ("Learn more"); /real-talent-candidate-matching ("Learn more"); https://my.greenhouse.com ("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://my.greenhouse.com/; https://my.greenhouse.com/; https://www.facebook.com/greenhouse.io/; https://www.linkedin.com/company/greenhouse-inc-/; https://www.youtube.com/channel/UCwLlhrx5lFssgTwKCHEuC8g; https://www.instagram.com/greenhousesoftware/; https://www.tiktok.com/@greenhouse_software
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
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy12 headings, 1 skip(s)REVIEW
- H1 The only hiring platform you’ll
- H1 ever need duplicate H1
- H3 Real Talent skipped
- H2 See who’s hiring with Greenhouse
- H2 Hire faster and smarter with Greenhouse AI
- H2 Great companies hire with Greenhouse
- H2 Greenhouse has made a real difference to how we hire at Ocado Group. It’s helped us simplify our recruitment processes, cutting our time-to-hire by nearly 30%.
- H2 The best teams start with hiring – and the best hiring starts with Greenhouse
- H3 Flex and scale with ease
- H3 Future-proof your hiring
- H2 Everything you need to get better at hiring
- H2 Check out upcoming events and webinars
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
A+Landmark Structure4 landmarksPASS
A+Alt Text QualityAll 45 images OKPASS
| Issue | Count |
|---|---|
| too long | 2 image(s) |
AForm Accessibility1 of 3 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-3 | search | Search the site | for/id |
| *Email address | for/id | ||
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<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
A404 Error PageHTTP 404, custom pagePASS
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 The | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h1 hiring platform you… | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h1 ever need | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h2 See who’s hiring w… | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h2 Hire faster and smar… | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h2 Great companies hire… | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h2 Greenhouse has made … | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h2 The best teams start… | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h2 Everything you need … | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h2 Check out upcoming e… | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h3 Flex and scale with … | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| h3 Future-proof your hi… | 17.09:1 | 3.0:1 | #000000 | #C9F0E6 | Pass |
| title Greenhouse | Applica… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to Content | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Close mobile sub-nav… | 16.62:1 | 4.5:1 | #000000 | #C6EDE3 | Pass |
| a Greenhouse Home Link | 17.09:1 | 4.5:1 | #000000 | #C9F0E6 | Pass |
| button Platform | 17.09:1 | 4.5:1 | #000000 | #C9F0E6 | Pass |
| span Open menu for | 17.09:1 | 4.5:1 | #000000 | #C9F0E6 | Pass |
| div Platform | 17.09:1 | 4.5:1 | #000000 | #C9F0E6 | Pass |
| a Only in Greenhouse | 17.09:1 | 4.5:1 | #000000 | #C9F0E6 | 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.
A+Lighthouse Accessibility AuditsScore 97/100 — 2 failing, 27 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.
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 |
|---|
Real Talent div#w-node-a24719bc-8506-a42c-bf29-1dcf62c6e58d-ba6594cf > div.content-gallery-item > div.content-gallery-item-heading > h3 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to Content body > div.page-header > a.link-11-2-2 |
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.