Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure11 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 Hierarchy36 headingsREVIEW
- H3 Za posledních 24 hodin lidé na Knihobotu vydělali přibližně 1 100 000 Kč
- H2 Sarah J. Maas propojuje svoje světy. Máš přečteno?
- H3 Skleněný trůn
- H3 Dvůr trnů a růží
- H3 Dědička ohně
- H3 Dvůr mlhy a hněvu
- H3 Dvůr křídel a zmaru
- H3 Půlměsíční město. Rod země a krve
- H3 Království popela
- H3 Půlnoční koruna
- H2 Hned bude pryč
- H2 Zpátky do školy
- H2 Povinná četba a klasika
- H2 Cozy crime pod deku
- H2 Vaření a pečení na podzim
- H2 Thrillery na dlouhé večery
- H2 Letí na BookToku
- H2 Hygge: útulno doma
- H2 Romantické večery
- H2 Strašidelno se blíží
- H2 Komiks & manga
- H2 Nové kapitoly, nové cíle
- H2 Do aktovky: učebnice
- H2 První čtení pro prvňáčky
- H2 Současná česká próza
- H2 Severská detektivka
- H2 Jak funguje Watchdog
- H3 Žádná kniha už ti neunikne
- H2 Nejčastěji hlídané
- H2 Jedinečné kousky
- H2 Nakupuj a prodávej knihy na jednom místě
- H3 Knihy
- H3 Prodej
- H3 Nákup
- H3 Knihobot
- H3 Můžeme pomoci?
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
CLink & Button QualityAction2 issue(s) across 300 links and 16 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://knihobot.cz/ | (empty) | empty | Add link text or aria-label |
| https://wa.me/420228229364 | new tab | Add '(opens in new tab)' to text | |
| https://www.facebook.com/knihobot.cz/ | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/knihobot.cz/ | new tab | Add '(opens in new tab)' to text | |
| https://www.linkedin.com/company/knihobo… | new tab | Add '(opens in new tab)' to text | |
| https://x.com/knihobot/ | x | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/channel/UCS0dd0f… | youtube | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://knihobot.cz/
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://wa.me/420228229364; https://www.facebook.com/knihobot.cz/; https://www.instagram.com/knihobot.cz/; https://www.linkedin.com/company/knihobot/; https://x.com/knihobot/; https://www.youtube.com/channel/UCS0dd0fBZSIYWPsai4ek1SQ/
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.CarouselButton_styles_button__Xq0Tr (#1235 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
CTap Target AdequacyAction4 tap target(s) too small or too close togetherREVIEW
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding17 icon(s) detectedREVIEW
CWeb ManifestActionValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Hned bude pryč | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Nejčastěji hlídan… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Nakupuj a prodávej … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Za posledních 24 ho… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Žádná kniha už t… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Knihy | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Prodej | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Nákup | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Knihobot | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Můžeme pomoci? | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Knihobot antikvariá… | 2.20:1 | 4.5:1 | #000000 | #264D39 | Fail |
| a Objev Knihobot Klub … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Knihobot Klub | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Pobočky | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Kariéra | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Kontakt | 8.38:1 | 4.5:1 | #000000 | #9CA6A0 | Pass |
| label Hledej knihu, autora… | 1.35:1 | 4.5:1 | #000000 | #17271F | Fail |
| span Prodat knihy | 5.68:1 | 4.5:1 | #000000 | #7E8782 | Pass |
| button Beletrie | 2.55:1 | 4.5:1 | #000000 | #44524A | Fail |
| span Detektivky & Thrille… | 7.09:1 | 4.5:1 | #000000 | #A09761 | 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.
A+Heading Text QualityAll 36 heading(s) have substantive, well-formed textPASS
A+Alt Text Quality1 of 24 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #:Rd5bj6: | text | Hledej knihu, autora, ISBN nebo kategorii... | for/id |
A+Form Input Types1 form control(s) checked, no type mismatchesPASS
A+Form Input Quality1 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "cs"PASS
A+Tabindex Anti-Patterns5 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Iframe AccessibilityNo iframes on this pagePASS
A+Mobile-Readable Font SizesAll 194 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA Depth1 PWA signal(s) surfacedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 93/100 — 2 failing, 26 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 |
|---|
div.HeaderSearch_styles_root__P3kpS > form.HeaderSearchForm_styles_root__vb_ss > div.HeaderSearchFormInput_styles_root__r7sFw > input#:Rd5bj6: div.HeaderSearch_styles_root__P3kpS > form.HeaderSearchForm_styles_root__vb_ss > div.HeaderSearchFormInput_styles_root__r7sFw > input#:Rd5bj6: |
Sarah J. Maas div.ProductCardCarouselItem_styles_root__9mII6 > article.ProductCard_styles_root__qkYLe > div.ProductCard_styles_body__w8HDH > a.ProductCardBodyAuthors_styles_root__BRhTT |
Skladem 5 ks article.ProductCard_styles_root__qkYLe > div.ProductCard_styles_body__w8HDH > div.ProductCardBody_styles_stateAndFlags__dWCP4 > div.ProductCardBodyState_styles_root__bS8_k |
Sarah J. Maas div.ProductCardCarouselItem_styles_root__9mII6 > article.ProductCard_styles_root__qkYLe > div.ProductCard_styles_body__w8HDH > a.ProductCardBodyAuthors_styles_root__BRhTT |
Skladem 10 ks article.ProductCard_styles_root__qkYLe > div.ProductCard_styles_body__w8HDH > div.ProductCardBody_styles_stateAndFlags__dWCP4 > div.ProductCardBodyState_styles_root__bS8_k |
Žádná kniha už ti neunikne div.CMSPromo_styles_root__t11DG > div.CMSPromo_styles_contentWrapper__yF7Wi > div.CMSPromo_styles_wrapper__FYgej > h3.CMSPromo_styles_label__TOxUs |
Za posledních 24 h jsme přidali 35 237 knih. To je na výšku jako 11 Petřínských… div.FooterHead_styles_root__okxbN > div > div.FooterHead_styles_addedBooksWrapper__klXa_ > p.Typography_styles_typography__xNmkQ |
35 237 div > div.FooterHead_styles_addedBooksWrapper__klXa_ > p.Typography_styles_typography__xNmkQ > span.Typography_styles_typography__xNmkQ |
11 div > div.FooterHead_styles_addedBooksWrapper__klXa_ > p.Typography_styles_typography__xNmkQ > span.Typography_styles_typography__xNmkQ |
Bezpečnou platbu zajistí div.ResponsiveContainer_styles_root__iai5v > div.FooterServices_styles_root__dc0Gx > div.FooterServicesPayment_styles_root__bC98k > p.Typography_styles_typography__xNmkQ |
O rychlé dodání se postará div.ResponsiveContainer_styles_root__iai5v > div.FooterServices_styles_root__dc0Gx > div.FooterServicesCarriers_styles_root__8HbVw > p.Typography_styles_typography__xNmkQ |
Obchodní podmínky pro nákup nav > ul.FooterServicesLinksLegal_styles_list__F2tTw > li > a.FooterServicesLinksLegal_styles_link__V73xz |
Obchodní podmínky pro obstarání prodeje nav > ul.FooterServicesLinksLegal_styles_list__F2tTw > li > a.FooterServicesLinksLegal_styles_link__V73xz |
Ochrana osobních údajů nav > ul.FooterServicesLinksLegal_styles_list__F2tTw > li > a.FooterServicesLinksLegal_styles_link__V73xz |
Knihy bez cenzury nav > ul.FooterServicesLinksLegal_styles_list__F2tTw > li > a.FooterServicesLinksLegal_styles_link__V73xz |
SK nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
AT nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
DE nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
COM nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
ES nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
IT nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
NL nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
FR nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
BE nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
PL nav.FooterServicesLinksSite_styles_root__rDYDH > ul.FooterServicesLinksSite_styles_list__1xDSH > li > a.FooterServicesLinksSite_styles_link__hoVTk |
These are opportunities to improve the legibility of your content.
Best practices
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 |
|---|
Pouze 449 Kč div.ProductCardBody_styles_priceRowWithDeal__ZAFjZ > div.ProductCardBodyDeal_styles_root__7n2UI > p.Typography_styles_typography__xNmkQ > a.ProductCardLink_styles_root__RGJS5 |
Pro členy Klubu div.ProductCardBody_styles_priceRowWithDeal__ZAFjZ > div.ProductCardBodyDeal_styles_root__7n2UI > p.Typography_styles_typography__xNmkQ > a |
Pouze 323 Kč div.ProductCardBody_styles_priceRowWithDeal__ZAFjZ > div.ProductCardBodyDeal_styles_root__7n2UI > p.Typography_styles_typography__xNmkQ > a.ProductCardLink_styles_root__RGJS5 |
Pro členy Klubu div.ProductCardBody_styles_priceRowWithDeal__ZAFjZ > div.ProductCardBodyDeal_styles_root__7n2UI > p.Typography_styles_typography__xNmkQ > a |
These items highlight common accessibility best practices.