Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction5 of 20 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #input_10_20 | text | Comments | for/id |
| #input_10_11 | text | Full name(Required) | for/id |
| #input_10_13 | Email(Required) | for/id | |
| #input_10_18 | tel | Phone Number(Required) | for/id |
| #input_10_14 | textarea | Untitled | for/id |
| #choice_10_15_1 | checkbox | Office Design & Space Planning | for/id |
| #choice_10_15_2 | checkbox | Collaborative Workspaces | for/id |
| #choice_10_15_3 | checkbox | Executive & Private Offices | for/id |
| #choice_10_15_4 | checkbox | Ergonomic Seating & Desks | for/id |
| #choice_10_15_5 | checkbox | Workstations & Cubicles | for/id |
| #choice_10_15_6 | checkbox | Acoustic Solutions & Sound Management | for/id |
| #choice_10_15_7 | checkbox | Conference & Meeting Spaces | for/id |
| #choice_10_15_8 | checkbox | Hybrid Solutions | for/id |
| #choice_10_15_9 | checkbox | Quick-Ship/Available Now Options | for/id |
| ak_hp_textarea | textarea | Δ | none |
| #form-field-field_6632a3f | text | (Full Name ) | placeholder only |
| #form-field-field_8c0e3dc | tel | (Phone) | placeholder only |
| #form-field-field_1a2b1fe | (Email) | placeholder only | |
| #gform_submit_button_10 | submit | (none) | none |
| #form-field-field_e3b7159 | textarea | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" id="gform_submit_button_10">; <textarea name="form_fields[field_e3b7159]" id="form-field-field_e3b7159">
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="form_fields[field_6632a3f]" id="form-field-field_6632a3f">; <input type="tel" name="form_fields[field_8c0e3dc]" id="form-field-field_8c0e3dc">; <input type="email" name="form_fields[field_1a2b1fe]" id="form-field-field_1a2b1fe">
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
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
BAlt Text Quality1 of 72 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 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
CLink & Button QualityAction8 issue(s) across 203 links and 15 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.facebook.com/CollaborativeOI… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/CollaborativeOI | X | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/collaborativeo… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/collabo… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@collaborativeof… | YouTube | new tab | Add '(opens in new tab)' to text |
| https://collaborative-office.com/product… | Office chairsOffice ChairsA co… | img no alt | Add alt attribute to the image |
| https://collaborative-office.com/product… | (empty) | empty | Add link text or aria-label |
| https://collaborative-office.com/product… | (empty) | empty | Add link text or aria-label |
| https://collaborative-office.com/product… | (empty) | empty | Add link text or aria-label |
| https://collaborative-office.com/product… | (empty) | empty | Add link text or aria-label |
| tel:7135889086 | Call Us Now! | new tab | Add '(opens in new tab)' to text |
| https://embedsocial.com/google-reviews-w… | Embed Google reviews | new tab | Add '(opens in new tab)' to text |
| https://share.google/ugy0rstQDN98jo0D2 | (empty) | empty | Add link text or aria-label |
| https://www.trustpilot.com/review/collab… | (empty) | empty | Add link text or aria-label |
| https://www.yelp.com/biz/collaborative-o… | (empty) | empty | Add link text or aria-label |
| https://collaborative-office.com/product… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/CollaborativeOI… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/CollaborativeOI | X-twitter | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/collabo… | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/accounts/login… | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/@collaborativeof… | Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.pinterest.com/collaborativeo… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://collaborative-office.com/product/compile-quickship-modular-cubicle-wo…; https://collaborative-office.com/product/global-accord-conference-and-executi…; https://collaborative-office.com/product/global-rebound-stacking-and-nesting-…; https://collaborative-office.com/product/global-river-lounge-seating/; https://share.google/ugy0rstQDN98jo0D2; https://www.trustpilot.com/review/collaborative-office.com; https://www.yelp.com/biz/collaborative-office-interiors-houston; https://collaborative-office.com/product/pole-mount-six-monitor-arm/
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
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/CollaborativeOI/; https://x.com/CollaborativeOI; https://www.instagram.com/collaborativeoi/; https://www.linkedin.com/company/collaborative-office/; https://www.youtube.com/@collaborativeofficeinterio4201; tel:7135889086; https://embedsocial.com/google-reviews-widget/; https://www.facebook.com/CollaborativeOI/; https://x.com/CollaborativeOI; https://www.linkedin.com/company/collaborative-office/ (+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
BTap Target Adequacy3 tap target(s) too small or too close togetherREVIEW
BMobile-Readable Font Sizes93% of visible text renders at >= 12 CSS px (22 below threshold)REVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CLighthouse Accessibility AuditsActionScore 78/100 — 7 failing, 26 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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Project slides div.elementor-element > section.coi-proj-section > div.coi-proj-inner > div#coiProjDots |
Global River Lounge Seating
2 Reviews
$400
Original price was: $400.
$290
Cur… div.wd-negative-gap > div.e-con-inner > div.woocommerce > div.swiper |
Pole Mount Six Monitor Arm
No Reviews
✓ In stock - quick delivery
Keyboard Pl… div.wd-negative-gap > div.e-con-inner > div.woocommerce > div.swiper |
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 |
|---|
View More div.elementor-element > div.elementor-element > div.custom-gallery-wrapper > button#viewMoreBtn |
DOWNTOWN HOUSTON, TX div.coi-proj-card-wrap > div.coi-proj-card > div.coi-proj-body > div.coi-proj-loc |
✓ In stock - quick delivery div.wd-negative-gap > div.e-con-inner > div.elementor-element > p.elementor-heading-title |
No Reviews div.e-con-inner > div.elementor-element > div.elementor-shortcode > span |
✓ In stock - quick delivery div.wd-negative-gap > div.e-con-inner > div.elementor-element > p.elementor-heading-title |
Maximize Your 2026 Tax Savings section.fin-lower-row > div.fin-tax > div.fin-tax-top > h2.fin-tax-title |
2026 Tax Savings div.fin-tax > div.fin-tax-top > h2.fin-tax-title > span.year |
Section 179 lets you deduct up to $2,560,000 on qualifying business equipment a… div.coi-fin > section.fin-lower-row > div.fin-tax > p.fin-tax-body |
$2,560,000 section.fin-lower-row > div.fin-tax > p.fin-tax-body > strong |
Equipment Cost div.fin-tax > div.fin-savings-strip > div.fin-savings-cell > div.label |
$25,000 div.fin-tax > div.fin-savings-strip > div.fin-savings-cell > div.val |
Sec. 179 Write-Off div.fin-tax > div.fin-savings-strip > div.fin-savings-cell > div.label |
$25,000 div.fin-tax > div.fin-savings-strip > div.fin-savings-cell > div.val |
Tax Savings (21%) div.fin-tax > div.fin-savings-strip > div.fin-savings-cell > div.label |
$5,250 div.fin-tax > div.fin-savings-strip > div.fin-savings-cell > div.val |
Net Cost After Tax* div.fin-tax > div.fin-savings-strip > div.fin-savings-cell > div.label |
$19,750 div.fin-tax > div.fin-savings-strip > div.fin-savings-cell > div.val |
Deduct full price up to $2,560,000 div.fin-tax > div.fin-tax-perks > div.fin-tax-perk > div.fin-tax-perk-text |
Offset a large portion of income div.fin-tax > div.fin-tax-perks > div.fin-tax-perk > div.fin-tax-perk-text |
Keep more cash in your business div.fin-tax > div.fin-tax-perks > div.fin-tax-perk > div.fin-tax-perk-text |
*Consult your tax advisor. Subject to credit approval. section.fin-lower-row > div.fin-cta > div.fin-cta-content > div.fin-disclaimer |
Try our office furniture cost calculator div.elementor-element > a.elementor-button > span.elementor-button-content-wrapper > span.elementor-button-text |
div#gform_fields_10 > div#field_10_11 > div.ginput_container > input#input_10_11 div#gform_fields_10 > div#field_10_11 > div.ginput_container > input#input_10_11 |
div#gform_fields_10 > div#field_10_13 > div.ginput_container > input#input_10_13 div#gform_fields_10 > div#field_10_13 > div.ginput_container > input#input_10_13 |
div#gform_fields_10 > div#field_10_18 > div.ginput_container > input#input_10_18 div#gform_fields_10 > div#field_10_18 > div.ginput_container > input#input_10_18 |
div#gform_fields_10 > div#field_10_14 > div.ginput_container > textarea#input_10_14 div#gform_fields_10 > div#field_10_14 > div.ginput_container > textarea#input_10_14 |
Katy section > div > p > a |
Conroe section > div > p > a |
League City section > div > p > a |
full installation and delivery section > div > p > a |
(713) 588-9086 div.elementor-element > p > span > a |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.custom-gallery-container > a.custom-gallery-card-link > div.custom-gallery-card > img div.custom-gallery-container > a.custom-gallery-card-link > div.custom-gallery-card > img |
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.wd-page-wrapper > header.coi-site-header > div.coi-topbar > a.coi-phone div.wd-page-wrapper > header.coi-site-header > div.coi-topbar > a.coi-phone |
div.wd-page-wrapper > header.coi-site-header > div.coi-topbar > a.coi-cta div.wd-page-wrapper > header.coi-site-header > div.coi-topbar > a.coi-cta |
div.wd-negative-gap > div.e-con-inner > div.elementor-element > a div.wd-negative-gap > div.e-con-inner > div.elementor-element > a |
div.elementor-element > div.elementor-element > div.elementor-element > a div.elementor-element > div.elementor-element > div.elementor-element > a |
div.elementor-element > div.elementor-element > div.elementor-element > a div.elementor-element > div.elementor-element > div.elementor-element > a |
div.elementor-element > div.elementor-element > div.elementor-element > a div.elementor-element > div.elementor-element > div.elementor-element > a |
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 navigation body.home > div.wd-skip-links > a.wd-skip-navigation |
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
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 3 section.coi-proj-section > div.coi-proj-inner > div#coiProjDots > button.coi-proj-dot |
Go to slide 4 section.coi-proj-section > div.coi-proj-inner > div#coiProjDots > button.coi-proj-dot |
Go to slide 5 section.coi-proj-section > div.coi-proj-inner > div#coiProjDots > button.coi-proj-dot |
These items highlight common accessibility best practices.
ALandmark Structure9 landmarksPASS
The skip-link anchor (e.g., `href="#main"`) points at an ID that has no corresponding element on the page. Activating the link does nothing -- a silent WCAG 2.4.1 failure that the visual link presence hides. Add `id="main"` (or whichever matches the href) to the target landmark.
Skip link points at an ID that doesn't exist on the page. The link looks fine visually but does nothing when activated -- silent WCAG 2.4.1 failure.
Learn more ▾ ▴
Find the target landmark (typically <main> or the first <h1>) and add `id="..."` matching the skip link's href fragment. Test by tabbing to the skip link and pressing Enter -- focus should jump to the target.
Source: WCAG 2.1 SC 2.4.1
A+Heading Hierarchy56 headingsPASS
- H1 Office Furniture in Houston
- H2 Shop Office Furniture By Category
- H2 Recent Office Furniture Projects & Installations
- H3 Nan Properties
- H3 Lone Star Legal Aid
- H3 Covenant Testing Technologies
- H3 UiPath
- H3 A&C Plastics
- H2 Best Selling
- H3 Compile Quickship Modular Cubicle Workstation with Storage
- H3 Global Accord Conference and Executive Chair
- H3 Global Rebound Stacking and Nesting Chairs
- H3 Global River Lounge Seating
- H2 Commercial And Modern Office Furniture in Houston
- H3 Start-to-Finish Project Management
- H3 Expert Design & Installation Team
- H3 Product Selection
- H3 Visit Our Houston Showroom
- H2 What Our Customers Say
- H3 Hear it straight from the people who’ve worked with us. Honest, inspiring, and authentic—this is what our partners think about collaborating with us.
- H2 New Products
- H3 Keyboard Platform Combo
- H3 LED Table Lamp
- H3 Keyboard Drawer Slide
- H3 Personal Desktop Power
- H3 Thin Client CPU PC Holder
- H3 Swiveling CPU Holder
- H3 Small Personal Desktop Power
- H3 Pole Mount Six Monitor Arm
- H2 Partnering With the World’s Leading Office Furniture Brands
- H2 Request Your Free Workspace Plan
- H2 Client Projects
- H3 Inspiration for Your Next Office Transformation
- H3 (empty)
- H2 Office Furniture Financing Made Simple
- H2 Maximize Your 2026 Tax Savings
- H2 Get Pre-Qualified in Minutes
- H2 Why Choose Collaborative Office Interiors?
- H3 A full range, at the right price
- H3 Design that works for your team
- H3 See it in our showroom
- H2 The Path to Your Perfect Office
- H2 1. Discovery & Needs Analysis
- H2 2. Curated Product Selection
- H2 3. Photo-Realistic Renderings
- H2 4. Delivery & Installation
- H2 Budgeting Calculator
- H2 We Make Budgeting Easy
- H2 Let’s Make Magic Happen!
- H3 Fill out the form below and let’s turn your next big idea into reality—together!
- H3 REQUEST A QUOTE
- H3 Contact Information
- H2 Office Furniture Delivery & Installation Across Greater Houston
- H2 Frequently AskedQuestions
- H2 Need It Fast?
- H2 We Have Office Furniture In Stock and Ready for Delivery!
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
AHeading Text Quality2 heading-text-quality issue(s) detectedPASS
A+Form Input Types20 form control(s) checked, no type mismatchesPASS
A+Form Input Quality20 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en-US"PASS
A+Tabindex Anti-Patterns7 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityAll 2 iframe(s) have descriptive titlesPASS
A404 Error PageHTTP 404, custom pagePASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
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 Office Furniture in … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shop Office Furnitur… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Recent Office Furnit… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Best Selling | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Commercial And Moder… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 What Our Customers S… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 New Products | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Partnering With the … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Request Your Free Wo… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Client Projects | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Office Furniture Fin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Maximize Your | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get Pre-Qualified in… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Why Choose Collabora… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The Path to Your Per… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 1. Discovery & Needs… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 2. Curated Product S… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 3. Photo-Realistic R… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 4. Delivery & Instal… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Budgeting Calculator | 21.00:1 | 3.0: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.