Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction6 of 16 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 4 image(s) |
| generic | 2 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
F404 Error PageActionHTTP 404, bare pageFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 61/100 — 8 failing, 10 passedFIX
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 |
|---|
Internet for business footer#footer > div.container > div.col-md-4 > p |
pop-interactive GmbH
Wendenstraße 408
20537 Hamburg footer#footer > div.container > div.col-md-4 > p |
pop-interactive GmbH div.container > div.col-md-4 > p > strong |
Geschäftsführer:
Matthias Schlichtenberger, Gerald Krause footer#footer > div.container > div.col-md-4 > p |
Zur Kontakt Seite footer#footer > div.container > div.col-md-4 > a.btn |
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 |
|---|
pop-interactive footer#footer > div.container > div.col-md-4 > h4 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
tbody > tr > td > img tbody > tr > td > img |
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.col-md-6 > span.title-logo > b > a.white div.col-md-6 > span.title-logo > b > a.white |
div.col-md-6 > span.title-logo > b > a.white div.col-md-6 > span.title-logo > b > a.white |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All4Labels Group GmbH div.container > div.row > div.col-md-12 > ul.owl-carousel |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Select Provider tr > td.hidden- > list > li |
Select Integrator tr > td.hidden- > list > li |
Core Security Solution Specialized tr > td.hidden- > list > li |
All4Labels Group GmbH div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
CRIF GmbH div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
OTTO DÖRNER GmbH & Co. KG div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
d.vinci HR-Systems GmbH div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
Pentax Europe GmbH div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
Starcar Autovermietung GmbH div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
Star Finanz - Software Entwicklungs und Vertriebs GmbH div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
Steinberg Media Technologies GmbH div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
Steinway & Sons div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
team SE div.owl-wrapper-outer > div.owl-wrapper > div.owl-item > li.item |
These are opportunities to improve the experience of reading tabular or list data using 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 |
|---|
Impressum footer#footer > div.container > div.col-md-4 > a |
Datenschutz footer#footer > div.container > div.col-md-4 > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
CLandmark StructureAction3 landmarksREVIEW
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
CHeading HierarchyAction4 headings, 1 skip(s)REVIEW
- H2 Produkte
- H2 Referenzen
- H4 pop-interactive skipped
- H4 Kontakt
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
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
CLink & Button QualityAction3 issue(s) across 54 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| tel:+498003807777 | (empty) | empty | Add link text or aria-label |
| mailto:info@pop-i.de | (empty) | empty | Add link text or aria-label |
| https://status.pop-hh.net | Service Status | new tab | Add '(opens in new tab)' to text |
| https://portal.pop-i.de | Kundenportal | new tab | Add '(opens in new tab)' to text |
| /pdf/POP_INTERACTIVE_GMBH_Select_Provide… | Select Provider | new tab | Add '(opens in new tab)' to text |
| /pdf/POP_INTERACTIVE_GMBH_Select_Integra… | Select Integrator | new tab | Add '(opens in new tab)' to text |
| /pdf/POP_INTERACTIVE_GMBH_Core_Security_… | Core Security Solution Special… | new tab | Add '(opens in new tab)' to text |
| http://www.kn-online.de/Nachrichten/Schl… | 1775 Bäume. Unser Beitrag fü… | new tab | Add '(opens in new tab)' to text |
| /pdf/POP_INTERACTIVE_GMBH_Select_Provide… | Select Provider | new tab | Add '(opens in new tab)' to text |
| /pdf/POP_INTERACTIVE_GMBH_Select_Integra… | Select Integrator | new tab | Add '(opens in new tab)' to text |
| /pdf/POP_INTERACTIVE_GMBH_Core_Security_… | Core Security Solution Special… | new tab | Add '(opens in new tab)' to text |
| http://www.kn-online.de/Nachrichten/Schl… | 1775 Bäume. Unser Beitrag fü… | new tab | Add '(opens in new tab)' to text |
| https://all4labels.com/ | All4Labels Group GmbH | new tab | Add '(opens in new tab)' to text |
| https://www.crif.de/ | CRIF GmbH | new tab | Add '(opens in new tab)' to text |
| http://www.doerner.de | OTTO DÖRNER GmbH & Co. KG | new tab | Add '(opens in new tab)' to text |
| https://www.dvinci.de | d.vinci HR-Systems GmbH | new tab | Add '(opens in new tab)' to text |
| https://www.pentaxmedical.com | Pentax Europe GmbH | new tab | Add '(opens in new tab)' to text |
| http://www.starcar.de | Starcar Autovermietung GmbH | new tab | Add '(opens in new tab)' to text |
| http://www.starfinanz.de | Star Finanz - Software Entwick… | new tab | Add '(opens in new tab)' to text |
| http://www.steinberg.de | Steinberg Media Technologies G… | new tab | Add '(opens in new tab)' to text |
| http://eu.steinway.com | Steinway & Sons | new tab | Add '(opens in new tab)' to text |
| https://www.team.de | team SE | 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.
tel:+498003807777; mailto:info@pop-i.de
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://status.pop-hh.net; https://portal.pop-i.de; /pdf/POP_INTERACTIVE_GMBH_Select_Provider_25.2.2025.pdf; /pdf/POP_INTERACTIVE_GMBH_Select_Integrator_25.2.2025.pdf; /pdf/POP_INTERACTIVE_GMBH_Core_Security_Solution_Specialized_25.2.2025.pdf; http://www.kn-online.de/Nachrichten/Schleswig-Holstein/Renaturierung-Hamburge…; /pdf/POP_INTERACTIVE_GMBH_Select_Provider_25.2.2025.pdf; /pdf/POP_INTERACTIVE_GMBH_Select_Integrator_25.2.2025.pdf; /pdf/POP_INTERACTIVE_GMBH_Core_Security_Solution_Specialized_25.2.2025.pdf; http://www.kn-online.de/Nachrichten/Schleswig-Holstein/Renaturierung-Hamburge… (+10 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.btn (#109 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
BTap Target Adequacy2 tap target(s) too small or too close togetherREVIEW
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 11 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
4 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 Produkte | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Referenzen | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title pop-interactive :: i… | 2.82:1 | 4.5:1 | #000000 | #555555 | Fail |
| span Sie erreichen uns un… | 10.94:1 | 4.5:1 | #000000 | #BBBBBB | Pass |
| a 0800 380 7777 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span oder per Email an | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a info@pop-i.de | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 0800 380 7777 | 7.76:1 | 4.5:1 | #000000 | #A79C89 | Pass |
| a info@pop-i.de | 7.82:1 | 4.5:1 | #000000 | #AE9B84 | Pass |
| a Service Status | 4.66:1 | 4.5:1 | #000000 | #847463 | Pass |
| a Kundenportal | 2.56:1 | 4.5:1 | #000000 | #5B4C42 | Fail |
| span - zur Hautpseite | 1.84:1 | 4.5:1 | #000000 | #423832 | Fail |
| span [i18n] navToggle | 1.12:1 | 4.5:1 | #000000 | #151110 | Fail |
| a Produkte | 1.13:1 | 4.5:1 | #000000 | #15120F | Fail |
| a Access | 1.11:1 | 4.5:1 | #000000 | #160F0C | Fail |
| a Netze | 1.64:1 | 4.5:1 | #000000 | #3F2F25 | Fail |
| a Cloud | 2.98:1 | 4.5:1 | #000000 | #655647 | Fail |
| a Housing | 1.78:1 | 4.5:1 | #000000 | #3D3637 | Fail |
| a Hosting | 2.35:1 | 4.5:1 | #000000 | #54473E | Fail |
| a Sicherheit | 2.70:1 | 4.5:1 | #000000 | #515350 | 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.
A+Heading Text QualityAll 4 heading(s) have substantive, well-formed textPASS
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | text | (Search) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<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