Niko MoustoukasNiko Moustoukas·12 May 2026

Estate Agent Website Accessibility: What UK Law Requires

Estate Agent Website Accessibility: What UK Law Requires

Quick Summary

Under the Equality Act 2010, an estate agent website is a service, and failing to make it accessible to disabled users constitutes unlawful discrimination with no exemption for small businesses. The widely accepted technical benchmark for UK commercial sites is WCAG 2.2 Level AA, and the most common failures on property websites include missing alt text on listing photographs, insufficient colour contrast, inaccessible search filters and form fields, and video walkthroughs without captions. With approximately 16 million people in the UK living with a disability, the article argues that accessibility is both a legal obligation and a commercial opportunity, and that many of the issues an automated WAVE scan surfaces can be corrected in a single afternoon.

Most estate agent websites fail basic accessibility standards, and that is both a legal risk and a missed commercial opportunity. Under the Equality Act 2010, your website is considered a service, and refusing to make it accessible to people with disabilities is a form of discrimination. Beyond the legal obligation, accessible websites convert better for all users because they are clearer, faster, and easier to navigate.

What does UK law say about website accessibility?

The Equality Act 2010 requires businesses to make "reasonable adjustments" to ensure disabled people can access their services, and this includes websites. There is no exemption for small businesses or specific industries. If you operate a commercial website in the UK, you have a legal duty to make it accessible.

While the Equality Act does not specify a technical standard, the widely accepted benchmark is the Web Content Accessibility Guidelines (WCAG) 2.2, published by the World Wide Web Consortium. Courts and regulators in the UK and internationally reference WCAG as the standard to meet.

The three levels of WCAG compliance are:

LevelWhat It MeansRecommended For
AMinimum accessibility, addresses the most critical barriersAll websites (absolute baseline)
AAStandard level, covers the majority of accessibility needsAll commercial websites
AAAHighest level, extremely detailed requirementsSpecialist services, government sites

Estate agent websites should target WCAG 2.2 Level AA as a minimum. This is the standard referenced in most legal proceedings and the level expected by accessibility auditors.

What are the most common accessibility failures on estate agent websites?

Property websites tend to have the same recurring issues because of their reliance on images, maps, and interactive property search tools.

The top accessibility failures we see on estate agent websites:

  1. Missing alt text on property images: Screen readers cannot describe photos without alt text, leaving visually impaired users unable to understand the listing
  2. Poor colour contrast: Text over property images or light grey text on white backgrounds fails contrast requirements
  3. Inaccessible property search filters: Dropdown menus and sliders that cannot be operated with a keyboard
  4. Missing form labels: Enquiry and valuation forms that do not label their fields correctly for screen readers
  5. No skip navigation link: Users relying on keyboards or screen readers have to tab through the entire menu on every page
  6. Auto-playing video or slideshows: Property hero sliders that cannot be paused
  7. PDF floor plans without text alternatives: Scanned documents that are completely inaccessible

Each of these issues creates a barrier for users with disabilities, and each one is relatively straightforward to fix.

How do you make property images accessible?

Add descriptive alt text to every image on your website. Alt text should describe what is shown in the image in a way that conveys the same information a sighted user would receive.

For property photos, good alt text follows this format:

  1. "Spacious open-plan living room with wooden flooring and large bay window at 14 Oak Lane, Wilmslow"
  2. "Modern fitted kitchen with white handleless units and granite worktops"
  3. "South-facing rear garden with patio area and mature shrubs"

Avoid alt text like "image1.jpg", "photo", or "property image." These are meaningless to someone relying on a screen reader.

For decorative images that do not convey information (such as background patterns or dividers), use an empty alt attribute (alt="") so screen readers skip them entirely.

What colour contrast ratio do you need?

Normal text must have a contrast ratio of at least 4.5:1 against its background, and large text (18px bold or 24px regular) must meet a minimum of 3:1. These are WCAG AA requirements.

Common problem areas on estate agent websites:

  1. White text overlaid on property photographs (contrast varies with the image)
  2. Light grey placeholder text in form fields
  3. Green or orange call-to-action buttons with white text that does not meet the 4.5:1 ratio
  4. Footer text on dark backgrounds with insufficient contrast

Use a tool like the WebAIM Contrast Checker to test your colour combinations. If your brand colours do not meet the required ratio, adjust the shade slightly rather than compromising accessibility. A button that is #4CAF50 green with white text fails at 3.0:1, but darkening it to #2E7D32 passes at 5.9:1 with no noticeable visual difference to most users.

