Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 landmarksFIX
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
DHeading HierarchyAction34 headings, 4 skip(s)FIX
- H2 Save up to 70% off with our new Website Hosting plans. Build your website today with a team that's here to help.
- H2 Save up to 70% off with our new Website Hosting plans. Build your website today with a team that's here to help.
- H2 Same Trusted Support. Better Hosting.
- H1 Find the Perfect Hosting Plan for You
- H2 Website Hosting
- H3 Beginners and Growing Websites
- H2 Managed WP Hosting
- H2 WordPress Websites & Small Businesses.
- H2 Managed VPS Hosting
- H3 Developers & E-Commerce Sites.
- H3 Why Pair?
- H2 A Refreshingly DifferentWeb Hosting Experience
- H4 Domains skipped
- H4 Hosting
- H4 Websites
- H3 The Platform of Choice
- H2 Ready for Hosting You’ll Love?
- H4 Pair is Global skipped
- H4 Domains + Hosting
- H4 30 Years Strong
- H4 Happy Staff = Great Service
- H4 Websites, Made Simple
- H2 Frequently Asked Questions
- H5 Can You Help Me Build My Website? skipped
- H5 Can I Change My Plan at Any Time?
- H5 What Plan is Best for Me?
- H5 Can I Easily Transfer From an Existing Host?
- H5 What Tools are Included in My Plan?
- H2 Ready to move your site to Pair?
- H2 Let us do the heavy lifting!
- H5 Company skipped
- H5 My Account
- H5 Support
- H5 Follow Us
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
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
DAlt Text QualityAction2 of 14 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 2 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
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
CLink & Button QualityAction4 issue(s) across 97 links and 13 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.pair.com/domains-pricing/ | Domains Pricing | img no alt | Add alt attribute to the image |
| https://www.pair.com/shared-hosting/ | Website Hosting | img no alt | Add alt attribute to the image |
| https://www.pair.com/support/kb/ | Knowledge Base | new tab | Add '(opens in new tab)' to text |
| https://policy.pair.com/ | Policies & Terms | new tab | Add '(opens in new tab)' to text |
| https://www.pair.com/pair-site-builder/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Pair Site Builder | |||
| https://www.pair.com/wp-site-builder/ | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Wp Site Builder | |||
| https://www.pair.com/pairedup/affordable… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Affordable Web Design | |||
| https://www.pair.com/pairedup/custom-web… | Learn More | generic text | Replace with descriptive text |
Before: Learn More Suggested: Custom Website Design | |||
| https://policy.pair.com | Policies & Terms | new tab | Add '(opens in new tab)' to text |
| https://my.pair.com/ | ACC Login | new tab | Add '(opens in new tab)' to text |
| https://policy.pair.com/hosting/service-… | Service Agreement | new tab | Add '(opens in new tab)' to text |
| https://whois.pairdomains.com/ | Whois Search | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/pairnetworks/?… | new tab | Add '(opens in new tab)' to text | |
| https://www.tiktok.com/@pairnetworks | Tiktok | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/pairnetworks | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/pairnetwork… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/pairnetworks | new tab | Add '(opens in new tab)' to text | |
| https://cookiedatabase.org/tcf/purposes/ | Read more about TCF purposes o… | new tab | Add '(opens in new tab)' to text |
| https://cookiedatabase.org/tcf/purposes/ | Read more about TCF purposes o… | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
https://www.pair.com/pair-site-builder/ ("Learn More"); https://www.pair.com/wp-site-builder/ ("Learn More"); https://www.pair.com/pairedup/affordable-web-design/ ("Learn More"); https://www.pair.com/pairedup/custom-website-design/ ("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://www.pair.com/support/kb/; https://policy.pair.com/; https://policy.pair.com; https://my.pair.com/; https://policy.pair.com/hosting/service-contracts.html; https://whois.pairdomains.com/; https://www.instagram.com/pairnetworks/?hl=en; https://www.tiktok.com/@pairnetworks; https://www.facebook.com/pairnetworks; https://www.youtube.com/user/pairnetworks (+3 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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
AForm Accessibility1 of 10 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| domain | text | Search Domain Names | aria-label |
| #cmplz-functional-optin | checkbox | Functional | for/id |
| #cmplz-preferences-optin | checkbox | Preferences | for/id |
| #cmplz-statistics-optin | checkbox | Statistics | for/id |
| #cmplz-marketing-optin | checkbox | Marketing | for/id |
| #cmplz-functional-optout | checkbox | Functional | for/id |
| #cmplz-preferences-optout | checkbox | Preferences | for/id |
| #cmplz-statistics-optout | checkbox | Statistics | for/id |
| #cmplz-marketing-optout | checkbox | Marketing | for/id |
| bulk_dom | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea name="bulk_dom">
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
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 Find the Perfect Hos… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Save up to 70% off w… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Save up to 70% off w… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Same Trusted Support… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Website Hosting | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Managed WP Hosting | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 WordPress Websites &… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Managed VPS Hosting | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 A Refreshingly Diffe… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Web Hosting Experien… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Ready for Hosting Yo… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Frequently Asked Que… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Ready to move your s… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h2 Let us do the heavy … | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Beginners and Growin… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Developers & E-Comme… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 Why Pair? | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| h3 The Platform of Choi… | 14.88:1 | 3.0:1 | #000000 | #D9D9D9 | Pass |
| title Buy A Domain | Websi… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Domains | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | 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 95/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.
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 |
|---|
Cookie Notice div.cmplz-documents > ul > li > a.cmplz-link |
Privacy Statement div.cmplz-documents > ul > li > a.cmplz-link |
Login div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
Search form.header_bar_form > div.pair-homepage-domain-search-bar-wrapper > span.input-group-btn > button.btn |
See Plans & Pricing div.et_pb_row > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
Help Me Choose A Package div#pair-homepage-hosting-plans > div.et_pb_column > div.et_pb_button_module_wrapper > a.et_pb_button |
Choose div.et_pb_row > div.et_pb_with_border > div.et_pb_button_module_wrapper > a.et_pb_button |
Choose div.et_pb_row > div.et_pb_with_border > div.et_pb_button_module_wrapper > a.et_pb_button |
THE PLATFORM OF CHOICE div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > h3 |
Yes! Pair offers several options that can aid you in building your website.
Ab… div.et_pb_column > div.et_pb_module > div.et_pb_toggle > div.et_pb_toggle_content |
Absolutely! If you’re looking for something one-of-a-kind, our PairedUp custom … div.et_pb_module > div.et_pb_toggle > div.et_pb_toggle_content > p |
PairedUp div.et_pb_toggle > div.et_pb_toggle_content > p > a |
For a faster or more budget-friendly option, we also offer professionally desig… div.et_pb_module > div.et_pb_toggle > div.et_pb_toggle_content > p |
PairedUp Express div.et_pb_toggle > div.et_pb_toggle_content > p > 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 |
|---|
Domains div.et_pb_with_border > div.et_pb_blurb_content > div.et_pb_blurb_container > h4.et_pb_module_header |
Pair is Global div.et_pb_column > div.et_pb_module > div.et_pb_promo_description > h4.et_pb_module_header |
Can You Help Me Build My Website? div.et_pb_column > div.et_pb_module > div.et_pb_toggle > h5.et_pb_toggle_title |
Company div.et_pb_column > div.et_pb_module > div.et_pb_text_inner > h5 |
These are opportunities to improve keyboard navigation in your application.