Seoxpert.io
highPrivacy & Compliance

No Accessibility Statement Found

No accessibility statement page was found on your website. This is a compliance issue under the European Accessibility Act (EAA) from June 2025 for most EU-faci

By Seoxpert Editorial · Published · Updated

Why it matters

An accessibility statement is a legal requirement for EU-facing websites under the EAA. It demonstrates your commitment to digital accessibility, informs users about your site's accessibility status, and provides a channel for feedback. Not having one can result in regulatory action and loss of trust from users, especially those with disabilities.

Impact

Failure to provide an accessibility statement can lead to legal penalties, complaints from users or advocacy groups, and reputational damage. It may also affect your eligibility for government contracts or partnerships within the EU.

How it's detected

Automated crawlers and accessibility auditing tools scan for the presence of a dedicated accessibility statement page (commonly at /accessibility or /accessibility-statement). Manual checks may also be performed during compliance reviews or by users seeking accessibility information.

Common causes

  • Lack of awareness of legal requirements
  • No dedicated accessibility statement page created
  • Website template or CMS does not include an accessibility statement by default
  • Outdated compliance documentation
  • Unclear ownership of accessibility responsibilities

How to fix it

Create a dedicated, publicly accessible page (e.g., /accessibility or /accessibility-statement) on your website. The page should include: your site's accessibility conformance status (e.g., WCAG 2.1 AA), a list of known accessibility limitations, a contact method for users to provide feedback, and the date of the last review. Use the European Commission's accessibility statement template for structure and content guidance. Link to this page from your site's footer for visibility.

Code examples

Example: Adding an Accessibility Statement Page

<!-- /accessibility.html -->
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Accessibility Statement</title>
</head>
<body>
  <h1>Accessibility Statement</h1>
  <p>This website is committed to ensuring digital accessibility for people with disabilities. We are continually improving the user experience for everyone and applying the relevant accessibility standards.</p>
  <h2>Conformance Status</h2>
  <p>This website aims to conform to <a href="https://www.w3.org/WAI/WCAG21/">WCAG 2.1 AA</a>.</p>
  <h2>Known Accessibility Limitations</h2>
  <ul>
    <li>Some older PDF documents may not be fully accessible to screen reader software.</li>
  </ul>
  <h2>Feedback</h2>
  <p>If you encounter accessibility barriers, please contact us at <a href="mailto:accessibility@example.com">accessibility@example.com</a>.</p>
  <p>Last reviewed: June 2024</p>
</body>
</html>

Example: Linking Accessibility Statement in Footer

<!-- Add this link to your site's footer -->
<footer>
  <nav>
    <ul>
      <li><a href="/accessibility">Accessibility Statement</a></li>
      <!-- other footer links -->
    </ul>
  </nav>
</footer>

FAQ

Is an accessibility statement required for all websites?

Under the European Accessibility Act, most commercial websites and apps serving the EU are required to publish an accessibility statement. Some exceptions may apply, such as microenterprises, but it's best to consult legal guidance for your specific case.

What information must be included in an accessibility statement?

The statement should declare your site's accessibility standard (e.g., WCAG 2.1 AA), describe any known limitations, provide a feedback mechanism for users, and state the date of the last review. Using the European Commission's template is recommended.

Where should the accessibility statement be placed on my website?

The statement should be on a dedicated, publicly accessible page (commonly /accessibility or /accessibility-statement) and linked from your site's footer for easy discovery.

How often should the accessibility statement be updated?

Review and update your accessibility statement at least annually, or whenever significant changes are made to your site's accessibility features or compliance status.

Can I use a template for my accessibility statement?

Yes, the European Commission provides a recommended template. However, you should customize it to accurately reflect your site's specific accessibility status and contact details.

What happens if I don't have an accessibility statement after June 2025?

You may face regulatory complaints, legal penalties, and reputational harm. Users may also report your site to authorities or choose not to use your services.

Found this issue on your site?

Run a scan to see if No Accessibility Statement Found affects your pages.

Scan my website →