BFSG & WCAG 3.0 for SAP Commerce Cloud Storefronts
Since 2025 the German Accessibility Strengthening Act (BFSG) is binding for most online shops. For SAP Commerce Cloud operators that raises a direct question: where does accessibility actually get solved, and who owns the work?
Accessibility is a frontend problem
Compliance is judged on what users experience: keyboard navigation, focus order, semantic structure, color contrast, screen-reader labels and accessible forms. All of that lives in the rendered frontend, not in the SAP backend. The backend serves correct data through the OCC API; whether the result is accessible depends entirely on the frontend layer.
What BFSG and WCAG 3.0 require in practice
- Perceivable content: sufficient contrast, text alternatives, scalable text
- Operable interfaces: full keyboard operation, visible focus, no keyboard traps
- Understandable flows: consistent navigation, clear form labels and error messages
- Robust markup: valid semantics and ARIA where needed, tested with assistive technology
- The standard also tracks EN 301 549, the European baseline referenced by the regulation
The cost of retrofitting
On a custom Angular build or a heavily customized Composable Storefront, accessibility is your responsibility. That usually means a separate audit, a remediation backlog and recurring regression risk every time a component changes. Accessibility added late is expensive and fragile.
Laioutr delivers the baseline by default
With Laioutr, WCAG 3.0, BFSG and EN 301 549 are part of the platform baseline. The component library ships with accessible semantics, focus handling, contrast-compliant defaults and screen-reader support, so the storefront starts compliant rather than being audited into compliance later. Because the components are maintained centrally, accessibility does not regress every time marketing composes a new page.
What still needs attention
Platform-level accessibility covers the components and structure. Content teams still own accessible content: meaningful alt text, sensible heading order and clear link text. Laioutr makes the compliant path the default; teams stay responsible for the words and images they add.
FAQ
Does SAP Commerce Cloud make my storefront BFSG-compliant?
The backend serves data; accessibility is decided in the frontend. Compliance depends on the frontend layer rendering that data accessibly.
Do we still need an audit with Laioutr?
The platform baseline covers component and structural conformance. A content review and a confirmatory audit are still good practice, but you are not building compliance from zero. Talk to our team.
Does compliance slow down marketing?
No. The accessible path is the default in the page builder, so teams compose compliant pages without extra steps.