Skip to content
https://tibzi.com

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
85
GRADE
B
FIX
3
REVIEW
5
PASS
16
INFO
0
Checks
24
16 PASS 5 REVIEW 3 FIX
F
404 Error Page
Action
Soft 404 detected
FIX
Soft 404 detected
Critical::
Soft 404: server returns HTTP 200 for non-existent pages
The server returns HTTP 200 for a path that does not exist. Search engines will index these pages, diluting your real content. Configure your server to return a proper 404 status code for missing pages.
Got: Status: 200 for /beavercheck-404-test-3finbr
404 Page Quality Soft 404 (HTTP 200)
Status Code: HTTP 200

The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.

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
Info::
Hamburger menu detected (responsive design)
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)
3 of 6 testable patterns navigation patterns detected. Strong navigation UX with multiple discovery paths.
C
Web Manifest
Action
Valid manifest
REVIEW
Valid manifest
Info::
Name present: Tibzi.com
Warning::
No 192x192 icon
A 192px icon is required for PWA installation.
Info::
Display mode: standalone
PWA Install Criteria Not Installable
Name Tibzi.com 192×192 icon 512×512 icon Start URL / Display Mode standalone
Name Tibzi.com Display Mode standalone Theme Color #22C55E Background Color #040a10 Icons 1 icon(s)
B
Dark Mode Support
Dark mode detected
REVIEW
Dark mode detected
Info::
Dark-specific theme-color detected
A theme-color with media='(prefers-color-scheme: dark)' adapts the browser toolbar for dark mode.
Info::
prefers-color-scheme CSS detected in inline styles
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark Mode Dark Mode Supported
color-scheme meta Not set Dark theme-color #040a10 CSS indicators Detected

Detection limited to meta tags and inline styles.

C
Color Contrast (Screenshot)
Action
20 text elements analyzed, 1 fail WCAG AA
REVIEW

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

