Skip to content
https://collaborative-office.com

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
78
GRADE
C
FIX
5
REVIEW
6
PASS
13
INFO
0
Checks
24
13 PASS 6 REVIEW 5 FIX
D
Form Accessibility
Action
5 of 20 controls have issues
FIX
5 of 20 controls have issues
Critical::
2 control(s) without accessible label
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
Got: <input type="submit" id="gform_submit_button_10">; <textarea name="form_fields[field_e3b7159]" id="form-field-field_e3b7159">
Warning::
3 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <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">
Info::
15 control(s) properly labeled
20 controls
15 labeled
3 placeholder only
2 unlabeled
ControlTypeLabelMethod
#input_10_20textCommentsfor/id
#input_10_11textFull name(Required)for/id
#input_10_13emailEmail(Required)for/id
#input_10_18telPhone Number(Required)for/id
#input_10_14textareaUntitledfor/id
#choice_10_15_1checkboxOffice Design & Space Planningfor/id
#choice_10_15_2checkboxCollaborative Workspacesfor/id
#choice_10_15_3checkboxExecutive & Private Officesfor/id
#choice_10_15_4checkboxErgonomic Seating & Desksfor/id
#choice_10_15_5checkboxWorkstations & Cubiclesfor/id
#choice_10_15_6checkboxAcoustic Solutions & Sound Managementfor/id
#choice_10_15_7checkboxConference & Meeting Spacesfor/id
#choice_10_15_8checkboxHybrid Solutionsfor/id
#choice_10_15_9checkboxQuick-Ship/Available Now Optionsfor/id
ak_hp_textareatextareaΔnone
#form-field-field_6632a3ftext(Full Name )placeholder only
#form-field-field_8c0e3dctel(Phone)placeholder only
#form-field-field_1a2b1feemail(Email)placeholder only
#gform_submit_button_10submit(none)none
#form-field-field_e3b7159textarea(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">

Why this matters

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">

Why this matters

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

D
Web Manifest
Action
Not found
FIX
Not found
Info::
No web manifest found
No manifest at standard paths (/manifest.json, /site.webmanifest). A manifest is optional but enables PWA features like home screen installation and standalone display.

No web manifest found.

D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
1 navigation pattern(s)
FIX
1 navigation pattern(s)
Info::
Skip navigation link detected
Info::
1 navigation landmark(s) detected
Breadcrumbs
Search
Skip Link Skip link detected
Labeled Navigation 1 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
2 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Alt Text Quality
1 of 72 images have issues
REVIEW
1 of 72 images have issues
Critical::
1 image(s) missing alt attribute
Images without alt text are invisible to screen readers.
Critical::
1 image-in-link without alt text
An image inside a link with no alt creates an empty link.
Info::
20 decorative image(s) correctly marked
Info::
51 image(s) with good alt text
72 images 51 good alt text 20 decorative 1 missing
IssueCount
missing1 image(s)

Images without alt text are invisible to screen readers.

Why this matters

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.

Why this matters

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

B
Tap Target Adequacy
3 tap target(s) too small or too close together
REVIEW
3 tap target(s) too small or too close together
Info::
3 tap target(s) too small or too close to neighbors
WCAG 2.5.5 (Level AAA) requires interactive targets to be at least 44x44 CSS pixels; WCAG 2.5.8 (Level AA, added in 2.2) requires 24x24 minimum. Failing targets cause mis-taps for users with motor impairments, large fingers, or shaky hands -- and are a major bounce-rate driver on mobile commerce flows. Lighthouse measures rendered rects + adjacent-element spacing; the failing list is in the Lighthouse 'tap-targets' audit detail panel.
B
Mobile-Readable Font Sizes
93% of visible text renders at >= 12 CSS px (22 below threshold)
REVIEW
93% of visible text renders at >= 12 CSS px (22 below threshold)
Info::
22 text node(s) render below 12 CSS pixels on mobile
Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <span> 11.5px ("Corporate Headquarters"); <span> 11.5px ("Demountable Walls"); <span> 11.5px ("Full-Floor Buildout"); <span> 11.5px ("Workspace Planning"); <span> 11.5px ("Corporate Headquarters").
C
Favicon & Branding
Action
3 icon(s) detected
REVIEW
3 icon(s) detected
Warning::
No favicon.ico at site root
Some older browsers, bookmark tools, and RSS readers look for /favicon.ico. Add one as a fallback.
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
Multiple icon sizes detected
favicon.ico Missing
PNG Icons Present
Apple Touch Present
SVG Favicon Missing
Manifest Icons Missing
Multiple Sizes Present
C
Lighthouse Accessibility Audits
Action
Score 78/100 — 7 failing, 26 passed
REVIEW
78

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Input buttons have discernible text.
Form elements have associated labels
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
A
Landmark Structure
9 landmarks
PASS
9 landmarks
Info::
<main> landmark present
Info::
1 <nav> landmark(s) found
Info::
Skip navigation link present
Warning::
Skip link target(s) don't exist on page: #menu-newmwnu2026
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.
Page Structure — as a screen reader sees it
BANNER header NAV "Main navigation" MAIN CONTENTINFO footer

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.

