Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
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.
DPrint StylesheetActionNo print stylesFIX
BLink & Button Quality1 issue(s) across 62 links and 22 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /sample-reports | View sample reports | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/tibzicom/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/tibzico… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/TibziCom | X (Twitter) | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@tibzicom | TikTok | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
/sample-reports; https://www.facebook.com/tibzicom/; https://www.linkedin.com/company/tibzicom; https://x.com/TibziCom; https://www.tiktok.com/@tibzicom
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.p-1 (#893 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
CWeb ManifestActionValid manifestREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 fail WCAG AAREVIEW
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 Free Website Audit … | 1.06:1 | 3.0:1 | #000000 | #040A10 | Fail |
| h2 What we check | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h2 How it works | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h2 Simple, transparent … | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h2 Why Tibzi.com | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h2 What our users say | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h2 Recent articles | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h2 Frequently asked que… | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h2 Start your | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h2 audit | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 Security | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 SSL Certificate | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 SEO Audit | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 GDPR Compliance | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 Email (SPF/DKIM/DMAR… | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 Performance | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 WCAG Accessibility | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 28 Modules Total | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 Enter your URL | 19.38:1 | 3.0:1 | #000000 | #F4F6F8 | Pass |
| h3 Automatic analysis | 19.38:1 | 3.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.
BLighthouse Accessibility AuditsScore 88/100 — 3 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.
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.
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.
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.
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.
A+Landmark Structure4 landmarksPASS
A+Heading Hierarchy40 headingsPASS
- 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 QualityAll 40 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 2 images OKPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (example.com) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">
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