{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is WCAG?", "acceptedAnswer": { "@type": "Answer", "text": "Web Content Accessibility Guidelines — the international standard for web accessibility." } }, { "@type": "Question", "name": "Is web accessibility legally required?", "acceptedAnswer": { "@type": "Answer", "text": "In many countries yes — ADA in the US, EN 301 549 in the EU." } }, { "@type": "Question", "name": "What is the quickest accessibility win?", "acceptedAnswer": { "@type": "Answer", "text": "Ensuring all images have descriptive alt text and all form inputs have labels." } } ] }
The practice of designing and developing websites so they can be used by people with disabilities — including visual, auditory, motor, and cognitive impairments. Governed by WCAG guidelines.
Adding alt text to images and ensuring sufficient colour contrast so screen-reader and low-vision users can navigate a site.
Web accessibility, Inclusive design
A11y