Greenlight Check
WCAG 2.2 audit report · Level A/AA

Accessibility audit report (Standard)

Muster-Boutique  ·  created on 23 July 2026  ·  Audit basis: WCAG 2.2 A/AA (Basis EN 301 549)
Audited website: muster-boutique.ch
60/100Automated score
Overall assessment

Your website has notable defects, some of which are automatically detectable. We recommend addressing them soon.

2high priority
1medium priority
0low priority
7affected elements

How this value is calculated: start at 100 points. Each defect is deducted by severity (high priority −12, medium −5, low −2); the deduction rises with the number of affected elements – roughly double at 10, triple from about 100 (capped). Result: 60 out of 100.

The score reflects both severity AND the number of affected elements. It is Greenlight Check’s own transparent scoring model – not an official standard. Points requiring manual review are not included.

Preliminary value: 1 item(s) still require manual review and are not included here.

Overview

Pages checked3
WCAG criteria checked automatically41 – of which 38 with no findings
Automatically detectable defects3 (2 high · 1 medium · 0 low)
Affected elements (automatic)7
Additionally requiring manual review1 item(s) · 9 elements
Automated score60 / 100

Your website has notable defects, some of which are automatically detectable. We recommend addressing them soon. The score reflects only the automatically confirmed defects. A further 1 item(s) totalling 9 elements still require manual review and are not included here – they may change the result.

A selection of the most important pages of your website was checked. All statements and the score refer to this checked scope.

Why this matters: Web accessibility is based on the internationally recognised WCAG and is required by law in a growing number of countries – in the European Union (including Germany) as well as in Switzerland. The basis is the same technical standard that this report checks. The sooner barriers are removed, the lower the effort and legal risk – and the more people can use your offering.

Technical initial assessment to WCAG 2.2 A/AA – not legal advice, not a proof of conformance. Full notice at the end.

Defects found – ordered by priority

Implementation note: each item states the problem, the number of affected elements and the pages involved, the standard fix and a before/after code example. The technical rule ID (axe-core) links to the detailed documentation; the remediation effort is per element. Every individual location – with selector, page, measured finding and a status to tick off – is in the attached working document GLC-Fundstellen.csv.

01

Images without alternative text

High priority

The problem: Product images do not have descriptive text. Blind and visually impaired customers using a screen reader cannot see what is in the image.

Affected locations: 3  ·  WCAG: 1.1.1  ·  Remediation effort: medium

Found on: 2 pages — /produkte /

How to fix this: Enter a short alternative text for each image in the shop system that describes the image content (e.g. 'Blue drinking bottle 750 ml'). Purely decorative images should be marked as decorative.
Before<img src="produkt.jpg">
After<img src="produkt.jpg" alt="Blaue Trinkflasche, 750 ml">

Rule reference (axe-core): image-alt

02

Links without meaningful text

High priority

The problem: Links have only generic text such as 'Here', 'Click me' or 'More'. Users with screen readers or motor impairments do not understand where the link leads or cannot select it precisely.

Affected locations: 2  ·  WCAG: 2.4.4, 4.1.2  ·  Remediation effort: minor

Found on: 1 page — /

How to fix this: Label all links with meaningful text (e.g. instead of 'More' rather 'Read privacy policy'). The link text should also be understandable in isolation.
Before<a href="/de"><img src="flagge.png"></a>
After<a href="/de" aria-label="Deutsche Version"> <img src="flagge.png" alt="Deutsch"> </a>

Rule reference (axe-core): link-name

03

Headings in wrong order

Medium priority

The problem: Headings skip levels (e.g. H1 directly to H3). Screen reader users do not understand the structure and cannot navigate efficiently. The page appears disorganised.

Affected locations: 2  ·  WCAG: Best practice  ·  Remediation effort: medium

Found on: 2 pages — / /kontakt

How to fix this: Correct the heading hierarchy: H1 (page title), then H2, H3 etc. without skips. Set tags consistently in the editor or HTML.
Before<h1>…</h1> <h4>…</h4>
After<h1>…</h1> <h2>…</h2>

Rule reference (axe-core): heading-order

Manual review – for a complete assessment

These items cannot be conclusively determined by automatic testing (e.g. contrast over images, meaning of link text). They are part of a complete WCAG assessment and should be reviewed by a person.

M01

Insufficient colour contrast

manual review

The problem: Text and background do not have enough contrast distance. People with visual impairments or colour blindness find text difficult or impossible to read, especially on mobile devices in bright environments.

Affected locations: 9 (preliminary) ·  WCAG: 1.4.3  ·  Remediation effort: minor

Found on: 3 pages — / /produkte /kontakt

How to fix this: Check and adjust contrast values (minimum 4.5:1 for normal text, 3:1 for large text). This is done via CSS colour values; your web designer can quickly check and correct these with online tools.
Before<p style="color:#999;background:#fff">Text</p>
After<p style="color:#595959;background:#fff">Text</p>

Rule reference (axe-core): color-contrast

Recommended approach

This standard report covers the automatically testable WCAG criteria. The complete report adds a manual review (in particular the points marked “requires manual review” above) and, if passed, leads to the Greenlight seal.
Important note: This report is an automated technical initial assessment based on Greenlight Check Voll-Scan (axe-core 4.12.1) (WCAG 2.2 A/AA). Automated audits cover a substantial but not complete portion of the EN 301 549 criteria; some requirements require manual testing. This report is not legal advice and not a compliance certification. Only the web pages of the site are tested – not embedded files such as PDF or Office documents, nor content from third-party services.
Greenlight Check · kontakt@greenlight-check.ch · Technical accessibility check, not legal advice.