Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction5 issue(s) across 43 links and 11 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.hotjar.com/hotjar-contentsqu… | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Hotjar Contentsquare Unified Platform | |||
| https://contentsquare.com/ | (empty) | empty | Add link text or aria-label |
| https://www.heap.io/ | (empty) | empty | Add link text or aria-label |
| https://www.hotjar.com/ | (empty) | empty | Add link text or aria-label |
| https://contentsquare.com/pricing/?utm_s… | Pricing | new tab | Add '(opens in new tab)' to text |
| https://login.contentsquare.com/one | Sign in | new tab | Add '(opens in new tab)' to text |
| https://app.contentsquare.com/signup?utm… | Get started | new tab | Add '(opens in new tab)' to text |
| https://app.contentsquare.com/signup?utm… | Get started | new tab | Add '(opens in new tab)' to text |
| //www.contentsquare.com/contact-us-hotja… | <img alt="" loading="lazy" dec… | img no alt | Add alt attribute to the image |
| https://www.youtube.com/channel/UC_B6JMm… | <img alt="Youtube" loading="la… | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/hotjar | <img alt="X icon (svg)" loadin… | new tab | Add '(opens in new tab)' to text |
| https://mt.linkedin.com/company/hotjar | <img alt="LinkedIn" loading="l… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/hotjar/ | <img alt="" loading="lazy" dec… | new tab | Add '(opens in new tab)' to text |
| https://www.hotjar.com/product/user-test… | (empty) | empty | Add link text or aria-label |
| https://trust.contentsquare.com/?product… | Trust Center | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://contentsquare.com/; https://www.heap.io/; https://www.hotjar.com/; https://www.hotjar.com/product/user-tests
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://www.hotjar.com/hotjar-contentsquare-unified-platform ("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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="//www.contentsquare.com/contact-us-hotjar/?utm_content=navigation&utm_source=…"]; a[href="https://www.instagram.com/hotjar/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://contentsquare.com/pricing/?utm_source=hotjar-navigation; https://login.contentsquare.com/one; https://app.contentsquare.com/signup?utm_source=hj_website; https://app.contentsquare.com/signup?utm_source=hj_website; https://www.youtube.com/channel/UC_B6JMm8IrO1JJxyx7hjR6A; https://twitter.com/hotjar; https://mt.linkedin.com/company/hotjar; https://trust.contentsquare.com/?product=hotjar
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
BLandmark Structure3 landmarksREVIEW
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
BHeading Hierarchy14 headingsREVIEW
- H1 Hotjar has evolved into something more powerful
- H1 Hotjar has evolved into something more powerful duplicate H1
- H2 Trusted and used by 1.3+ million websites and apps
- H2 All together. All connected.
- H2 Everything you love about Hotjar. Now with more power.
- H2 The Hotjar you know and love, now even more powerful.
- H2 Integrations
- H2 Build experiences people love, seek and deserve.
- H2 Looking for more wisdom?
- H2 Products
- H2 Company
- H2 Compliance
- H2 (empty)
- H2 (empty)
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
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
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding10 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 4 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 Hotjar has evolved i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 Hotjar has evolved i… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Trusted and used by … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 All together. All co… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Everything you love … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The Hotjar you know … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Integrations | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Build experiences pe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Looking for more wis… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Company | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Compliance | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Hotjar: Website Heat… | 1.24:1 | 4.5:1 | #000000 | #0E1943 | Fail |
| p Hotjar is now part o… | 1.24:1 | 4.5:1 | #000000 | #0E1943 | Fail |
| a Learn more | 1.24:1 | 4.5:1 | #000000 | #0E1943 | Fail |
| span Close banner | 1.24:1 | 4.5:1 | #000000 | #0E1943 | Fail |
| span Hotjar Logo | 5.04:1 | 4.5:1 | #000000 | #7C7C7E | Pass |
| button Products | 5.11:1 | 4.5:1 | #000000 | #7D7D7E | Pass |
| a Pricing | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | Pass |
| div View plans and prici… | 5.24:1 | 4.5:1 | #000000 | #7F7F7F | 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+Alt Text QualityAll 39 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #consent-4 | checkbox | I have read and accept the conditions outlined in the privacy policy. | for/id |
| #email-3 | (example@email.com) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="email" id="email-3">
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
A+Lighthouse Accessibility AuditsScore 97/100 — 2 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.
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.sc-pj9bfx-6 > div.sc-pj9bfx-1 > div.sc-pj9bfx-4 > a div.sc-pj9bfx-6 > div.sc-pj9bfx-1 > div.sc-pj9bfx-4 > a |
div.sc-pj9bfx-6 > div.sc-pj9bfx-1 > div.sc-pj9bfx-2 > a div.sc-pj9bfx-6 > div.sc-pj9bfx-1 > div.sc-pj9bfx-2 > a |
div.sc-pj9bfx-6 > div.sc-pj9bfx-1 > div.sc-pj9bfx-3 > a div.sc-pj9bfx-6 > div.sc-pj9bfx-1 > div.sc-pj9bfx-3 > a |
div.sc-341qbk-0 > div.sc-1l1rr80-6 > div.sc-1l1rr80-11 > a div.sc-341qbk-0 > div.sc-1l1rr80-6 > div.sc-1l1rr80-11 > a |
div.sc-110qyy0-4 > ul.sc-110qyy0-6 > li > a div.sc-110qyy0-4 > ul.sc-110qyy0-6 > li > a |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookie Policy div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a |