Scan any TYPO3 site against 16 WCAG 2.1 AA rules in seconds — nothing to install, no signup. Built for EU compliance.
16 automated rules covering images, links, forms, headings, language, viewport, contrast, ARIA misuse, and more — mapped to real WCAG success criteria.
Paste your URL, get a letter grade with every issue listed by severity. No account, no email, no waiting for an audit report.
The rule set targets what EU enforcement and enterprise procurement actually look at: WCAG 2.1 AA basics you can document today.
When your scan flags a failing rule, here is where to fix it:
| Issue | Where to fix in TYPO3 |
|---|---|
| Missing alt text on images | Every FAL image reference has an alt-text field in the media adjustment — fill it per language. For content images set it in the image properties of the content element. |
| Low contrast text | Fix in your site package's TypoScript constants / SCSS variables, then clear cache. Do not patch contrast inline per element — fix the variable once. |
| Missing heading structure | Header type is chosen per content element (Type dropdown). Audit pages where editors picked "Layout" headings instead of real H2/H3, and constrain choices in your pageTSconfig. |
| Missing form labels | EXT:form labels are configured in the form YAML definition — every field needs a label element, not just a placeholder. |
| Generic link text ("read more", "click here") | Replace hardcoded "more" links in Fluid templates with aria-label or visually hidden text carrying the page/item title. |
| Missing page language | Language is derived from the site configuration (sites.yaml). Verify each language tree sets the correct hreflang/lang value. |
| Skip link / keyboard navigation | Ensure your base Fluid layout includes a skip-to-content link and that extension output (news lists, menus) is reachable by keyboard in DOM order. |
TYPO3 ships with useful foundations — these approaches take you further:
Most TYPO3 agencies offer BITV tests based on EN 301 549 — useful for public-sector BIK compliance.
Free first-pass checks that cover roughly a third of WCAG issues on rendered TYPO3 pages.
Most recurring TYPO3 issues come from editor choices (headings, alt text). A short style guide reduces them permanently.
Accessibility is not a one-time fix — sites change through content edits, theme updates and new pages. Keep compliance sustainable:
Dig deeper into the compliance work that comes after the scan:
Automated scanning catches roughly a third of accessibility issues — but it catches the ones that are cheapest to fix first. For the complete picture, our e-book covers the full checklist plus a 14-day fix plan.