Why this matters

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 Hierarchy
56 headings
PASS
56 headings
Info::
Single H1 present
Warning::
1 empty heading(s)
Empty headings appear in the document outline but provide no information.
  • 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.

Why this matters

Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.

Source: WCAG 2.4.6

A
Heading Text Quality
2 heading-text-quality issue(s) detected
PASS
2 heading-text-quality issue(s) detected
Warning::
1 heading(s) are over 120 characters -- likely a misformatted paragraph
Headings beyond 120 characters are almost always full sentences or paragraphs that received heading semantics by mistake (e.g., a CMS editor selected the wrong block type, or a template wrapped a body paragraph in `<h2>`). Screen readers will announce these as "heading" and read the entire paragraph at heading prosody. Affected: - H3: 149 chars
Got: 1 >120-char heading(s)
Info::
1 heading(s) are all-uppercase (excluding short acronyms)
Headings rendered in all-uppercase are a styling choice that should be done via CSS (`text-transform: uppercase`), not by typing the text in caps. Capitalized text is read letter-by-letter by some screen readers (e.g., "H-E-L-L-O W-O-R-L-D" instead of "hello world"). It's also a soft signal of CMS-migration artifacts where the original lowercase intent was lost.
Got: 1 all-caps heading(s)
A+
Form Input Types
20 form control(s) checked, no type mismatches
PASS
20 form control(s) checked, no type mismatches
Info::
No input-type mismatches detected
A+
Form Input Quality
20 form control(s) checked, no input-semantic issues
PASS
20 form control(s) checked, no input-semantic issues
Info::
All form input semantics look correct
A+
Mobile Keyboard & Autofill
No autofill-eligible form controls
PASS
No autofill-eligible form controls
Info::
No autofill-eligible form controls (no name/email/tel/address fields)
A+
Document Language
Lang attribute set to "en-US"
PASS
Lang attribute set to "en-US"
Info::
<html lang="en-US"> is set and valid
Got: en-US
A+
Tabindex Anti-Patterns
7 explicit tabindex attribute(s) checked, no anti-patterns
PASS
7 explicit tabindex attribute(s) checked, no anti-patterns
Info::
No tabindex anti-patterns detected
A+
Iframe Accessibility
All 2 iframe(s) have descriptive titles
PASS
All 2 iframe(s) have descriptive titles
Info::
All 2 iframe(s) have title attributes
A
404 Error Page
HTTP 404, custom page
PASS
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
Info::
Search form present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Page not found | Collaborative Office Interiors Custom Styling Navigation Homepage Link Search Form
A+
PWA Depth
No PWA depth issues detected
PASS
No PWA depth issues detected
Info::
No PWA depth issues detected
A+
Mobile UX Depth
1 mobile-depth signal(s) detected
PASS
1 mobile-depth signal(s) detected
Info::
No `<meta name="theme-color">` -- browser chrome falls back to default
Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Office Furniture in …21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Shop Office Furnitur…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Recent Office Furnit…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Best Selling21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Commercial And Moder…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 What Our Customers S…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 New Products21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Partnering With the …21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Request Your Free Wo…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Client Projects21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Office Furniture Fin…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Maximize Your21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Get Pre-Qualified in…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Why Choose Collabora…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 The Path to Your Per…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 1. Discovery & Needs…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 2. Curated Product S…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 3. Photo-Realistic R…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 4. Delivery & Instal…21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Budgeting Calculator21.00:13.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.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback