Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction5 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
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
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
CForm AccessibilityAction7 of 7 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #53193-full_name | text | (Full Name) | placeholder only |
| #53193-email | (Work Email) | placeholder only | |
| #53193-phone | tel | (888-902-6657) | placeholder only |
| #1447-full_name | text | (Full Name) | placeholder only |
| #1447-email | (Work Email) | placeholder only | |
| #1447-phone | tel | (888-902-6657) | placeholder only |
| input | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox">
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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="full_name" id="53193-full_name">; <input type="email" name="email" id="53193-email">; <input type="tel" name="phone" id="53193-phone">; <input type="text" name="full_name" id="1447-full_name">; <input type="email" name="email" id="1447-email">; <input type="tel" name="phone" id="1447-phone">
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
BLink & Button Quality6 issue(s) across 66 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /accuracy | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Accuracy | |||
| # | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: # | |||
| # | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: # | |||
| # | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: # | |||
| # | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: # | |||
| # | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: # | |||
| https://www.facebook.com/BooksTimeInc/ | <img width="30" height="30" sr… | new tab | Add '(opens in new tab)' to text |
| https://x.com/BooksTimeInc | <img width="30" height="30" sr… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/booksti… | <img width="30" height="30" sr… | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/accuracy ("Read more"); # ("Read more"); # ("Read more"); # ("Read more"); # ("Read more"); # ("Read 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.facebook.com/BooksTimeInc/; https://x.com/BooksTimeInc; https://www.linkedin.com/company/bookstime/
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 5 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 Bookkeeping and Acco… | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h2 Focus On What You Do… | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h2 A Dedicated Bookkeep… | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h2 100% Accuracy Guaran… | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h2 The Trusted Leader | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h2 Client Reviews | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h2 Why Clients Love Boo… | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h2 We Partner With Indu… | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h2 How BooksTime Is Dif… | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h2 Talk To A Bookkeepin… | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h3 Dedicated, Highly Qu… | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h3 Accrual Bookkeeping | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| h3 We Do It Your Way | 18.31:1 | 3.0:1 | #000000 | #EEEEFF | Pass |
| title BooksTime: Bookkeepi… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Services | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Industries | 1.88:1 | 4.5:1 | #000000 | #2C3673 | Fail |
| a Nonprofits | 1.77:1 | 4.5:1 | #000000 | #24336E | Fail |
| a Law Firms | 1.56:1 | 4.5:1 | #000000 | #1E2965 | Fail |
| a Individuals & Famili… | 1.44:1 | 4.5:1 | #000000 | #18235D | Fail |
| a Real Estate & Proper… | 1.53:1 | 4.5:1 | #000000 | #1E295E | 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 88/100 — 3 failing, 19 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.
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 |
|---|
Inquire Now div.top-line > div.top-line-wrap > div.link-wrap > a.btn-default |
PEACE OF MIND GUARANTEED body.home > section.about-wrap > div.about > p.top |
Get In Touch section.about-wrap > div.about > div.link-wrap > a.btn-default |
Services div.item > div.text-wrap > div.text > a.btn-default |
Talk To A BooksTime Bookkeeper div.item > div.text-wrap > div.text > a.btn-default |
Read more div.item > div.text-wrap > div.text > a.btn-default |
About Us div.item > div.text-wrap > div.text > a.btn-default |
bookkeeping div.text-wrap > div.text > p > a |
Get A Free Consultation form.cfb-form > div.rendered-form > div.formbuilder-button > button#1447-button-1636626816867 |
Bookkeeping nav.footer-menu > ul.content-width > li#menu-item-10496 > a |
© BooksTime, Inc., 2026. All Rights Reserved.
BooksTime is not a CPA firm and d… footer > div.content-width > div.footer-column-1 > div.footer-column-1-desc |
Terms and Conditions div.content-width > div.footer-column-1 > div.footer-column-1-links > a.separator-vertical |
Privacy Policy div.content-width > div.footer-column-1 > div.footer-column-1-links > a |
51 Pleasant St. #740, Malden, MA 02148 div.footer-column-right > div.footer-column-2 > div.footer-column_item > div.footer-column_item-value |
2967 Dundas St. W. #613D Toronto, ON M6P 1Z2 div.footer-column-right > div.footer-column-2 > div.footer-column_item > div.footer-column_item-value |
learn.more@bookstime.com div.footer-column-right > div.footer-column-2 > div.footer-column_item > div.footer-column_item-value |
888-902-6657 div.content-width > div.footer-column-right > div.footer-column-3 > a |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header > div.top-line > div.top-line-wrap > input.icon-menu header > div.top-line > div.top-line-wrap > input.icon-menu |
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
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.js html.js |
These items highlight common accessibility best practices.
A+Heading Hierarchy13 headingsPASS
- H1 Bookkeeping and Accounting for Businesses
- H2 Focus On What You Do Best
- H2 A Dedicated Bookkeeper Just For You
- H2 100% Accuracy Guaranteed
- H2 The Trusted Leader
- H2 Client Reviews
- H2 Why Clients Love BooksTime
- H2 We Partner With Industry Leaders
- H2 How BooksTime Is Different
- H3 Dedicated, Highly Qualified Bookkeepers
- H3 Accrual Bookkeeping
- H3 We Do It Your Way
- H2 Talk To A Bookkeeping Expert