How do you make property search accessible?

Property search is the core function of most estate agent websites, and it needs to work for everyone. This means every filter, dropdown, slider, and button must be fully operable using only a keyboard and correctly announced by screen readers.

Your property search accessibility checklist:

  1. Every form input has a visible label, not just a placeholder
  2. Dropdown menus can be opened, navigated, and selected using the keyboard alone
  3. Price range sliders have a text input alternative
  4. Search results are announced to screen readers when they update
  5. Map-based search has a list-based alternative
  6. Property cards in search results have meaningful link text (not just "View" repeated)
  7. Pagination controls are accessible and clearly labelled

Interactive maps are a particular challenge. Google Maps embeds are partially accessible, but for full compliance, always provide a text-based alternative that lists properties with addresses and distances.

Are your forms accessible?

Every form on your website, from valuation requests to viewing bookings, must meet accessibility standards. Inaccessible forms are the most directly damaging accessibility failure because they prevent users from becoming leads.

Essential form accessibility requirements:

  1. Every input field has a programmatically associated label (using the "for" attribute)
  2. Required fields are clearly marked and announced to screen readers
  3. Error messages are specific, visible, and associated with the relevant field
  4. Forms can be completed entirely using a keyboard
  5. Focus indicators are clearly visible so keyboard users can see where they are
  6. Form submission confirms success clearly, both visually and for screen readers

Test your forms by unplugging your mouse and completing the entire process using only the Tab key, arrow keys, and Enter. If you cannot complete the form, neither can someone relying on keyboard navigation.

What about video and virtual tours?

Video content must have captions, and virtual tours should have text-based alternatives. This is a growing issue as more agents add video walkthroughs and 360-degree tours to their listings.

Requirements for accessible video content:

  1. All pre-recorded videos must have accurate captions (auto-generated captions are a starting point but should be reviewed)
  2. Provide a text transcript as an alternative
  3. Video players must be keyboard-operable (play, pause, volume, fullscreen)
  4. Auto-playing video must have a visible pause button
  5. Virtual tours should be accompanied by a detailed text description of the property

For Matterport and similar 3D tours, the platforms themselves have limited accessibility. Mitigate this by providing a comprehensive photo gallery and text description alongside the tour.

How do you test your website for accessibility?

Use a combination of automated tools and manual testing. No automated tool catches every issue, so manual testing is essential.

Your testing approach should include:

  1. Automated scan: Run your site through WAVE (wave.webaim.org) or axe DevTools to catch the most obvious issues
  2. Keyboard testing: Navigate your entire site using only the keyboard
  3. Screen reader testing: Test key journeys using VoiceOver (Mac) or NVDA (Windows)
  4. Colour contrast check: Test all text and interactive elements using the WebAIM Contrast Checker
  5. Mobile accessibility: Ensure touch targets are at least 44x44 pixels and content reflows at 200% zoom

An automated scan of a typical estate agent website reveals 30 to 80 issues. Do not be alarmed by the number. Many are quick fixes like missing alt text or missing form labels. Prioritise the issues that block users from completing key tasks: searching for properties, viewing listings, and submitting enquiries.

What happens if your website is not accessible?

The legal risk is real, although enforcement in the UK has historically been less aggressive than in the United States. Under the Equality Act, an individual can bring a claim if they have been unable to access your services due to a disability. Claims are typically settled through mediation, but they carry reputational risk and legal costs.

More practically, an inaccessible website excludes a significant portion of your potential market. Approximately 16 million people in the UK have a disability, and many of them are actively looking to buy, sell, or rent property. An accessible website simply serves more people.

What should you fix first?

Run a free WAVE scan on your homepage and your property search page today. Fix every missing alt text tag, add labels to any unlabelled form fields, and check that your primary call-to-action buttons meet the 4.5:1 contrast ratio. These three actions address the most common failures and can be completed in a single afternoon. Once those are resolved, work through the remaining issues page by page, prioritising the journeys that matter most: finding a property, viewing a listing, and making an enquiry.

Niko Moustoukas
Niko Moustoukas

Niko has spent the last 10+ years helping businesses grow through better digital experiences, with a focus on performance, usability and conversion. With Property Wave, he brings that experience into the property sector, helping agents and property brands attract more enquiries and get more from their websites.

Ready to Put This Into Practice?

Let Property Wave build you a website that generates real results for your agency.