Make websites usable by people of all abilities. Adhere to accessibility guidelines and ensure equal access to all information and services.
Avoid PDFs
Create pages or posts instead of uploading PDFs to ensure better accessibility and search engine indexing.
If a PDF must be used, it should be fully accessible—proper tagging, readable order, alt text, and selectable text are required. PDFs should be used sparingly, and HTML pages are always preferred for accessibility, usability, and mobile responsiveness.
Proper Table Use
Avoid using tables for page layout. Tables should only be used to display data in a structured, tabular format.
Users with disabilities rely on alternative browsers like screen readers and speech output browsers. Using tables for layout can create unnecessary barriers and make content difficult to navigate.
Images on the Web
Do not place text inside images—especially banners. Text within images is not readable by screen readers, cannot be indexed by search engines, and becomes difficult to read on mobile devices due to scaling. Use the built‑in text fields provided in the CMS to ensure content remains readable, accessible, and responsive.
Images must include descriptive alt tags so users with visual impairments can understand the purpose of the image through the screen readers.
Heading Hierarchy
Headings should follow a logical order to meet web accessibility requirements:
Page Title / H1:
- Most pages should start with an H1 containing the overarching concept.
- Use H1 only once per page and not within the main content area.
Main Content Area:
- Use H2 through H6 headings in descending order.
- Do not skip heading levels to maintain accessibility (e.g., H4 should only follow H3).