Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction6 issue(s) across 277 links and 27 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://poczta.home.pl/ | Logowanie do poczty | new tab | Add '(opens in new tab)' to text |
| https://pomoc.home.pl | Pomoc | new tab | Add '(opens in new tab)' to text |
| /domeny/ | Domenyod 2,99 zł netto za pie… | img no alt | Add alt attribute to the image |
| /poczta/ | Poczta e-mailod 9,00 zł netto… | img no alt | Add alt attribute to the image |
| /wordpress-hosting/ | WordPressod 19,00 zł netto za… | img no alt | Add alt attribute to the image |
| /sellastik/ | Sklep Sellastikod 150,00 zł n… | img no alt | Add alt attribute to the image |
| /strony/ | Kreator stronod 90,00 zł nett… | img no alt | Add alt attribute to the image |
| tel:+48504502500 | Infolinia | new tab | Add '(opens in new tab)' to text |
| https://pomoc.home.pl/kontakt/ | Skontaktuj się z nami | new tab | Add '(opens in new tab)' to text |
| /natezenie-infolinii/ | Natężenie infolinii | new tab | Add '(opens in new tab)' to text |
| tel:+48504502500 | Infolinia | new tab | Add '(opens in new tab)' to text |
| https://pomoc.home.pl/kontakt/ | Skontaktuj się z nami | new tab | Add '(opens in new tab)' to text |
| /natezenie-infolinii/ | Natężenie infolinii | new tab | Add '(opens in new tab)' to text |
| tel:+48504502500 | Infolinia | new tab | Add '(opens in new tab)' to text |
| https://pomoc.home.pl/kontakt/ | Skontaktuj się z nami | new tab | Add '(opens in new tab)' to text |
| /natezenie-infolinii/ | Natężenie infolinii | new tab | Add '(opens in new tab)' to text |
| tel:+48504502500 | Infolinia | new tab | Add '(opens in new tab)' to text |
| https://pomoc.home.pl/kontakt/ | Skontaktuj się z nami | new tab | Add '(opens in new tab)' to text |
| /natezenie-infolinii/ | Natężenie infolinii | new tab | Add '(opens in new tab)' to text |
| https://pomoc.home.pl/ | Baza Wiedzy | new tab | Add '(opens in new tab)' to text |
| https://forum.home.pl/ | Forum | new tab | Add '(opens in new tab)' to text |
| https://blog.home.pl/ | Blog | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/home_pl | Przejdź na X | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/home-pl… | Przejdź na linkedin | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/HomePlSA | Przejdź na youtube | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/homepl/ | Przejdź na facebook | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/homepl/ | Przejdź na instagram | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/home_pl | Przejdź na X | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/home-pl… | Przejdź na linkedin | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/HomePlSA | Przejdź na youtube | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/homepl/ | Przejdź na facebook | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/homepl/ | Przejdź na instagram | new tab | Add '(opens in new tab)' to text |
| <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 |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://pomoc.home.pl"]; a[href="/domeny/"]; a[href="/poczta/"]; a[href="/wordpress-hosting/"]; a[href="/sellastik/"]; a[href="/strony/"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://poczta.home.pl/; tel:+48504502500; https://pomoc.home.pl/kontakt/; /natezenie-infolinii/; tel:+48504502500; https://pomoc.home.pl/kontakt/; /natezenie-infolinii/; tel:+48504502500; https://pomoc.home.pl/kontakt/; /natezenie-infolinii/ (+16 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
Icon-only buttons need an aria-label so screen readers can announce them.
button.uds-focus-outline (#563 on page); button.uds-focus-outline (#807 on page); button.uds-focus-outline (#824 on page); button.uds-focus-outline (#841 on page); button.uds-focus-outline (#858 on page); button.uds-focus-outline (#875 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
DWeb ManifestActionValid manifestFIX
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure37 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
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
BHeading Hierarchy20 headingsREVIEW
- H2 Stwórz stronę WWW
- H2 Otwórz atrakcyjny sklep
- H2 – nawet w 30 minut!
- H2 Hosting dla WordPressa z AI
- H2 Stwórz stronę WWW
- H2 Otwórz atrakcyjny sklep
- H2 – nawet w 30 minut!
- H2 Hosting dla WordPressa z AI
- H2 Stwórz stronę WWW
- H2 Otwórz atrakcyjny sklep
- H2 – nawet w 30 minut!
- H2 Czego potrzebujesz, żeby zacząć
- H2 Znajdź idealny adres dla swojego biznesu
- H2 Znajdź idealny adres dla swojego biznesu
- H2 Zarezerwuj przestrzeń dla swojej strony
- H2 Zarezerwuj przestrzeń dla swojej strony
- H2 Zbudujemy stronę, jakiej potrzebujesz
- H2 Zbudujemy stronę, jakiej potrzebujesz
- H2 Zrób pierwszy krok, a my pomożemy z kolejnymi
- H2 Zrób pierwszy krok, a my pomożemy z kolejnymi
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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction19 icon(s) detectedREVIEW
BDark Mode SupportDark mode detectedREVIEW
Detection limited to meta tags and inline styles.
AAlt Text Quality2 of 128 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 2 image(s) |
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #:R1bac7csm: | text | (Wpisz poszukiwany adres) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" id=":R1bac7csm:">
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+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 Stwórz stronę WWW | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Otwórz atrakcyjny s… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 – nawet w 30 minut… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Hosting dla WordPres… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Stwórz stronę WWW | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Otwórz atrakcyjny s… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 – nawet w 30 minut… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Hosting dla WordPres… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Stwórz stronę WWW | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Otwórz atrakcyjny s… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 – nawet w 30 minut… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Czego potrzebujesz, … | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Znajdź idealny adre… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Znajdź idealny adre… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Zarezerwuj przestrze… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Zarezerwuj przestrze… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Zbudujemy stronę, j… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Zbudujemy stronę, j… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Zrób pierwszy krok,… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | Pass |
| h2 Zrób pierwszy krok,… | 8.57:1 | 3.0:1 | #000000 | #A1A6AC | 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.
ALighthouse Accessibility AuditsScore 91/100 — 2 failing, 27 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.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div > div.sc-1ju0p0f-0 > div > div.rah-static div > div.sc-1ju0p0f-0 > div > div.rah-static |
div > div.sc-1ju0p0f-0 > div > div.rah-static div > div.sc-1ju0p0f-0 > div > div.rah-static |
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.sc-e37j8p-0 > div.sc-e37j8p-0 > div.sc-1lkt62-0 > button.sc-1k63jdr-0 div.sc-e37j8p-0 > div.sc-e37j8p-0 > div.sc-1lkt62-0 > button.sc-1k63jdr-0 |
div.sc-u6u06y-0 > div.bg-surface-input-default > div.-ml-px > button.uds-focus-outline div.sc-u6u06y-0 > div.bg-surface-input-default > div.-ml-px > button.uds-focus-outline |
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.