19 pass 1 fail WCAG AA
h1 Free Website Audit — Security, SEO
1.06:1
#000000
on
#040A10
needs 3.0:1 (large text)
32px · above the fold
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h1 Free Website Audit …1.06:13.0:1
#000000
#040A10
Fail
h2 What we check19.38:13.0:1
#000000
#F4F6F8
Pass
h2 How it works19.38:13.0:1
#000000
#F4F6F8
Pass
h2 Simple, transparent …19.38:13.0:1
#000000
#F4F6F8
Pass
h2 Why Tibzi.com19.38:13.0:1
#000000
#F4F6F8
Pass
h2 What our users say19.38:13.0:1
#000000
#F4F6F8
Pass
h2 Recent articles19.38:13.0:1
#000000
#F4F6F8
Pass
h2 Frequently asked que…19.38:13.0:1
#000000
#F4F6F8
Pass
h2 Start your19.38:13.0:1
#000000
#F4F6F8
Pass
h2 audit19.38:13.0:1
#000000
#F4F6F8
Pass
h3 Security19.38:13.0:1
#000000
#F4F6F8
Pass
h3 SSL Certificate19.38:13.0:1
#000000
#F4F6F8
Pass
h3 SEO Audit19.38:13.0:1
#000000
#F4F6F8
Pass
h3 GDPR Compliance19.38:13.0:1
#000000
#F4F6F8
Pass
h3 Email (SPF/DKIM/DMAR…19.38:13.0:1
#000000
#F4F6F8
Pass
h3 Performance19.38:13.0:1
#000000
#F4F6F8
Pass
h3 WCAG Accessibility19.38:13.0:1
#000000
#F4F6F8
Pass
h3 28 Modules Total19.38:13.0:1
#000000
#F4F6F8
Pass
h3 Enter your URL19.38:13.0:1
#000000
#F4F6F8
Pass
h3 Automatic analysis19.38:13.0:1
#000000
#F4F6F8
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.

B
Lighthouse Accessibility Audits
Score 88/100 — 3 failing, 25 passed
REVIEW
88

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

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Rating: 5 out of 5 stars div.mx-auto > div.grid > div.testimonial > div.flex
Rating: 5 out of 5 stars div.mx-auto > div.grid > div.testimonial > div.flex
Rating: 5 out of 5 stars div.mx-auto > div.grid > div.testimonial > div.flex
Rating: 5 out of 5 stars div.mx-auto > div.grid > div.testimonial > div.flex

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.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.cookie-consent > div.cookie-banner > div.flex > button.p-1 div.cookie-consent > div.cookie-banner > div.flex > button.p-1

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.

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
Free Website Audit — Security, SEO and Performance div.relative > div.grid > div > h1.text-4xl
We analyze your security, SEO, performance and legal compliance for free. Get a… div.relative > div.grid > div > p.text-lg
28 audit modules div.grid > div > div.flex > span.flex
Detailed PDF report div.grid > div > div.flex > span.flex
First audit free div.grid > div > div.flex > span.flex
Analyze for Free div.mt-10 > form.w-full > div.flex > button.btn
The first audit per domain is free. No card or phone required. View sample repo… div.mt-10 > form.w-full > div.flex > p.text-xs
Audit modules div.mx-auto > div.grid > div.counter-item > div.text-xs
Sites audited div.mx-auto > div.grid > div.counter-item > div.text-xs
Average analysis time div.mx-auto > div.grid > div.counter-item > div.text-xs
Free report div.mx-auto > div.grid > div.counter-item > div.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
Check for free → div.mx-auto > div.grid > a.group > span.text-xs
01 div.mx-auto > div.grid > div.text-center > div.text-xs
02 div.mx-auto > div.grid > div.text-center > div.text-xs
03 div.mx-auto > div.grid > div.text-center > div.text-xs
04 div.mx-auto > div.grid > div.text-center > div.text-xs
First audit per domain div.mx-auto > div.grid > div.relative > p.text-sm
EUR div.grid > div.relative > div.mb-5 > span.text-sm
−50% div.mx-auto > div.grid > div.relative > span.absolute
Re-audit after implementation div.mx-auto > div.grid > div.relative > p.text-sm
€29.99 div.grid > div.relative > div.mb-5 > span.text-sm
EUR div.grid > div.relative > div.mb-5 > span.text-sm
€119.99 div.grid > div.relative > div.mb-5 > span.text-sm
See all plans section#pricing > div.mx-auto > div.mt-8 > a.inline-flex
Tibzi.com table.w-full > thead > tr.border-b > th.text-center
SEO tools table.w-full > thead > tr.border-b > th.text-center
View all services → section.py-16 > div.mx-auto > div.mt-8 > a.text-sm
Founder, e-commerce startup div.grid > div.testimonial > div.mt-4 > p.text-xs
Marketing Manager, digital agency div.grid > div.testimonial > div.mt-4 > p.text-xs
Freelance Developer div.grid > div.testimonial > div.mt-4 > p.text-xs
Owner, online store div.grid > div.testimonial > div.mt-4 > p.text-xs
GUIDES & RESOURCES div.mx-auto > div.text-center > div.inline-flex > span.text-xs
20 de metode testate și ordonate după impact real pentru a accelera site-ul tău… div.mx-auto > div.grid > a.group > p.text-xs
Mar 6 div.grid > a.group > div.flex > span.flex
Read div.grid > a.group > div.flex > span.inline-flex
Află ce este un certificat SSL, cum funcționează, de ce e obligatoriu în 2026 ș… div.mx-auto > div.grid > a.group > p.text-xs
Mar 6 div.grid > a.group > div.flex > span.flex
Read div.grid > a.group > div.flex > span.inline-flex
Ghid complet pentru alegerea hosting-ului potrivit: ce tipuri există, ce contea… div.mx-auto > div.grid > a.group > p.text-xs
Mar 5 div.grid > a.group > div.flex > span.flex
Read div.grid > a.group > div.flex > span.inline-flex
Ce înseamnă accesibilitatea web, de ce e obligatorie în România din 2025 și cum… div.mx-auto > div.grid > a.group > p.text-xs
Mar 4 div.grid > a.group > div.flex > span.flex
Read div.grid > a.group > div.flex > span.inline-flex
All articles section.py-16 > div.mx-auto > div.text-center > a.inline-flex
Complete website audit. Security, SEO, performance and legal compliance. div.mx-auto > div.grid > div.col-span-2 > p.mt-3
Home div > ul.space-y-2 > li > a.text-text-tertiary
About us div > ul.space-y-2 > li > a.text-text-tertiary
Services div > ul.space-y-2 > li > a.text-text-tertiary
Blog div > ul.space-y-2 > li > a.text-text-tertiary
Pricing div > ul.space-y-2 > li > a.text-text-tertiary
Contact div > ul.space-y-2 > li > a.text-text-tertiary
Security Check div > ul.space-y-2 > li > a.text-text-tertiary
SSL Check div > ul.space-y-2 > li > a.text-text-tertiary
GDPR Check div > ul.space-y-2 > li > a.text-text-tertiary
SEO Audit div > ul.space-y-2 > li > a.text-text-tertiary
Email Check div > ul.space-y-2 > li > a.text-text-tertiary
Performance Test div > ul.space-y-2 > li > a.text-text-tertiary
Accessibility Test div > ul.space-y-2 > li > a.text-text-tertiary
Website Security Guide div > ul.space-y-2 > li > a.text-text-tertiary
What is a website audit div > ul.space-y-2 > li > a.text-text-tertiary
Security Checklist 2026 div > ul.space-y-2 > li > a.text-text-tertiary
NIS2 Compliance div > ul.space-y-2 > li > a.text-text-tertiary
SPF/DKIM/DMARC Guide div > ul.space-y-2 > li > a.text-text-tertiary
Glossary div > ul.space-y-2 > li > a.text-text-tertiary
Sample Reports div > ul.space-y-2 > li > a.text-text-tertiary
Terms & Conditions div > ul.space-y-2 > li > a.text-text-tertiary
Privacy Policy div > ul.space-y-2 > li > a.text-text-tertiary
Cookie Policy div > ul.space-y-2 > li > a.text-text-tertiary
contact@tibzi.com div > ul.space-y-2 > li > a.inline-flex
+40 723 876 204 div > ul.space-y-2 > li > a.inline-flex
Str. Cristianul, Nr. 24, Ploiești, Prahova ul.space-y-2 > li > span.inline-flex > span
VAT: RO36971470 div.grid > div > div.mt-3 > p
Reg. No.: J29/135/2017 div.grid > div > div.mt-3 > p
© 2026 Tibzi.com — All rights reserved. div.flex > footer.border-t > div.mx-auto > div.mt-10
Privacy Policy div.flex > div.flex-1 > p.text-sm > a.text-green-400

These are opportunities to improve the legibility of your content.

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]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Touch targets have sufficient size and spacing.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
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.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
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
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<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.
No element has a `[tabindex]` value greater than 0
`<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.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
A+
Landmark Structure
4 landmarks
PASS
4 landmarks
Info::
<main> landmark present
Info::
1 <nav> landmark(s) found
Info::
Skip navigation link present
Page Structure — as a screen reader sees it
BANNER header NAV "Main navigation" MAIN CONTENTINFO footer
A+
Heading Hierarchy
40 headings
PASS
40 headings
Info::
Single H1 present
  • H1 Free Website Audit — Security, SEO and Performance
  • H2 What we check
  • H3 Security
  • H3 SSL Certificate
  • H3 SEO Audit
  • H3 GDPR Compliance
  • H3 Email (SPF/DKIM/DMARC)
  • H3 Performance
  • H3 WCAG Accessibility
  • H3 28 Modules Total
  • H2 How it works
  • H3 Enter your URL
  • H3 Automatic analysis
  • H3 Full report
  • H3 PDF by email
  • H2 Simple, transparent pricing
  • H3 Free
  • H3 Single Audit
  • H3 Pack of 10
  • H2 Why Tibzi.com
  • H3 All-in-one
  • H3 100% in English
  • H3 Instant results
  • H3 First audit free
  • H3 Compliance coverage
  • H3 Professional PDF report
  • H3 Tibzi vs other tools
  • H2 What our users say
  • H2 Recent articles
  • H3 How to Improve Website Speed — 20 Tested Methods (2026)
  • H3 What Is an SSL Certificate and How to Check It Properly
  • H3 How to Choose the Right Hosting for Speed and Security
  • H3 Web Accessibility (WCAG) — Guide for Website Owners
  • H2 Frequently asked questions
  • H2 Start your free audit
  • H3 Navigation
  • H3 Tools
  • H3 Resources
  • H3 Legal
  • H3 Contact
A+
Heading Text Quality
All 40 heading(s) have substantive, well-formed text
PASS
All 40 heading(s) have substantive, well-formed text
Info::
Heading text quality is clean -- no placeholder, length, or styling issues
A+
Alt Text Quality
All 2 images OK
PASS
All 2 images OK
Info::
2 image(s) with good alt text
2 images 2 good alt text
All images have appropriate alt text.
A
Form Accessibility
1 of 1 controls have issues
PASS
1 of 1 controls have issues
Warning::
1 control(s) rely on placeholder only
Placeholder text disappears on focus and is not a reliable label.
Got: <input type="text">
1 controls
0 labeled
1 placeholder only
0 unlabeled
ControlTypeLabelMethod
inputtext(example.com)placeholder only

Placeholder text disappears on focus and is not a reliable label.

<input type="text">

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

A+
Form Input Types
1 form control(s) checked, no type mismatches
PASS
1 form control(s) checked, no type mismatches
Info::
No input-type mismatches detected
A+
Form Input Quality
1 form control(s) checked, no input-semantic issues
PASS
1 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"
PASS
Lang attribute set to "en"
Info::
<html lang="en"> is set and valid
Got: en
A+
Tabindex Anti-Patterns
No explicit tabindex attributes found
PASS
No explicit tabindex attributes found
Info::
No explicit tabindex attributes found
A+
Iframe Accessibility
All 1 iframe(s) have descriptive titles
PASS
All 1 iframe(s) have descriptive titles
Info::
All 1 iframe(s) have title attributes
A+
Tap Target Adequacy
All tap targets meet WCAG 2.5.5/2.5.8 sizing
PASS
All tap targets meet WCAG 2.5.5/2.5.8 sizing
Info::
All tap targets meet WCAG 2.5.5 (44x44px) sizing
A+
Mobile-Readable Font Sizes
All 221 visible text node(s) render at >= 12 CSS pixels
PASS
All 221 visible text node(s) render at >= 12 CSS pixels
Info::
All text uses legible mobile font sizes (>= 12 CSS px)
A
Favicon & Branding
5 icon(s) detected
PASS
5 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
SVG favicon detected — scales perfectly to any size
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Present
Manifest Icons Present
Multiple Sizes Present
A+
PWA Depth
2 PWA signal(s) surfaced
PASS
2 PWA signal(s) surfaced
Info::
Service worker registration detected
The page calls `navigator.serviceWorker.register(...)` -- the prerequisite for any real PWA capability (offline support, push notifications, background sync, Cache API). This is a positive signal; whether the registered worker actually does what you want is a separate question (check DevTools > Application > Service Workers).
Info::
Manifest has no maskable icon
Android 12+ Adaptive Icons crop non-maskable icons to a circle or squircle -- frequently hiding important parts of the logo. Add at least one icon entry with `"purpose": "maskable"` (or `"any maskable"`) and a maskable-aware design (16% safe-zone padding around the inner mark).
A+
Mobile UX Depth
1 mobile-depth signal(s) detected
PASS
1 mobile-depth signal(s) detected
Info::
Browser-chrome `theme-color` meta tag present
The page sets `<meta name="theme-color" content="...">`, which Android Chrome uses to tint the status bar and iOS Safari uses for the toolbar background. Brand polish that costs nothing and Just Works.
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback