Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction12 issue(s) across 202 links and 21 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://datenschutz-generator.de/ | Startseite | img no alt | Add alt attribute to the image |
| https://datenschutz-generator.de/ | Startseite | img no alt | Add alt attribute to the image |
| https://maps.google.com/?cid=11277243432… | Datenschutz-Generator.de | new tab | Add '(opens in new tab)' to text |
| https://search.google.com/local/writerev… | Bewertung verfassen? | new tab | Add '(opens in new tab)' to text |
| https://www.google.com/maps/contrib/1165… | Gabriele Loeben | new tab | Add '(opens in new tab)' to text |
| https://www.google.com/maps/place/Datens… | William Sonnenberg | new tab | Add '(opens in new tab)' to text |
| https://www.google.com/maps/contrib/1175… | Andreas Unkelbach | new tab | Add '(opens in new tab)' to text |
| https://dsgvo-gesetz.de/art-12-dsgvo/ | Art. 12 Abs. 1 | new tab | Add '(opens in new tab)' to text |
| https://datenschutz-generator.de/help-pr… | Premiumkunden | new tab | Add '(opens in new tab)' to text |
| https://datenschutz-generator.de/help-pr… | Premiumkunden | new tab | Add '(opens in new tab)' to text |
| https://datenschutz-generator.de/agb | AGB und Lizenzbedingungen | new tab | Add '(opens in new tab)' to text |
| https://certready.eu | <img decoding="async" src="htt… | new tab | Add '(opens in new tab)' to text |
| https://certready.eu | certready.eu | new tab | Add '(opens in new tab)' to text |
| https://drschwenke.de/newsletter/ | (Beispiele, Datenschutzhinweis… | new tab | Add '(opens in new tab)' to text |
| https://datenschutz-generator.de/agb/ | Allgemeinen Geschäftsbedingun… | new tab | Add '(opens in new tab)' to text |
| Datenschutzerklärung | 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 |
| <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://datenschutz-generator.de/"]; a[href="https://datenschutz-generator.de/"]
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://maps.google.com/?cid=11277243432612087520; https://search.google.com/local/writereview?placeid=ChIJI1_ORYxPqEcR4EZzDifRgJw; https://www.google.com/maps/contrib/116592951198927091793/reviews/@52.5398669…; https://www.google.com/maps/place/Datenschutz-Generator.de/@52.4964713,13.339…; https://www.google.com/maps/contrib/117537140957925176278/reviews; https://dsgvo-gesetz.de/art-12-dsgvo/; https://datenschutz-generator.de/help-premium/; https://datenschutz-generator.de/help-premium/; https://datenschutz-generator.de/agb; https://certready.eu (+4 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.toggle (#129 on page); button.toggle (#169 on page); button.toggle (#195 on page); button.toggle (#233 on page); button.toggle (#245 on page); button.toggle (#278 on page); button.toggle (#318 on page); button.toggle (#344 on page); button.toggle (#382 on page); button.toggle (#394 on page) (+2 more)
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
FFavicon & BrandingAction2 icon(s) 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
CLandmark StructureAction8 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
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 Accessibility3 of 6 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #dsg_bwurlchk_input | text | none | |
| #rememberme | checkbox | Angemeldet bleiben | for/id |
| #german_market_privacy_declaration | checkbox | none | |
| #username | text | (E-Mail-Adresse) | placeholder only |
| #reg_email | (E-Mail*) | placeholder only | |
| #password | password | (Passwort*) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="username" id="username">; <input type="password" name="password" id="password">; <input type="email" name="email" id="reg_email">
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
BLighthouse Accessibility AuditsScore 82/100 — 4 failing, 24 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.
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.grw-row > div.rpi-slides-root > div.grw-content-inner > button.rpi-ltgt div.grw-row > div.rpi-slides-root > div.grw-content-inner > button.rpi-ltgt |
div.grw-row > div.rpi-slides-root > div.grw-content-inner > button.rpi-ltgt div.grw-row > div.rpi-slides-root > div.grw-content-inner > button.rpi-ltgt |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.right > div#dsg-welcome-switch-2-premiumxxx > label > input#dsg_bwurlchk_input div.right > div#dsg-welcome-switch-2-premiumxxx > label > input#dsg_bwurlchk_input |
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.
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 |
|---|
Kostenlose Datenschutzerklärung div.entry-content > div#dsg-lazy-load-wrap-1 > div.dsg-butons-start-box > div.col1 |
Premium Datenschutzerklärung div.entry-content > div#dsg-lazy-load-wrap-1 > div.dsg-butons-start-box > div.col2 |
div.right > div#dsg-welcome-switch-2-premiumxxx > label > input#dsg_bwurlchk_input div.right > div#dsg-welcome-switch-2-premiumxxx > label > input#dsg_bwurlchk_input |
Bundle-Angebot p > a.dsg-prg-link > span.dsg-discount-flag > span |
Kostenlose Datenschutzerklärung div.entry-content > div#dsg-lazy-load-wrap-1 > div.dsg-butons-start-box > div.col1 |
Premium Datenschutzerklärung div.entry-content > div#dsg-lazy-load-wrap-1 > div.dsg-butons-start-box > div.col2 |
Datenschutzerklärung
Kostenlos
Premium div#dsg-categories-boxes-wrap > div.category-content-general > a.dsg-category-box > span.text |
Kostenlos a.dsg-category-box > span.text > div.dsg-catego-label > div.dsg-catego-label-free |
Premium a.dsg-category-box > span.text > div.dsg-catego-label > div.dsg-catego-label-free |
Verarbeitungsverzeichnis
Premium div#dsg-categories-boxes-wrap > div.category-content-general > a.dsg-category-box > span.text |
Premium a.dsg-category-box > span.text > div.dsg-catego-label > div.dsg-catego-label-free |
Impressum
Kostenlos
Premium div#dsg-categories-boxes-wrap > div.category-content-general > a.dsg-category-box > span.text |
Kostenlos a.dsg-category-box > span.text > div.dsg-catego-label > div.dsg-catego-label-free |
Premium a.dsg-category-box > span.text > div.dsg-catego-label > div.dsg-catego-label-free |
AGB
Premium div#dsg-categories-boxes-wrap > div.category-content-general > a.dsg-category-box > span.text |
Premium a.dsg-category-box > span.text > div.dsg-catego-label > div.dsg-catego-label-free |
Widerrufsbelehrung
Kostenlos
Premium div#dsg-categories-boxes-wrap > div.category-content-general > a.dsg-category-box > span.text |
Kostenlos a.dsg-category-box > span.text > div.dsg-catego-label > div.dsg-catego-label-free |
Premium a.dsg-category-box > span.text > div.dsg-catego-label > div.dsg-catego-label-free |
Kostenlose Datenschutzerklärung div.entry-content > div#dsg-lazy-load-wrap-1 > div.dsg-butons-start-box > div.col1 |
Premium Datenschutzerklärung div.entry-content > div#dsg-lazy-load-wrap-1 > div.dsg-butons-start-box > div.col2 |
certready.eu div#certready_main > div.right > p > a |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
certready.eu div#certready_main > div.right > p > a |
These are opportunities to improve the legibility of your content.
A+Heading Hierarchy46 headingsPASS
- H1 Datenschutzerklärung Generator – kostenlos & DSGVO sicher
- H2 Für Deutschland, Österreich, Schweiz u.a. Länder – Deutsch und Englisch (Premium) – Über 500 Tsd. Nutzer vertrauen uns
- H2 Premium: Kostenlose Datenschutz-Analyse Ihrer Website
- H2 Wird der Einsatz künstlicher Intelligenz (KI) berücksichtigt?
- H2 Ist die erstellte Datenschutzerklärung rechtssicher?
- H2 Was unterscheidet uns von anderen Anbietern?
- H2 Muss ich über juristische Kenntnisse verfügen?
- H2 Muss ich ein Abonnement abschließen und habe ich monatlich laufende Kosten?
- H2 Schützt der Generator vor Abmahnungen?
- H2 Umfang und Beliebtheit unseres Datenschutz-Generators
- H2 Welche Verarbeitungsprozesse, Dienste und Tools bildet der Generator ab?
- H2 Ist die erstellte Datenschutzerklärung auf dem aktuellen Stand?
- H2 Ist der Generator für meinen Zweck geeignet?
- H2 Checkliste: Abmahn- und Bußgeldschutz
- H2 Kennen Sie unsere Bundle-Angebote mit bis zu 320,00 Euro Ersparnis?
- H2 Hinweise für Berater, Agenturen und Konzerngruppen
- H3 1. Voraussetzungen
- H3 2. Ihre Rechte
- H3 3. Mengenrabatte
- H3 4. Weitere Hinweise
- H2 Was schätzen unsere Kunden und Nutzer am Datenschutz-Generator?
- H2 Welche Generatoren stehen noch zur Auswahl?
- H2 Wer soll das alles lesen oder wie lang und detailliert muss eine Datenschutzerklärung sein?
- H2 Wie muss ich die erstellte Datenschutzerklärung bei mir einbinden?
- H2 In welcher Sprache muss ich meine Datenschutzerklärung bereitstellen?
- H3 Wie erstelle ich ein Dokument mit dem Generator?
- H3 1. Schnellauswahl
- H3 2. Individuelle Anpassung und Eingaben
- H3 3. Dokumente generieren
- H3 4. Dokumente kopieren oder herunterladen
- H3 5. Dokumente ändern und aktualisieren
- H3 6. Tipp: Erläuterungen aufrufen
- H3 Premium: Wie kann ich weitere Module und Klauseln ergänzen?
- H4 1. Module in der Datenbank suchen und laden
- H4 2. Eigene Module erstellen
- H4 3. Module bearbeiten
- H4 4. Module anordnen
- H3 Premium: Wie werden Eingaben sowie gewählte Module gespeichert und geladen?
- H4 1. Kurzzeitspeicher im kostenlosen Generator
- H4 2. Dauerhafte Speicherung für Premiumkunden
- H2 KI-Kompetenz-Kurs für Unternehmen mit Dr. Schwenke - Zertifikat ab 7,80 Euro - certready.eu
- H3 Newsletter abonnieren
- H3 Rechtliche Hinweise
- H3 Neuste Beiträge im Blog
- H2 Anmelden
- H2 Neues Kundenkonto anlegen
A+Alt Text QualityAll 26 images OKPASS
| Issue | Count |
|---|---|
| too long | 1 image(s) |
A404 Error PageHTTP 404, custom pagePASS
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 Datenschutzerklärun… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Für Deutschland, Ö… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Premium: Kostenlose … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Wird der Einsatz kü… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ist die erstellte Da… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Was unterscheidet un… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Muss ich über juris… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Muss ich ein Abonnem… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Schützt der Generat… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Umfang und Beliebthe… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Welche Verarbeitungs… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ist die erstellte Da… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ist der Generator f… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Checkliste: Abmahn- … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Kennen Sie unsere Bu… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Hinweise für Berate… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Was schätzen unsere… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Welche Generatoren s… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Wer soll das alles l… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Wie muss ich die ers… | 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.