Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
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
FHeading HierarchyAction33 headings, 5 skip(s)FIX
- H1 Build awesome WordPress sites faster with the help of AI
- H4 Created by Extend Themes, a WordPress products company with: skipped
- H3 250K+
- H3 6M+
- H3 4.8
- H6 KUBIO AI skipped
- H2 Powerful design & ideation with Kubio AI
- H2 Create your entire website in a single interface
- H2 450+ Ready-made sections
- H2 50+ Fully customizable blocks
- H2 Let’s start building your website with Kubio AI today!
- H2 Features that help you create awesome designs
- H4 Color & Background controls skipped
- H4 Typography controls
- H4 Space & Alignment
- H4 Border & Shadow
- H2 Pixel perfect web design
- H2 Responsive out of the box
- H3 Kubio is built for:
- H4 Amateur web designers
- H4 Design agencies
- H4 Professional web designers
- H2 Starter sites
- H4 to help you get up and running in no time skipped
- H2 Count on Kubio to:
- H4 Accelerate your next website skipped
- H4 Design with no code
- H4 Enjoy flexible content management
- H4 Access endless styling options
- H2 Let’s start building your website with Kubio AI today!
- H3 Need WordPress hosting?
- H4 Subscribe for exclusive articles, updates, and offers
- H4 Privacy Overview
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
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
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 49 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 QualityAction4 issue(s) across 78 links and 3 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://kubiobuilder.com/pricing/ | (empty) | empty | Add link text or aria-label |
| https://kubiobuilder.com | (empty) | empty | Add link text or aria-label |
| https://cloud.kubiobuilder.com/ui-route/… | Login | new tab | Add '(opens in new tab)' to text |
| https://kubiobuilder.com/ | (empty) | empty | Add link text or aria-label |
| https://cloud.kubiobuilder.com/ui-route/… | Login | new tab | Add '(opens in new tab)' to text |
| https://kubiobuilder.com/go/try-demo/acc… | Try online | new tab | Add '(opens in new tab)' to text |
| https://kubiobuilder.com/try | Try Online | new tab | Add '(opens in new tab)' to text |
| https://kubiobuilder.com/pricing/ | Buy Now | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://support-work.kubiobuilder.com/wr… | Preview | new tab | Add '(opens in new tab)' to text |
| https://kubiobuilder.com | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/kubiobuilder | Social link: https://www.faceb… | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/kubio.builder/ | Social link: https://www.insta… | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/@kubio1764 | Social link: https://www.youtu… | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/kubiobu… | Social link: https://www.linke… | new tab | Add '(opens in new tab)' to text |
| https://kubiobuilder.com/privacy/ | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://kubiobuilder.com/terms-and-condi… | Terms of use | new tab | Add '(opens in new tab)' to text |
| https://kubiobuilder.com/privacy/ | use of cookies | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://kubiobuilder.com/pricing/; https://kubiobuilder.com; https://kubiobuilder.com/; https://kubiobuilder.com
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://cloud.kubiobuilder.com/ui-route/login; https://cloud.kubiobuilder.com/ui-route/login; https://kubiobuilder.com/go/try-demo/accounting-free; https://kubiobuilder.com/try; https://kubiobuilder.com/pricing/; https://support-work.kubiobuilder.com/writer-free/?_ga=2.108789698.1137563478…; https://support-work.kubiobuilder.com/writer-free/?_ga=2.108789698.1137563478…; https://support-work.kubiobuilder.com/writer-free/?_ga=2.108789698.1137563478…; https://support-work.kubiobuilder.com/writer-free/?_ga=2.108789698.1137563478…; https://support-work.kubiobuilder.com/writer-free/?_ga=2.108789698.1137563478… (+13 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
BLighthouse Accessibility AuditsScore 88/100 — 5 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.
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 |
|---|
Accept All span > div.cli-bar-container > div.cli-bar-btn_container > a#wt-cli-accept-all-btn |
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 |
|---|
Created by Extend Themes, a WordPress products company with: div.wp-block > div.position-relative > div.position-relative > h4#heading-5 |
KUBIO AI div.wp-block > div.position-relative > div.position-relative > h6.wp-block |
Color & Background controls div.position-relative > div.wp-block > div.position-relative > h4#heading-3 |
to help you get up and running in no time div.wp-block > div.position-relative > div.position-relative > h4.wp-block |
Accelerate your next website div.wp-block > div.position-relative > div.position-relative > h4.wp-block |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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.wp-block > div.position-relative > div.position-relative > a.wp-block div.wp-block > div.position-relative > div.position-relative > a.wp-block |
div.wp-block > div.position-relative > div.position-relative > a.wp-block div.wp-block > div.position-relative > div.position-relative > a.wp-block |
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
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 div.position-relative > div.position-relative > div.wp-block > span.swiper-pagination-bullet |
Go to slide 4 div.position-relative > div.position-relative > div.wp-block > span.swiper-pagination-bullet |
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#kubio html#kubio |
These items highlight common accessibility best practices.
AForm Accessibility1 of 9 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| none | |||
| AGREE_TO_TERMS_OVER_18 | checkbox | none | |
| #wt-cli-checkbox-necessary | checkbox | Necessary | for/id |
| #wt-cli-checkbox-functional | checkbox | Functional | for/id |
| #wt-cli-checkbox-performance | checkbox | Performance | for/id |
| #wt-cli-checkbox-analytics | checkbox | Analytics | for/id |
| #wt-cli-checkbox-advertisement | checkbox | Advertisement | for/id |
| #wt-cli-checkbox-others | checkbox | Others | for/id |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">
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 Build awesome WordPr… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 Powerful design & id… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 Create your entire w… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 450+ Ready-made sect… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 50+ Fully customizab… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 Let’s start buildi… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 Features that help y… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 Pixel perfect web de… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 Responsive out of th… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 Starter sites | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 Count on Kubio to: | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h2 Let’s start buildi… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h3 250K+ | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h3 6M+ | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h3 4.8 | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h3 Kubio is built for: | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| h3 Need WordPress hosti… | 18.22:1 | 3.0:1 | #000000 | #E2F1FC | Pass |
| title Home | KubioBuilder | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| title Home | KubioBuilder | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 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.