Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction2 landmarksFIX
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
FHeading HierarchyAction31 headings, 5 skip(s)FIX
- H1 Hol ebédelsz ma?
- H2 Napi menük – Santa Clara és környéke
- H3 Kedvenceim
- H5 Itt lesznek a kedvenc helyeid skipped
- H5 Mások kedvenceiből ajánljuk
- H5 Kiss Étterem
- H5 Menüház
- H5 Nyugat Étterem
- H3 Ajánlott
- H5 Kiss Étterem skipped
- H5 5 perces Gyorsétterem
- H5 Apátúr Sörház
- H5 Pódium Étterem
- H3 Felkapott
- H5 Kiss Étterem skipped
- H5 Menüház
- H5 Nyugat Étterem
- H5 Bojtorina Vegan Kitchen
- H3 Új helyek
- H5 Kiss Étterem skipped
- H5 Menüház
- H5 Nyugat Étterem
- H5 Bojtorina Vegan Kitchen
- H2 Hol egyél ma?
- H5 Nézz körül a környéken skipped
- H5 Találd meg, ami most jól esne
- H5 Menj biztosra
- H5 Nézd meg, hol érdemes ma ebédelni.
- H5 Találd meg gyorsan,hol érdemes ma ebédelni
- H5 Kevesebb teendő,több vendég
- H5 Maradjunk kapcsolatban
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
DTabindex Anti-PatternsAction0 positive, 50 -1-on-focusableFIX
F404 Error PageActionHTTP 507, bare pageFIX
DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #date-display | text | Mikor | for/id |
| input | text | (Hol) | placeholder only |
| #dynamic-input | text | (Bármelyik étterem) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">; <input type="text" name="restaurant" id="dynamic-input">
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
CLink & Button QualityAction15 issue(s) across 117 links and 31 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (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://facebook.com/fudinoo | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/fudinoo.hu/ | new tab | Add '(opens in new tab)' to text | |
| https://voov.hu | Voov | new tab | Add '(opens in new tab)' to text |
| https://fudinoo.hu/jogi-informaciok/adat… | Adatvédelmi irányelvek, open… | new tab | Add '(opens in new tab)' to text |
| https://cookie-script.com | Powered by CookieScript, opens… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#; #; #; #; #; #; #; #; #; # (+5 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://facebook.com/fudinoo; https://www.instagram.com/fudinoo.hu/; https://voov.hu; https://fudinoo.hu/jogi-informaciok/adatvedelmi-nyilatkozat; https://cookie-script.com
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
BFavicon & Branding20 icon(s) detectedREVIEW
BPWA Depth3 PWA signal(s) surfacedREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 Hol ebédelsz ma? | 5.92:1 | 3.0:1 | #000000 | #888888 | Pass |
| h2 Napi menük – | 5.92:1 | 3.0:1 | #000000 | #888888 | Pass |
| h2 és környéke | 5.92:1 | 3.0:1 | #000000 | #888888 | Pass |
| h2 Hol egyél ma? | 5.92:1 | 3.0:1 | #000000 | #888888 | Pass |
| h3 Kedvenceim | 5.92:1 | 3.0:1 | #000000 | #888888 | Pass |
| h3 Ajánlott | 5.92:1 | 3.0:1 | #000000 | #888888 | Pass |
| h3 Felkapott | 5.92:1 | 3.0:1 | #000000 | #888888 | Pass |
| h3 Új helyek | 5.92:1 | 3.0:1 | #000000 | #888888 | Pass |
| title Fudinoo | 5.11:1 | 4.5:1 | #000000 | #807D76 | Pass |
| a Fudinoo | 5.11:1 | 4.5:1 | #000000 | #807D76 | Pass |
| span Éttermek | 5.11:1 | 4.5:1 | #000000 | #807D76 | Pass |
| span Menük | 5.11:1 | 4.5:1 | #000000 | #807D76 | Pass |
| span Profilom | 5.11:1 | 4.5:1 | #000000 | #807D76 | Pass |
| button Kezd el a keresést | 5.04:1 | 4.5:1 | #000000 | #7F7C75 | Pass |
| a Éttermek | 4.70:1 | 4.5:1 | #000000 | #7A7770 | Pass |
| label Hol | 4.70:1 | 4.5:1 | #000000 | #7A7770 | Pass |
| label Mikor | 4.70:1 | 4.5:1 | #000000 | #7A7770 | Pass |
| button Holnap | 4.70:1 | 4.5:1 | #000000 | #7A7770 | Pass |
| button Holnapután | 4.70:1 | 4.5:1 | #000000 | #7A7770 | Pass |
| span A héten | 4.70:1 | 4.5:1 | #000000 | #7A7770 | 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 31 heading(s) have substantive, well-formed textPASS
A+Alt Text QualityAll 31 images OKPASS
A+Form Input Types3 form control(s) checked, no type mismatchesPASS
A+Form Input Quality3 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "hu"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 196 visible text node(s) render at >= 12 CSS pixelsPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
ALighthouse Accessibility AuditsScore 92/100 — 3 failing, 28 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 |
|---|
Találd meg 3 kattintással. div.container-fluid > div.hero-container > div.text > p.page-subtitle |
Válogatott helyek napi menüvel, a közeledben. div.main-content > section.w-100 > div.container-fluid > p.section-description |
Összes elutasítása div#cookiescript_injected_wrapper > div#cookiescript_injected > div#cookiescript_buttons > div#cookiescript_reject |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Itt lesznek a kedvenc helyeid div.holder > div.grouped-card > div.flex-grow-1 > h5.not-logged-in |
Nézz körül a környéken div.row > div.col-12 > div.card > h5.title |
These are opportunities to improve keyboard navigation in your application.
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.grouped-card > div.d-flex > div > a.heart div.grouped-card > div.d-flex > div > a.heart |
div.grouped-card > div.d-flex > div > a.heart div.grouped-card > div.d-flex > div > a.heart |
div.grouped-card > div.d-flex > div > a.heart div.grouped-card > div.d-flex > div > a.heart |
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.