Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 404, bare pageFIX
FFavicon & BrandingActionNo icons detectedFIX
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
CColor Contrast (Screenshot)Action20 text elements analyzed, 20 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Get any name like | 1.27:1 | 3.0:1 | #000000 | #1B1848 | Fail |
| h2 .it.com | 1.25:1 | 3.0:1 | #000000 | #181649 | Fail |
| h2 Why choose it.com? | 1.06:1 | 3.0:1 | #000000 | #070724 | Fail |
| h2 Don't Compromise. G… | 1.06:1 | 3.0:1 | #000000 | #070724 | Fail |
| h2 Get a great price on… | 1.06:1 | 3.0:1 | #000000 | #070724 | Fail |
| h2 Unsatisfied with you… | 1.13:1 | 3.0:1 | #000000 | #0F0D37 | Fail |
| h2 With the .com ending… | 1.29:1 | 3.0:1 | #000000 | #1A1753 | Fail |
| h2 Get superior website… | 1.29:1 | 3.0:1 | #000000 | #1A1753 | Fail |
| h2 Your it.com site can… | 1.29:1 | 3.0:1 | #000000 | #1A1753 | Fail |
| title IT.COM | 1.14:1 | 4.5:1 | #000000 | #0F0E38 | Fail |
| a Blog | 1.14:1 | 4.5:1 | #000000 | #0F0E38 | Fail |
| a Our team | 1.19:1 | 4.5:1 | #000000 | #16123C | Fail |
| a Contacts | 1.20:1 | 4.5:1 | #000000 | #131243 | Fail |
| a Registrars | 1.22:1 | 4.5:1 | #000000 | #191540 | Fail |
| span Help | 1.24:1 | 4.5:1 | #000000 | #181547 | Fail |
| a Log in | 1.25:1 | 4.5:1 | #000000 | #1A1647 | Fail |
| span yourdomain | 1.27:1 | 4.5:1 | #000000 | #1B174B | Fail |
| div .it.com | 1.25:1 | 4.5:1 | #000000 | #1D1741 | Fail |
| span Why it.com | 1.24:1 | 4.5:1 | #000000 | #1D173D | Fail |
| video Video tag not suppor… | 1.09:1 | 4.5:1 | #000000 | #0B0B28 | Fail |
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 89/100 — 3 failing, 25 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
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use cookies and other tracking technologies to improve your browsing experie… body > div#termsfeed-pc1-notice-banner |
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 |
|---|
I Agree div.termsfeed-pc1-notice-banner-inner > div.termsfeed-pc1-notice-banner-footer > div.termsfeed-pc1-notice-banner-buttons > button#termsfeed_privacy_consent_banner_button_accept_all |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > span#webby-pv-2014-bug > iframe body > span#webby-pv-2014-bug > iframe |
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+Heading Hierarchy9 headingsPASS
- H1 Get any name like
- H2 yourdomain.it.com
- H2 Why choose it.com?
- H2 Don't Compromise. Get the name you want with it.com.
- H2 Get a great price on a domain name that still ends with .com.
- H2 Unsatisfied with your current domain? Gain global recognition with an it.com domain.
- H2 With the .com ending, it.com zones are SEO-friendly.
- H2 Get superior website performance with our robust DNS infrastructure.
- H2 Your it.com site can be secure and is compatible with all SSL certificates.
A+Alt Text QualityAll 19 images OKPASS
AForm Accessibility1 of 2 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | none | |
| #g-recaptcha-response | 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">
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
ALink & Button Quality32 links, 4 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://rsp.it.com/ | RSP.it.com | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/itcomdomains | Link to facebook | new tab | Add '(opens in new tab)' to text |
| https://x.com/itcomdomains?s=21&t=CfQr_-… | Link X network | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/it-com | Link to linkedin | new tab | Add '(opens in new tab)' to text |
| https://github.com/ITComdomains | Link to github | new tab | Add '(opens in new tab)' to text |
| https://www.inta.org/membership/member-d… | INTA logo | new tab | Add '(opens in new tab)' to text |
| https://www.dns-oarc.net/ | Link to DNS oarc | new tab | Add '(opens in new tab)' to text |
| https://i2coalition.com/i2coalition-memb… | internet infrastructure coalit… | new tab | Add '(opens in new tab)' to text |
| https://aptld.org/about/members/ | ap TLD | new tab | Add '(opens in new tab)' to text |
| https://www.internetcommerce.org/directo… | internet commerce association | new tab | Add '(opens in new tab)' to text |
| https://www.iafcertsearch.org/certificat… | ISO | new tab | Add '(opens in new tab)' to text |
| https://content.itcomdomains.com/public/… | Cookie Policy | new tab | Add '(opens in new tab)' to text |
| https://content.itcomdomains.com/public/… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| /refund_policy.pdf | Refund Policy | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://rsp.it.com/; https://www.facebook.com/itcomdomains; https://x.com/itcomdomains?s=21&t=CfQr_-EH_cN8CYxX14J9fA; https://www.linkedin.com/company/it-com; https://github.com/ITComdomains; https://www.inta.org/membership/member-directory/; https://www.dns-oarc.net/; https://i2coalition.com/i2coalition-member-spotlight-it-com/; https://aptld.org/about/members/; https://www.internetcommerce.org/directory (+4 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