Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction22 headingsFIX
- H2 The ultimate gifts
- H3 Create special pentru tine și afacerea ta
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 Agende și Plannere
- H3 Pentru Căsuța Ta
- H3 Cupe și Trofee
- H3 Pentru Copilul Tău
- H3 Produse speciale
- H4 Login
- H4 Register
- H3 Search
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
FAlt Text QualityAction13 of 110 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 13 image(s) |
| too long | 2 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
FLink & Button QualityAction37 issue(s) across 324 links and 15 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /wishlist/ | (empty) | empty | Add link text or aria-label |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/profile.php?id=… | new tab | Add '(opens in new tab)' to text | |
| https://instagram.com/evaprints.ro | new tab | Add '(opens in new tab)' to text | |
| https://tiktok.com/@evaprints.ro | Tiktok | new tab | Add '(opens in new tab)' to text |
| https://anpc.ro/ce-este-sal/ | (empty) | empty | Add link text or aria-label |
| https://ec.europa.eu/consumers/odr/main/… | (empty) | empty | Add link text or aria-label |
| https://anpc.ro/ce-este-sal/ | (empty) | empty | Add link text or aria-label |
| https://ec.europa.eu/consumers/odr/main/… | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://www.s-sols.com/products/wordpres… | Optimized by Seraphinite Accel… | new tab | Add '(opens in new tab)' to text |
| / | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/wishlist/; javascript:void(0);; javascript:void(0);; /; javascript:void(0);; #; #; #; #; # (+21 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://www.facebook.com/profile.php?id=61560766116851; https://instagram.com/evaprints.ro; https://tiktok.com/@evaprints.ro; https://www.s-sols.com/products/wordpress/accelerator?utm_source=usersite&utm…
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 (#258 on page); button (#316 on page); button.btn-sub-menu (#2595 on page); button.btn-sub-menu (#2634 on page); button.btn-sub-menu (#2652 on page); button.searchsubmit (#2698 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
DTabindex Anti-PatternsAction0 positive, 131 -1-on-focusableFIX
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
BLandmark Structure4 landmarksREVIEW
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
CForm AccessibilityAction4 of 5 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #popupRememberme | checkbox | none | |
| pwd | password | (Password) | placeholder only |
| log | text | (Username or email) | placeholder only |
| s | text | (Search...) | placeholder only |
| wp-submit | submit | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="submit" name="wp-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="log">; <input type="password" name="pwd">; <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
BForm Input Quality2 input-semantic issue(s) across 5 form control(s)REVIEW
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 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 |
|---|---|---|---|---|---|
| h2 The ultimate gifts | 1.65:1 | 3.0:1 | #000000 | #32323A | Fail |
| h3 Create special pentr… | 1.65:1 | 3.0:1 | #000000 | #32323A | Fail |
| h3 Agende și Plannere | 1.65:1 | 3.0:1 | #000000 | #32323A | Fail |
| h3 Pentru Căsuța Ta | 1.65:1 | 3.0:1 | #000000 | #32323A | Fail |
| h3 Cupe și Trofee | 1.65:1 | 3.0:1 | #000000 | #32323A | Fail |
| h3 Pentru Copilul Tău | 1.65:1 | 3.0:1 | #000000 | #32323A | Fail |
| h3 Produse speciale | 1.65:1 | 3.0:1 | #000000 | #32323A | Fail |
| h3 Search | 1.65:1 | 3.0:1 | #000000 | #32323A | Fail |
| title Acasa - Eva Prints | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Business | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Carduri cadou | 8.25:1 | 4.5:1 | #000000 | #9DA3AA | Pass |
| span Carduri de loialitat… | 1.18:1 | 4.5:1 | #000000 | #15181F | Fail |
| span Cărți de vizită | 1.19:1 | 4.5:1 | #000000 | #22160B | Fail |
| span Etichete autocolante | 1.16:1 | 4.5:1 | #000000 | #201307 | Fail |
| span Etichete cartonate | 1.10:1 | 4.5:1 | #000000 | #170E03 | Fail |
| span Flyere | 1.11:1 | 4.5:1 | #000000 | #190F07 | Fail |
| span Listă Prețuri | 1.34:1 | 4.5:1 | #000000 | #2A221C | Fail |
| span Plannere și Agende | 1.57:1 | 4.5:1 | #000000 | #372D29 | Fail |
| span Social Cards | 1.26:1 | 4.5:1 | #000000 | #251C17 | Fail |
| span Stickere | 1.08:1 | 4.5:1 | #000000 | #100C09 | Fail |
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.
A+Heading Text QualityAll 22 heading(s) have substantive, well-formed textPASS
AForm Input Types2 input(s) using type=text where a specific type would helpPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "ro-RO"PASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 49 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
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 25 passedPASS
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 |
|---|
LIVRARE GRATUITĂ div.elementor-element > div.elementor-widget-container > p > span |
119.00 lei span.price > del > span.woocommerce-Price-amount > bdi |
lei del > span.woocommerce-Price-amount > bdi > span.woocommerce-Price-currencySymbol |
149.00 lei span.price > del > span.woocommerce-Price-amount > bdi |
lei del > span.woocommerce-Price-amount > bdi > span.woocommerce-Price-currencySymbol |
89.00 lei span.price > del > span.woocommerce-Price-amount > bdi |
lei del > span.woocommerce-Price-amount > bdi > span.woocommerce-Price-currencySymbol |
These are opportunities to improve the legibility of your content.
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-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-container > div.jws-offcanvas-action-wrap > div.jws-button-wrapper > a.jws-offcanvas-trigger div.elementor-widget-container > div.jws-offcanvas-action-wrap > div.jws-button-wrapper > a.jws-offcanvas-trigger |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn |
div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn |
div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn |
div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn |
div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn div.buttton-inner > ul.ct_ul_ol > li.btn-wishlist > a.jws-wishlist-btn |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > a |
body.home > a.backToTop body.home > a.backToTop |
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.