# The European Accessibility Act and Travel Booking Sites | Vitra.ai

> The EAA has applied to booking services since June 2025. What it covers, where accessibility and language overlap, and the checks worth running now.

**Canonical URL**: https://www.vitra.ai/tourism/european-accessibility-act-travel
**Source**: This is the Markdown rendering of https://www.vitra.ai/tourism/european-accessibility-act-travel, generated at build time from that page.

---

4 min read

# The European Accessibility Act and Travel Booking Sites

The EAA has applied to booking services since June 2025. What it covers, where accessibility and language overlap, and the checks worth running now.

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Senior Product Manager , Vitra.ai
Updated Aug 14, 2026

![The European Accessibility Act and Travel Booking Sites](https://www.vitra.ai/static/images/blog/european-accessibility-act-travel.jpg)

Table of contents

[What it covers, in plain terms](#what-it-covers-in-plain-terms)

[Where accessibility and language quietly overlap](#where-accessibility-and-language-quietly-overlap)

[The travel-specific surfaces to look at](#the-travel-specific-surfaces-to-look-at)

[What to run this quarter](#what-to-run-this-quarter)

[Where this article stops](#where-this-article-stops)

[FAQ](#faq)

Contributors

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Senior Product Manager

Subscribe to our newsletter

Subscribe

> **Quick answer —** The European Accessibility Act (Directive (EU) 2019/882) has applied since 28 June 2025 and covers e-commerce and passenger transport services, which brings most travel booking sites and apps into scope. The practical standard is EN 301 549, which points at WCAG 2.1 AA.[Quality control](https://www.vitra.ai/features/quality-control) inspects rendered pages rather than strings, which is how clipped text and broken layouts get caught before publication.

## What it covers, in plain terms

The EAA is a directive, so it lands through each member state's own law rather than as one EU rulebook. The categories it names include e-commerce services and services related to passenger transport — which is where booking a flight, a room or a rail ticket sits. Enforcement, penalties and reporting differ by state. Microenterprises providing services — broadly under ten staff and €2m turnover — are outside the service obligations. Everyone else selling travel online to EU consumers should assume they're in.

## Where accessibility and language quietly overlap

This is the part most teams miss, because accessibility sits with engineering and language sits with marketing, and neither owns the seam.

**The `lang` attribute.** A screen reader picks pronunciation from the declared language. A page whose text is Dutch and whose markup still says English gets read aloud wrong. That's a localization bug presenting as an accessibility failure, and client-side translation widgets are a common cause.

**Captions on video.** An embedded destination film needs [captions](https://www.vitra.ai/features/video-dubbing) in the same language as the page around it, not just in English.

**Text that expands.** German and Finnish run long. When translated text overflows a fixed component, content doesn't just look untidy — it can become unreachable.

## The travel-specific surfaces to look at

Surface

Why it's exposed

Booking and payment flow

The transaction itself; hardest to argue is out of scope

Seat, room and date pickers

Custom widgets are where keyboard navigation breaks

Fare and rate tables

Complex tables need proper headers to be readable aloud

Booking confirmation PDF

Documents are frequently overlooked entirely

Embedded video

Captions and audio description

## What to run this quarter

Start with an automated scan for the mechanical failures, then test the booking flow by keyboard alone, then with a screen reader in a non-English language. That last one surfaces the language-attribute problems nothing else catches.

Fix the transaction path first. A brochure page that fails is a problem; a payment step that fails is the one that gets reported.

## Where this article stops

Whether your particular services fall in scope, and what a given member state requires, is a legal question for your counsel. This is the engineering and content side of it: what usually breaks, and which checks find it.

## FAQ

**Does the European Accessibility Act apply to travel booking websites?** In most cases yes. The directive covers e-commerce services and services related to passenger transport, which brings booking sites and apps into scope. It has applied since 28 June 2025, with obligations landing through each member state's own law.

**What accessibility standard should a travel site meet?** EN 301 549 is the harmonised European standard, and in practice it points at WCAG 2.1 level AA. That is the bar most audits and procurement questionnaires will use.

**How does translation affect accessibility compliance?** Through the lang attribute, video captions and text expansion. A page whose text is Dutch but whose markup declares English is read aloud incorrectly, and translated text that overflows a fixed component can make content unreachable.

**Are small travel businesses exempt from the EAA?** Microenterprises providing services — broadly fewer than ten staff and under €2m turnover — are outside the service obligations. Thresholds and enforcement are set nationally, so confirm against your own member state.

Our blog

## Lastest blog posts

Tool and strategies modern teams need to help their companies grow.

Automotive

[Automotive Brochure Localization by Market](https://www.vitra.ai/automotive/automotive-brochure-localization)
A car brochure is a spec grid, a legal footer and a photo library, all market-specific. What actually has to change, and why the layout decides the schedule.

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Aug 18, 2026

Automotive

[Automotive Campaign Localization Across Markets](https://www.vitra.ai/automotive/automotive-campaign-localization)
Campaigns run through national companies and dealer networks, so one master becomes hundreds of files. Where the offer text and the disclaimers actually break.

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Aug 18, 2026

Automotive

[Car Service Manual Translation for Technicians](https://www.vitra.ai/automotive/automotive-service-manual-translation)
A workshop manual is read mid-repair by someone with the car on a lift. What that demands of procedures, torque figures and fault codes, in every language.

[Samhitha J Bhatt](https://www.vitra.ai/author/samhitha)
Aug 18, 2026

[View all posts](https://www.vitra.ai/blog/page/1)

---

## Structured data

```json
{
  "@context": "https://schema.org",
  "@type": "Article",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://www.vitra.ai/tourism/european-accessibility-act-travel"
  },
  "headline": "The European Accessibility Act and Travel Booking Sites",
  "image": [
    {
      "@type": "ImageObject",
      "url": "https://www.vitra.ai/static/images/blog/european-accessibility-act-travel.jpg"
    }
  ],
  "datePublished": "2026-08-14T00:00:00.000Z",
  "dateModified": "2026-08-14T00:00:00.000Z",
  "author": [
    {
      "@type": "Person",
      "name": "Samhitha J Bhatt"
    }
  ],
  "publisher": {
    "@type": "Organization",
    "name": "Vitra.ai",
    "logo": {
      "@type": "ImageObject",
      "url": "https://www.vitra.ai/static/images/vitra-v-logo.png"
    }
  },
  "description": "The EAA has applied to booking services since June 2025. What it covers, where accessibility and language overlap, and the checks worth running now."
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://www.vitra.ai"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Tourism",
      "item": "https://www.vitra.ai/tourism"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "The European Accessibility Act and Travel Booking Sites",
      "item": "https://www.vitra.ai/tourism/european-accessibility-act-travel"
    }
  ]
}
```

```json
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "Does the European Accessibility Act apply to travel booking websites?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "In most cases yes. The directive covers e-commerce services and services related to passenger transport, which brings booking sites and apps into scope. It has applied since 28 June 2025, with obligations landing through each member state's own law."
      }
    },
    {
      "@type": "Question",
      "name": "What accessibility standard should a travel site meet?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "EN 301 549 is the harmonised European standard, and in practice it points at WCAG 2.1 level AA. That is the bar most audits and procurement questionnaires will use."
      }
    },
    {
      "@type": "Question",
      "name": "How does translation affect accessibility compliance?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Through the lang attribute, video captions and text expansion. A page whose text is Dutch but whose markup declares English is read aloud incorrectly, and translated text that overflows a fixed component can make content unreachable."
      }
    },
    {
      "@type": "Question",
      "name": "Are small travel businesses exempt from the EAA?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Microenterprises providing services — broadly fewer than ten staff and under €2m turnover — are outside the service obligations. Thresholds and enforcement are set nationally, so confirm against your own member state."
      }
    }
  ]
}
```
