Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 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
DWeb ManifestActionValid manifestFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
BHeading Hierarchy1 headingsREVIEW
- H2 Gelesen(ausgewählt)
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
C404 Error PageActionHTTP 404, custom pageREVIEW
BFavicon & Branding6 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 8 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
5 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 Gelesen | 19.47:1 | 3.0:1 | #000000 | #F7F6F6 | Pass |
| title Kronen Zeitung | Akt… | 19.59:1 | 4.5:1 | #000000 | #FDF7E3 | Pass |
| i close | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Schließen | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div Abonnieren | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| i account_circle | 15.31:1 | 4.5:1 | #000000 | #DCDCDC | Pass |
| span Anmelden | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| i arrow_right | 1.38:1 | 4.5:1 | #000000 | #222629 | Fail |
| i arrow_right | 2.06:1 | 4.5:1 | #000000 | #474037 | Fail |
| span Menü aufklappen | 5.69:1 | 4.5:1 | #000000 | #9B8069 | Pass |
| a Profil | 2.09:1 | 4.5:1 | #000000 | #4D4032 | Fail |
| a Abonnement | 3.38:1 | 4.5:1 | #000000 | #7F5845 | Fail |
| a Einstellungen | 11.98:1 | 4.5:1 | #000000 | #D9C52F | Pass |
| a Abmelden | 8.39:1 | 4.5:1 | #000000 | #B5A52F | Pass |
| i pin_drop | 3.62:1 | 4.5:1 | #000000 | #6C672F | Fail |
| span Wien | 10.45:1 | 4.5:1 | #000000 | #F5A0A5 | Pass |
| i arrow_right | 1.87:1 | 4.5:1 | #000000 | #3B3B3B | Fail |
| span Bundesland auswähle… | 1.99:1 | 4.5:1 | #000000 | #3F3F3F | Fail |
| li Wien | 6.66:1 | 4.5:1 | #000000 | #919191 | Pass |
| li Niederösterreich | 3.66:1 | 4.5:1 | #000000 | #666666 | 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.
BLighthouse Accessibility AuditsScore 85/100 — 5 failing, 27 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
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 |
|---|
Merkliste div.nd__block > div.nd__row > a.nd__bookmarks-link > span.nd__bookmarks-text |
Benachrichtigungen div.nd__block > div.nd__row > a.nd__push-settings-link > span.nd__push-settings-text |
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
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.box > div#krn_startseite_banner_ueber_fdt > div.tp-container-inner > iframe#offer_de88c7f81fe7c83dfd3f-0 div.box > div#krn_startseite_banner_ueber_fdt > div.tp-container-inner > iframe#offer_de88c7f81fe7c83dfd3f-0 |
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.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div.box > div.ss__outer > div.swiper-pagination > span.swiper-pagination-bullet |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Krone PUR bestellen div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-disagree-button |
A+Alt Text QualityAll 229 images OKPASS
A+Form AccessibilityAll 4 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #search-input | text | Suche | for/id |
| input | text | Suchfeld | aria-label |
| nls-email | Email Feld | aria-label | |
| input | checkbox | Zwischen TV und Radio wechseln | aria-label |
ALink & Button Quality299 links, 11 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.krone.at/4114517 | Titelkampf extrem spannendVAR-… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4114825 | Historisches PorträtKing Char… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4115032 | Es ist nicht ihr Mark!An seine… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4114531 | Oststeirer überraschenRapid l… | img no alt | Add alt attribute to the image |
| https://ticket.krone.at/de | Krone Grafik | new tab | Add '(opens in new tab)' to text |
| https://www.krone.at/4115934 | Basketball-Liga 1. Playoff-Nie… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4115331 | Krone Sport-NewsDer tiefe Fall… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4115071 | Folge von Mittwoch Philipp sor… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4115455 | es ist nicht OnlyFans:DAS ist … | img no alt | Add alt attribute to the image |
| https://www.krone.at/4115378 | „Kate-Effekt“?So sieht Vic… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4113758 | Filmkritik „Michael“Neues … | img no alt | Add alt attribute to the image |
| https://www.krone.at/4112661 | Watchlist ClipsHarold Falterme… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4112651 | Watchlist ClipsPop-Legende „… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4110701 | „Krone“-FilmkritikHollywoo… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4102055 | krone.tv PremiereErleben Sie C… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4115780 | 1500 Arbeitsplätze?Amazon-Pl… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4114042 | Starke Optik!Hyundai Ioniq 3: … | img no alt | Add alt attribute to the image |
| https://www.kronemed.at/ | 3 / 3 | new tab | Add '(opens in new tab)' to text |
| https://www.krone.at/4115249 | GewinnspielDrei Packages zum S… | img no alt | Add alt attribute to the image |
| http://pubads.g.doubleclick.net/gampad/c… | Reise ins GlückTanja Pfaffene… | new tab | Add '(opens in new tab)' to text |
| https://www.krone.at/4113485 | Rezept der WocheKürbiskernöl… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4114859 | Werbung WerbungTanjas Kroatien… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4113754 | Folge von DienstagBewegen, lä… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4112864 | Folge von MontagMit Philipp zu… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4105486 | Rezept der WochePerfekter Marm… | img no alt | Add alt attribute to the image |
| https://www.krone.at/4097580 | Rezept der WocheHamshuka, ein … | img no alt | Add alt attribute to the image |
| https://www.krone.at/4088586 | Rezept der WocheLuftiger Oster… | img no alt | Add alt attribute to the image |
Add '(opens in new tab)' to link text or aria-label.
https://ticket.krone.at/de; https://www.kronemed.at/; http://pubads.g.doubleclick.net/gampad/clk?id=7289961119&iu=/6771346/clicktra…
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