Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction14 of 135 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 14 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
FFavicon & BrandingActionNo icons detectedFIX
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 Structure7 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
BForm Accessibility6 of 6 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (E-Mail) | placeholder only |
| input | text | (E-Mail) | placeholder only |
| q | text | (Suchbegriff eingeben) | placeholder only |
| q | text | (Suchbegriff) | placeholder only |
| input | text | (E-Mail) | placeholder only |
| input | text | (E-Mail) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text">; <input type="text">; <input type="text" name="q">; <input type="text" name="q">; <input type="text">; <input type="text">
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 QualityAction8 issue(s) across 236 links and 47 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.linkedin.com/company/web-net… | webnetz.de auf Linkedin | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/webnetz | webnetz.de auf Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@webnetz | webnetz.de auf Tiktok | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/webnetz | webnetz.de auf Facebook | new tab | Add '(opens in new tab)' to text |
| /know-how/webinare/erfolg-bringende-e-ma… | E-Mail Marketing … | img no alt | Add alt attribute to the image |
| /know-how/webinare/influencer-marketing | Influencer Marketing … | img no alt | Add alt attribute to the image |
| /know-how/webinare/content-marketing | Content Marketing … | img no alt | Add alt attribute to the image |
| /know-how/webinare/erfolg-bringende-e-ma… | E-Mail Marketing … | img no alt | Add alt attribute to the image |
| /know-how/webinare/influencer-marketing | Influencer Marketing … | img no alt | Add alt attribute to the image |
| /know-how/webinare/content-marketing | Content Marketing … | img no alt | Add alt attribute to the image |
| https://www.linkedin.com/company/web-net… | webnetz.de auf Linkedin | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/webnetz | webnetz.de auf Instagram | new tab | Add '(opens in new tab)' to text |
| https://www.tiktok.com/@webnetz | webnetz.de auf Tiktok | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/webnetz | webnetz.de auf Facebook | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Add '(opens in new tab)' to link text or aria-label.
https://www.linkedin.com/company/web-netz-gmbh/; https://www.instagram.com/webnetz; https://www.tiktok.com/@webnetz; https://www.facebook.com/webnetz; https://www.linkedin.com/company/web-netz-gmbh/; https://www.instagram.com/webnetz; https://www.tiktok.com/@webnetz; https://www.facebook.com/webnetz
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.motion-safe:transition-transform (#96 on page); button.motion-safe:transition-transform (#569 on page); button.motion-safe:transition-transform (#664 on page); button.motion-safe:transition-transform (#763 on page); button (#851 on page); button (#1558 on page); button (#1589 on page); button (#1594 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
BIframe Accessibility3/3 iframe(s) missing title; 0 placeholder(s)REVIEW
BTap Target Adequacy2 tap target(s) too small or too close togetherREVIEW
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
BLighthouse Accessibility AuditsScore 88/100 — 4 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.
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 |
|---|
BLOG div#swiper-wrapper-410d0a491032bdbe96 > div.swiper-slide > a.flex > span.mb-4 |
WEBINARE div#swiper-wrapper-410d0a491032bdbe96 > div.swiper-slide > a.flex > span.mb-4 |
Jobs div.relative > div.headlines > div.pretitle > span.pretitle--text |
Alle offenen Stellen section#lieljzzn > div.mx-auto > a.button > span |
Akzeptieren footer#uc-cmp-footer > div.buttons > div.buttons-row > button#accept |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.flex > div.aspect-[3/2] > div.@container > img.absolute a.flex > div.aspect-[3/2] > div.@container > img.absolute |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
a.flex > div.aspect-[3/2] > div.@container > img.absolute a.flex > div.aspect-[3/2] > div.@container > img.absolute |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img div.@container > div.absolute > div.tile-hosts > img.tile-hosts-img |
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
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 |
|---|
Jetzt Artikel lesen div#swiper-wrapper-410d0a491032bdbe96 > div.swiper-slide > a.flex > button.button |
Jetzt anmelden div#swiper-wrapper-410d0a491032bdbe96 > div.swiper-slide > a.flex > button.button |
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 |
|---|
Jetzt kontaktieren div.relative > div.flex > div > a.button |
A+Heading Hierarchy39 headingsPASS
- H1 besser digital Wir entwickeln, gestalten & vermarkten Ihr Online-Geschäft
- H2 Wir sind Experten für Ihren digitalen Durchbruch
- H3 Strategie & Beratung
- H3 Online-Marketing
- H3 Content & Kampagnen
- H3 Design & Video
- H3 Web-Entwicklung
- H2 Wir entwerfen digitale Lösungen und zielgenaue Kommunikation.
- H2 Immer das passende Team für Ihr Projekt.
- H2 Das sagen unsere Kunden
- H2 Neues aus der digitalen Welt: Wir liefern Insights und Trends
- H3 Umfirmierung bei Amazon: Mit diesen 6 Tipps vermeiden Seller die Account-Sperrung
- H3 E-Mail Marketing: Höhere Öffnungsraten & mehr Sales
- H3 Server-Side-Tracking: Mehr Kontrolle, weniger Verluste
- H3 W&V veröffentlicht webnetz KI-Check auf mehreren Kanälen
- H3 Vom Stadion-Screen aufs Smartphone: Digitale Sponsoring-Verlängerung als Gamechanger für Vereine und Partner
- H3 Influencer Marketing: Follower ≠ Erfolg: Vermeide diese Fehler
- H3 OpenAI baut Werbung bei ChatGPT aus
- H3 W&V und BuchMarkt vermarkten webnetz Social-Check der Publikumsverlage
- H3 Krombacher, Astra, Bitburger, Beck‘s & Co.: Welchen Biermarken gelingt es, relevante Social Media Resonanz zu erzeugen?
- H3 Content Marketing Guide: Sichtbar ohne Werbebudget
- H3 Google Ads im Wandel: Dynamic Search Ads werden durch AI-Max ersetzt
- H3 Das Magazin Politik & Kommunikation veröffentlicht webnetz Social-Check
- H3 Umfirmierung bei Amazon: Mit diesen 6 Tipps vermeiden Seller die Account-Sperrung
- H3 Vom Stadion-Screen aufs Smartphone: Digitale Sponsoring-Verlängerung als Gamechanger für Vereine und Partner
- H3 Krombacher, Astra, Bitburger, Beck‘s & Co.: Welchen Biermarken gelingt es, relevante Social Media Resonanz zu erzeugen?
- H3 E-Mail Marketing: Höhere Öffnungsraten & mehr Sales
- H3 Influencer Marketing: Follower ≠ Erfolg: Vermeide diese Fehler
- H3 Content Marketing Guide: Sichtbar ohne Werbebudget
- H3 Server-Side-Tracking: Mehr Kontrolle, weniger Verluste
- H3 OpenAI baut Werbung bei ChatGPT aus
- H3 Google Ads im Wandel: Dynamic Search Ads werden durch AI-Max ersetzt
- H3 W&V veröffentlicht webnetz KI-Check auf mehreren Kanälen
- H3 W&V und BuchMarkt vermarkten webnetz Social-Check der Publikumsverlage
- H3 Das Magazin Politik & Kommunikation veröffentlicht webnetz Social-Check
- H2 Wir lieben Leute, die leidenschaftlich agieren.
- H3 Offene Stellen
- H2 Online-Marketing-News direkt ins Postfach
- H2 Warum Sie sich für webnetz entscheiden sollten?
A+Heading Text QualityAll 39 heading(s) have substantive, well-formed textPASS
A+Form Input Types6 form control(s) checked, no type mismatchesPASS
A+Form Input Quality6 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "de"PASS
A+Tabindex Anti-Patterns4 explicit tabindex attribute(s) checked, no anti-patternsPASS
A+Mobile-Readable Font SizesNo visible text nodes measured on the pagePASS
A+PWA DepthNo PWA depth issues detectedPASS
A+Mobile UX Depth2 mobile-depth signal(s) detectedPASS
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 |
|---|---|---|---|---|---|
| h1 besser digital | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Wir sind Experten f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Wir entwerfen digita… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Immer das passende T… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Das sagen unsere Kun… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Neues aus der digita… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Wir lieben Leute, di… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Online-Marketing-New… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Warum Sie sich für … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Strategie & Beratung | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Online-Marketing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Content & Kampagnen | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Design & Video | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Web-Entwicklung | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Umfirmierung bei Ama… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 E-Mail Marketing: H… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Server-Side-Tracking… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 W&V veröffentlicht … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Vom Stadion-Screen a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Influencer Marketing… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | 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.