Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DForm AccessibilityAction4 of 8 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #cmplz-functional-optin | checkbox | Λειτουργικά | for/id |
| #cmplz-preferences-optin | checkbox | Preferences | for/id |
| #cmplz-statistics-optin | checkbox | Στατιστικά | for/id |
| #cmplz-marketing-optin | checkbox | Μάρκετινγκ | for/id |
| s | text | (Type here..) | placeholder only |
| s | text | (Search...) | placeholder only |
| input | submit | (none) | none |
| input | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit">; <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
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s">; <input type="text" name="s">
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
F404 Error PageActionHTTP 500, custom pageFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure8 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
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
CLink & Button QualityAction13 issue(s) across 100 links and 8 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| tel:2310407539 | (empty) | empty | Add link text or aria-label |
| tel:2310407539 | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/project/ntotsikas… | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/project/eshop-leo… | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/project/lemassage… | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/project/limaver-w… | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/project/ikoplast-… | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/%ce%ba%ce%b1%cf%8… | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/%ce%ba%ce%b1%cf%8… | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/s-e-o/ | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/%ce%b4%ce%b9%ce%b… | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/%ce%b4%ce%b9%ce%b… | (empty) | empty | Add link text or aria-label |
| https://yellowizard.gr/email-marketing/ | (empty) | empty | Add link text or aria-label |
| https://goo.gl/maps/ecpmGQaM22bQMZ4t8 | Μαυρομιχάλη 40 (Κ… | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/yellowizard.gr | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/yellowizard.gr… | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/7609326… | new tab | Add '(opens in new tab)' to text | |
| https://cookiedatabase.org/tcf/purposes/ | Read more about TCF purposes o… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
tel:2310407539; tel:2310407539; https://yellowizard.gr/project/ntotsikastours-online-booking/; https://yellowizard.gr/project/eshop-leonidas-pralines-thessaloniki/; https://yellowizard.gr/project/lemassage-online-booking/; https://yellowizard.gr/project/limaver-website/; https://yellowizard.gr/project/ikoplast-website/; https://yellowizard.gr/%ce%ba%ce%b1%cf%84%ce%b1%cf%83%ce%ba%ce%b5%cf%85%ce%ae…; https://yellowizard.gr/%ce%ba%ce%b1%cf%84%ce%b1%cf%83%ce%ba%ce%b5%cf%85%ce%ae…; https://yellowizard.gr/s-e-o/ (+3 more)
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://goo.gl/maps/ecpmGQaM22bQMZ4t8; https://www.facebook.com/yellowizard.gr; https://www.instagram.com/yellowizard.gr/; https://www.linkedin.com/company/76093264/; https://cookiedatabase.org/tcf/purposes/
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
CTap Target AdequacyAction7 tap target(s) too small or too close togetherREVIEW
BFavicon & Branding4 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 84/100 — 4 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
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 |
|---|
Ntotsikastours – Online Booking
Printzio – Eshop
Leonidas Pralines – Eshop
Sand… div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > div.elementor-loop-container |
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
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.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.e-con-inner > div.elementor-element > div.elementor-widget-container > a div.e-con-inner > div.elementor-element > div.elementor-widget-container > a |
div.e-con-inner > div.elementor-element > div.elementor-widget-container > a div.e-con-inner > div.elementor-element > div.elementor-widget-container > a |
div.e-con-inner > div.elementor-element > div.elementor-widget-container > a div.e-con-inner > div.elementor-element > div.elementor-widget-container > a |
div.e-con-inner > div.elementor-element > div.elementor-widget-container > a div.e-con-inner > div.elementor-element > div.elementor-widget-container > a |
div.e-con-inner > div.elementor-element > div.elementor-widget-container > a div.e-con-inner > div.elementor-element > div.elementor-widget-container > a |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon |
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 1 div.elementor-swiper > div.elementor-slides-wrapper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.elementor-swiper > div.elementor-slides-wrapper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.elementor-swiper > div.elementor-slides-wrapper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.elementor-swiper > div.elementor-slides-wrapper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.elementor-swiper > div.elementor-slides-wrapper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div.elementor-swiper > div.elementor-slides-wrapper > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 7 div.elementor-swiper > div.elementor-slides-wrapper > div.swiper-pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
AHeading Hierarchy44 headingsPASS
- H1 Κατασκευή ιστοσελίδων - Θεσσαλονίκη
- H2 Digital Agency στη Θεσσαλονίκη
- H3 Πρόσφατα έργα
- H1 Ntotsikastours – Online Booking duplicate H1
- H1 Printzio – Eshop duplicate H1
- H1 Leonidas Pralines – Eshop duplicate H1
- H1 Sandalmania – Eshop duplicate H1
- H1 Athomer – Website duplicate H1
- H1 Vasileiadis Marine Eshop duplicate H1
- H1 Lemassage – Online Booking duplicate H1
- H1 Limaver – Website duplicate H1
- H1 Ikoplast – Website duplicate H1
- H2 ΚΑΤΑΣΚΕΥΗ ΙΣΤΟΣΕΛΙΔΩΝ - ΚΑΤΑΣΚΕΥΗ ESHOP - ΘΕΣΣΑΛΟΝΙΚΗ
- H3 Υπηρεσίες
- H4 YELLOWIZARD - ΥΨΗΛΗ ΤΕΧΝΟΓΝΩΣΙΑ ΣΕ ΚΑΘΕ ΕΠΙΠΕΔΟ MARKETING
- H2 Κατασκευή ιστοσελίδων
- H2 Κατασκευή eshop
- H2 S.E.O.
- H2 Διαχείριση social media
- H2 Διαφημιστικές καμπάνιες
- H2 Email Marketing
- H2 Graphic Design
- H2 Branding
- H3 Κλείστε ένα άμεσο ραντεβού μαζί μας!
- H3 Πως δουλεύουμε
- H4 4 ΒΗΜΑΤΑ
- H5 1
- H6 Ανάλυση αναγκών και στόχων
- H5 2
- H6 Σχεδιασμός στρατηγικής
- H5 3
- H6 Υλοποίηση ενεργειών
- H5 4
- H6 Ανάλυση και αναφορά απόδοσης
- H4 ΚΑΤΑΣΚΕΥΗ ΙΣΤΟΣΕΛΙΔΩΝ - ESHOP
- H3 Οδηγούμε την επιχείρησή σας σε σταθερή τροχιά ανόδου.
- H4 ΣΕ ΤΙ ΔΙΑΦΕΡΟΥΜΕ
- H4 4 λόγοι για να επικοινωνήσεις μαζί μας.
- H4 ΜΕΛΕΤΑΜΕ ΣΕ ΒΑΘΟΣ
- H4 ΕΠΙΤΥΓΧΑΝΟΥΜΕ ΤΟΥΣ ΣΤΟΧΟΥΣ
- H4 ΕΞΟΙΚΟΝΟΜΟΥΜΕ BUDGET
- H4 ΕΙΜΑΣΤΕ ΔΙΠΛΑ ΣΤΟΝ ΠΕΛΑΤΗ
- H3 Γράφουν για εμάς
- H4 Μας εμπιστεύτηκαν
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
AHeading Text Quality2 heading-text-quality issue(s) detectedPASS
A+Alt Text Quality1 of 117 images have issuesPASS
| Issue | Count |
|---|---|
| filename | 1 image(s) |
A+Form Input Types1 input(s) using type=text where a specific type would helpPASS
A+Form Input Quality8 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-Patterns3 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Mobile-Readable Font SizesAll 136 visible text node(s) render at >= 12 CSS pixelsPASS
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 |
|---|---|---|---|---|---|
| h2 Digital Agency στ… | 15.71:1 | 3.0:1 | #000000 | #FFDE10 | Pass |
| h2 ΚΑΤΑΣΚΕΥΗ … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Κατασκευή … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Κατασκευή e… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 S.E.O. | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Διαχείριση… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Email Marketing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Graphic Design | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Branding | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Υπηρεσίες | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Κλείστε έν… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Οδηγούμε τ… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title YelloWizard: Κατ… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Αρχική | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Υπηρεσίες | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Κατασκευή … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Κατασκευή e… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Διαχείριση… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Διαφημιστι… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span S.E.O. | 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.