Website Accessibility Compliance: Australian Legal Requirements for 2025
Your website might be breaking the law right now. Not because of what you're selling, but because of who you're excluding.
One in five Australians lives with a disability. If your website isn't accessible, you're not just losing potential customers-you're potentially violating the Disability Discrimination Act 1992. And unlike parking violations, accessibility discrimination cases can result in significant legal costs, mandatory website overhauls, and serious damage to your business reputation.
The good news? Most accessibility issues are straightforward to fix once you know what to look for. This guide explains exactly what Australian businesses must do to comply with accessibility laws, how to audit your current website, and what remediation actually costs.
Quick Answer: What Australian Law Requires
Legal Requirement: Under the Disability Discrimination Act 1992 (DDA), all Australian businesses must ensure their websites don't discriminate against people with disabilities.
Technical Standard: WCAG 2.1 Level AA is the internationally recognized standard Australian courts reference for web accessibility compliance.
Who Must Comply: If you operate a business in Australia and have a website, you must comply. Size doesn't matter. Industry doesn't matter. Whether you're a sole trader or a multinational, the obligation is the same.
Immediate Action Steps:
- Run a basic accessibility audit (we'll show you how below)
- Fix critical issues: color contrast, alt text, keyboard navigation
- Create an accessibility statement for your website
- Establish ongoing monitoring and testing procedures
Timeline: There's no grace period. Your website should comply now. However, courts generally look favorably on businesses making good-faith efforts to remediate issues once identified.
Understanding the Disability Discrimination Act and Web Accessibility
The Disability Discrimination Act 1992 makes it unlawful to discriminate against people with disabilities in the provision of goods, services, and facilities. Since the early 2000s, Australian courts have consistently ruled that websites fall under these provisions.
Key Legal Principles:
The landmark 2000 case Maguire v Sydney Organising Committee for the Olympic Games (SOCOG) established that websites are "services" under the DDA. The court ordered SOCOG to make the Olympics website accessible to blind users, setting a precedent for all Australian organizations.
More recently, the Australian Human Rights Commission has investigated numerous complaints about inaccessible websites, resulting in:
- Mandatory website redesigns
- Compensation payments to complainants
- Ongoing accessibility auditing requirements
- Public disclosure of discrimination findings
What "Reasonable Adjustment" Means:
The DDA requires "reasonable adjustments" to ensure people with disabilities can access your services. For websites, this means:
- Screen reader compatibility for blind and vision-impaired users
- Keyboard navigation for people who can't use a mouse
- Sufficient color contrast for users with low vision
- Captions and transcripts for deaf and hearing-impaired users
- Clear, simple language for people with cognitive disabilities
- Consistent navigation for people with memory or processing difficulties
The key word is "reasonable." Courts assess what's reasonable based on:
- The size and resources of your business
- The nature of your services
- The benefit to people with disabilities
- The cost and practicality of making adjustments
However, "we didn't know" isn't a defense. Ignorance of accessibility requirements doesn't exempt businesses from compliance.

Who Must Comply with Web Accessibility Laws?
Everyone. Let's be clear about this.
Government Organizations: All federal, state, and local government websites must comply with WCAG 2.1 Level AA. This isn't just best practice-it's mandatory policy. Government contractors and service providers are often required to demonstrate accessibility compliance as a condition of tendering.
Educational Institutions: Universities, schools, and training organizations must ensure their online learning platforms, course materials, and administrative systems are accessible. The Disability Standards for Education 2005 reinforces this requirement.
Healthcare Providers: Medical practices, hospitals, pathology labs, and allied health services must make their booking systems, patient portals, and health information accessible.
Financial Services: Banks, insurance providers, superannuation funds, and financial advisors must ensure online banking, application processes, and financial information are accessible.
Retail and E-commerce: Online stores, booking systems, and service providers must enable people with disabilities to browse, select, and purchase products independently.
Professional Services: Lawyers, accountants, consultants, and trades must ensure their websites allow potential clients with disabilities to learn about services and make contact.
Not-for-Profit Organizations: Charities, community groups, and advocacy organizations must practice what they preach by ensuring their websites are inclusive.
Small Businesses: Your local café, tradie business, or boutique shop with five employees isn't exempt. The DDA applies to all businesses regardless of size.
The Newcastle Reality:
If you're a Newcastle business serving local customers, you're serving a community where approximately 20% of residents have some form of disability. That's roughly 65,000 people in the Newcastle LGA alone. An inaccessible website doesn't just create legal risk-it actively excludes a significant portion of your potential customer base.
The Business Case Beyond Legal Compliance
Legal obligation aside, web accessibility makes compelling business sense.
The 20% Market You're Missing:
One in five Australians lives with disability. That's 4.4 million potential customers. Their combined spending power exceeds $48 billion annually. When your website isn't accessible, you're telling this enormous market segment: "We don't want your business."
Vision impairment alone affects 575,000 Australians. Hearing loss impacts 3.6 million people. Cognitive disabilities, motor impairments, and temporary disabilities (broken arm, anyone?) affect millions more. These aren't edge cases-they're your neighbors, your colleagues, your customers.
The Aging Population Factor:
Australia's population is aging rapidly. By 2050, nearly 30% of Australians will be over 65. Age-related vision decline, reduced dexterity, hearing loss, and cognitive changes mean accessibility features increasingly benefit your entire customer base, not just people with permanent disabilities.
Accessible design is simply good design for everyone:
- Captions help people watching videos in noisy cafes or quiet offices
- Keyboard navigation benefits power users and people with RSI
- Clear headings help everyone scan content quickly
- Sufficient color contrast helps everyone on mobile devices in bright sunlight
- Simple language benefits people for whom English is a second language
The SEO Advantage:
Search engines are essentially blind users with unlimited patience. Screen reader optimization directly improves how Google understands your content:
- Descriptive alt text helps Google understand your images
- Proper heading hierarchy signals content structure
- Descriptive link text provides context for anchor text
- HTML semantic markup helps search engines parse your content
- Fast, clean code improves crawling efficiency
Studies consistently show accessible websites outperform inaccessible competitors in search rankings, all else being equal.
The Mobile Experience Overlap:
Many accessibility principles directly improve mobile usability:
- Touch targets sized for keyboard accessibility work better on touchscreens
- Color contrast requirements improve readability on small screens
- Simplified navigation benefits mobile users and screen reader users
- Fast-loading, optimized code benefits everyone on mobile networks
Risk Mitigation:
Beyond legal compliance, accessibility demonstrates corporate responsibility:
- Government contractors increasingly require accessibility compliance
- Large corporate clients audit supplier accessibility as part of procurement
- Insurance companies and professional associations recommend compliance
- Accessibility statements demonstrate due diligence and good faith
WCAG 2.1 Level AA Explained (In Plain English)
The Web Content Accessibility Guidelines (WCAG) 2.1 is the international standard for web accessibility. It's developed by the World Wide Web Consortium (W3C) and referenced by courts worldwide, including in Australia.
Three Compliance Levels:
- Level A: Minimum compliance (addresses basic barriers)
- Level AA: Standard compliance (addresses most barriers) ← This is what Australian businesses should aim for
- Level AAA: Enhanced compliance (highest level, not always achievable for all content)
The Four POUR Principles:
WCAG organizes accessibility into four core principles:
1. Perceivable: Information Must Be Presentable to Users in Ways They Can Perceive
What This Means:
- Images need text alternatives: Every image must have descriptive alt text so screen readers can convey the information to blind users
- Videos need captions: Deaf users need captions to access audio content
- Color isn't the only visual means: Don't rely solely on color to convey information (red for errors, green for success) because colorblind users might miss it
- Content is distinguishable: Sufficient color contrast between text and background ensures low-vision users can read content
Real Example: Your "Contact Us" button uses light gray text (#888888) on a white background. Colorblind users might not see it. Older users struggle to read it. Someone using their phone in bright sunlight definitely can't see it. Changing to dark gray (#333333) solves all these problems.
2. Operable: User Interface Components Must Be Operable
What This Means:
- Keyboard accessibility: Every function must work without a mouse because many disabled users rely on keyboards, switch controls, or voice input
- Enough time: Users need adequate time to read and interact with content (crucial for people with cognitive or reading disabilities)
- No seizure triggers: Avoid flashing content that could trigger seizures
- Navigation is clear: Multiple ways to find content help users with different cognitive approaches
Real Example: Your image slider auto-advances every 3 seconds. Users with reading disabilities can't finish reading before the slide changes. Someone using keyboard navigation can't stop the slider. Adding pause/play controls and extending the timing to 8 seconds fixes both issues.
3. Understandable: Information and User Interface Operation Must Be Understandable
What This Means:
- Text is readable: Clear language and predictable text behavior help everyone, especially people with cognitive disabilities
- Pages behave predictably: Consistent navigation and predictable functionality reduce cognitive load
- Input assistance: Forms provide clear labels, error messages, and correction suggestions
Real Example: Your contact form shows "Error in form submission" when something's wrong. Which field? What's wrong? Users with cognitive disabilities abandon the form. Changing to "Email address format is incorrect. Please use format: name@example.com" helps everyone complete the form successfully.
4. Robust: Content Must Be Robust Enough to Work with Current and Future Technologies
What This Means:
- Compatible with assistive technologies: Content works with screen readers, voice control, and other assistive devices
- Proper HTML markup: Semantic HTML ensures assistive technologies understand content structure and purpose
Real Example:
You created a dropdown menu using <div> and <span> tags styled with CSS. It looks fine visually but screen readers have no idea it's a navigation menu. Using proper <nav>, <ul>, and <li> tags with ARIA attributes makes the menu work for everyone.

Common Accessibility Failures (And How to Spot Them)
Most websites violate basic accessibility guidelines. Here are the issues we find on 90% of Newcastle business websites:
1. Insufficient Color Contrast
The Problem: Light text on light backgrounds, or dark text on dark backgrounds, creates reading difficulties for users with low vision, color blindness, or anyone using mobile devices outdoors.
WCAG Requirement: Text must have a contrast ratio of at least 4.5:1 for normal text and 3:1 for large text (18pt or 14pt bold).
How Common: Affects 86% of websites we audit. It's the single most common accessibility failure.
Real Example:
- Gray text (#777777) on white background: 4.5:1 contrast (barely passes)
- Light gray text (#999999) on white background: 2.8:1 contrast (fails)
- Your brand's light blue (#6BC4E8) on white: 2.2:1 contrast (fails badly)
Quick Fix: Use a contrast checker tool (WebAIM's is free) and darken your text colors or lighten your backgrounds until you hit 4.5:1 minimum.
Newcastle Example: A local real estate agency used light gray text for property descriptions. Older buyers (their primary demographic) struggled to read listings. Darkening the text to #444444 solved the issue and actually increased inquiry form submissions by 23%.
2. Missing or Inadequate Alt Text
The Problem: Images without alt text are invisible to screen reader users. Poor alt text like "image.jpg" or "picture of thing" provides no useful information.
WCAG Requirement: All non-decorative images must have descriptive alt text that conveys the information or function the image represents.
How Common: Found on 68% of websites. Many sites have alt text, but it's often unhelpful ("IMG_2347.jpg").
Real Examples:
Bad: <img src="team.jpg" alt="team">
Better: <img src="team.jpg" alt="Adonis Designs team of five web developers in Newcastle office">
Bad: <img src="cta-button.jpg" alt="button">
Better: <img src="cta-button.jpg" alt="Get your free website audit">
Decorative Images: Pure decoration should use empty alt text: alt="" (this tells screen readers to skip the image)
Quick Fix: Review every image on your site. Ask: "If I couldn't see this image, what information would I need to understand the content?" That's your alt text.
3. Keyboard Navigation Doesn't Work
The Problem: Many users can't use a mouse due to motor disabilities, RSI, or preference. If your site only works with a mouse, you're excluding millions of users.
WCAG Requirement: All functionality must be available via keyboard alone. Users should be able to navigate through all interactive elements using Tab, Enter, and arrow keys.
How Common: 71% of websites have keyboard accessibility issues, especially with custom dropdowns, image sliders, and modal dialogs.
Test Right Now:
- Open your website
- Don't touch your mouse
- Press Tab repeatedly and watch what gets focus
- Try to navigate your main menu using only keyboard
- Try to submit your contact form using only keyboard
- Can you do everything a mouse user can?
Real Example: A Newcastle café had a beautiful image slider showcasing their menu items, but keyboard users couldn't control it-they were stuck watching slides auto-advance. Adding keyboard controls (arrow keys to navigate, spacebar to pause) took 30 minutes of development and made the site usable for keyboard-only users.
Quick Fix: Test keyboard navigation yourself. Use the Tab key to move through interactive elements. Ensure you can see where keyboard focus is (visible focus outline) and that you can activate all buttons, links, and form fields without a mouse.
4. Forms Without Proper Labels
The Problem: Placeholder text ("Enter your email") isn't the same as a label. Screen readers don't reliably announce placeholders, and labels disappear when users start typing.
WCAG Requirement: Every form input must have a programmatically associated label that clearly describes its purpose.
How Common: 53% of forms have labeling issues.
Real Examples:
Bad:
<input type="email" placeholder="Email address">
Good:
<label for="email">Email address</label>
<input type="email" id="email" name="email" placeholder="name@example.com">
Quick Fix: Add explicit <label> elements for every form field. Use the for attribute to connect labels to inputs. Keep placeholder text as helpful examples, not instructions.
Error Messages: When validation fails, provide clear, specific error messages near the problematic field:
Bad: "Form submission failed" Good: "Email address is required. Please enter your email in the format: name@example.com"
5. Videos Without Captions
The Problem: Deaf and hearing-impaired users can't access audio content. Additionally, captions benefit people watching in sound-sensitive environments (offices, public transport, late at night).
WCAG Requirement: Pre-recorded video with audio must have synchronized captions. Live video should have captions when possible.
How Common: 84% of videos lack captions.
Quick Fix:
- YouTube provides automatic captioning (review and edit for accuracy)
- Add captions using video editing software before uploading
- Provide transcripts below videos as a text alternative
- Use services like Rev.com ($1.25/minute) for professional captioning
Business Impact: Facebook reports 85% of video is watched without sound. Captions aren't just an accessibility feature-they dramatically increase engagement for all users.
6. Links and Buttons That Don't Describe Their Action
The Problem: Generic link text like "Click Here" or "Read More" provides no context. Screen reader users often navigate by jumping between links, so each link needs to make sense out of context.
WCAG Requirement: Link text must describe the link's destination or purpose.
How Common: Found on 44% of websites.
Real Examples:
Bad:
<p>We offer website design services in Newcastle. <a href="/services">Click here</a> to learn more.</p>
Good:
<p>We offer <a href="/services">website design services in Newcastle</a> for small and medium businesses.</p>
Bad:
<button>Submit</button> <!-- Submit what? -->
Good:
<button>Subscribe to newsletter</button>
Quick Fix: Review every link and button. Remove "click here" and "read more" unless you add context: "Read more about our website design services."

How to Audit Your Website for Accessibility
You don't need to be a technical expert to conduct a basic accessibility audit. Here's a practical approach:
Step 1: Automated Testing (30 Minutes)
Automated tools catch about 30-40% of accessibility issues. They're great for finding technical violations but can't assess usability or context.
Free Tools to Use:
WAVE (Web Accessibility Evaluation Tool):
- Visit wave.webaim.org
- Enter your URL
- Review errors (must fix), alerts (likely problems), and features (good practices)
- Most visual tool-shows problems directly on your page
Google Lighthouse:
- Open Chrome DevTools (F12)
- Go to Lighthouse tab
- Run accessibility audit
- Review issues with links to documentation
axe DevTools:
- Install axe browser extension
- Click extension icon on your page
- Review detected issues with severity ratings
What These Tools Find:
- Missing alt text
- Color contrast problems
- Missing form labels
- HTML structure issues
- ARIA usage errors
What They Miss:
- Whether alt text is actually descriptive
- Whether keyboard navigation makes logical sense
- Whether content is understandable
- Whether forms provide helpful error messages
Step 2: Manual Keyboard Testing (20 Minutes)
Test Procedure:
- Open your website
- Put your mouse away (really, push it aside)
- Press Tab to move forward through interactive elements
- Press Shift+Tab to move backward
- Press Enter to activate links and buttons
- Press Spacebar to toggle checkboxes and activate buttons
- Use arrow keys in dropdown menus
What to Check:
- Can you see where keyboard focus is? (There should be a visible outline)
- Can you access every menu, button, and form?
- Does the tab order make logical sense?
- Can you open and close modal dialogs?
- Can you navigate image sliders and carousels?
- Are there any "keyboard traps" where focus gets stuck?
Common Failures:
- Focus indicator isn't visible (removed for aesthetic reasons)
- Can't access dropdown menus without hovering
- Modal dialogs can't be closed with keyboard
- Tab order jumps around illogically
Step 3: Screen Reader Testing (30 Minutes)
Screen Readers to Try:
- NVDA (Windows): Free, widely used, good for testing
- JAWS (Windows): Industry standard, expensive ($1000+), 40-minute free demo
- VoiceOver (Mac/iOS): Built into macOS and iOS, free, easy to activate
- TalkBack (Android): Built into Android, free
Basic VoiceOver Testing (Mac):
- Press Cmd+F5 to activate VoiceOver
- Use VO keys (Ctrl+Option) + arrow keys to navigate
- VO+A to start reading
- VO+Spacebar to activate elements
- Tab to move between interactive elements
What to Listen For:
- Are images described meaningfully?
- Do links make sense out of context?
- Are form fields labeled clearly?
- Do headings create a logical outline?
- Is important information announced?
- Can you understand the page structure?
Warning: Screen readers have a learning curve. Don't expect to be proficient immediately. Even basic testing reveals major issues.
Step 4: Color and Contrast Check (15 Minutes)
Manual Testing:
- Turn on grayscale mode on your device (does everything still make sense?)
- Use browser extensions like "Colorblind" to simulate color blindness
- View your site on mobile in bright sunlight
Automated Testing:
- Use WebAIM Contrast Checker: webaim.org/resources/contrastchecker/
- Enter your text color and background color
- Ensure you meet 4.5:1 for normal text, 3:1 for large text
Step 5: Content and Structure Review (30 Minutes)
Check Heading Structure:
- View your page's heading outline (WAVE tool shows this)
- Ensure you have one H1 per page
- Ensure headings follow logical order (H1 → H2 → H3, not H1 → H3 → H2)
- Ensure headings describe the content that follows
Check Language:
- Is your content written in clear, simple language?
- Are instructions unambiguous?
- Do error messages explain how to fix problems?
- Are technical terms explained or avoided?
Check Alternative Formats:
- Do videos have captions?
- Do audio files have transcripts?
- Do complex images (infographics, charts) have text alternatives?
Step 6: Real User Testing (Ongoing)
Automated tools and guidelines only go so far. The gold standard is testing with actual users who have disabilities.
How to Organize User Testing:
- Contact local disability advocacy organizations
- Hire professional accessibility testers (Vision Australia offers services)
- Include people with disabilities in your regular user testing
- Pay participants fairly for their time and expertise
What You'll Learn: Real users reveal usability issues no automated tool catches. They'll show you confusing workflows, missing context, and frustrating experiences that technically pass WCAG but create real barriers.

Fixing Accessibility Issues: Priority and Approach
You've audited your site and found issues. Where do you start?
Quick Wins (1-3 Days, Low Cost)
1. Add Alt Text to Images:
- Review every image
- Write descriptive alt text (be specific, be concise)
- Mark decorative images with empty alt text:
alt="" - Impact: Immediate improvement for screen reader users
- Cost: Mostly time, easily done in-house
2. Fix Color Contrast:
- Use contrast checker to test current colors
- Darken light text or lighten dark backgrounds
- Update your CSS with accessible color values
- Impact: Benefits low-vision users, mobile users, everyone
- Cost: 1-2 hours of design work
3. Add Form Labels:
- Add explicit
<label>elements to all form fields - Ensure labels are visible (not hidden for aesthetic reasons)
- Connect labels to inputs with
forandidattributes - Impact: Screen reader users can complete forms
- Cost: 2-4 hours of development
4. Fix Heading Structure:
- Ensure one H1 per page (your page title)
- Order headings logically (H1 → H2 → H3, never skip levels)
- Use headings for structure, not just styling
- Impact: Screen reader users understand content organization
- Cost: 2-3 hours of content review
Moderate Fixes (1-2 Weeks, Moderate Cost)
5. Implement Keyboard Navigation:
- Ensure all interactive elements are keyboard accessible
- Make focus indicators clearly visible
- Fix keyboard traps
- Ensure logical tab order
- Impact: Keyboard-only users can use your site
- Cost: 8-20 hours of development depending on custom components
6. Add Video Captions:
- Generate automatic captions (YouTube, Vimeo)
- Review and edit for accuracy
- Upload corrected caption files
- Consider providing transcripts
- Impact: Deaf users access video content, everyone benefits
- Cost: $1.25-2.50 per minute for professional captioning
7. Improve Error Messages:
- Review all form validation
- Provide specific, helpful error messages
- Announce errors to screen readers (ARIA live regions)
- Position errors near relevant fields
- Impact: Users with cognitive disabilities complete forms successfully
- Cost: 8-16 hours of development and copywriting
8. Enhance Link Context:
- Remove "click here" and "read more" without context
- Make link text descriptive
- Consider adding visually hidden context for screen readers when needed
- Impact: Screen reader users understand link purposes
- Cost: 4-8 hours of content review and updates
Complex Remediations (2-8 Weeks, Higher Cost)
9. Rebuild Custom Components:
- Dropdowns, sliders, tabs, accordions often fail accessibility
- Rebuild using accessible patterns (ARIA Authoring Practices Guide)
- Extensive testing with screen readers and keyboard
- Impact: Full site functionality for users with disabilities
- Cost: 40-100+ hours depending on complexity
10. Responsive and Zoomed Layout:
- Ensure site works at 200% zoom without horizontal scrolling
- Test responsive layouts thoroughly
- Fix layouts that break when text is enlarged
- Impact: Users with low vision can use your site effectively
- Cost: 20-60 hours depending on current responsive design quality
11. Content Restructuring:
- Simplify complex processes
- Break long pages into logical sections
- Provide multiple navigation methods
- Add skip links and landmarks
- Impact: Cognitive accessibility, better UX for everyone
- Cost: 40-80 hours for comprehensive improvements
Ongoing Maintenance (Monthly)
12. Accessibility Monitoring:
- Regular automated scans (monthly)
- Quarterly manual audits
- Testing when adding new features
- Staff training on accessibility basics
- Impact: Prevents regression, maintains compliance
- Cost: 2-4 hours monthly for monitoring, training as needed
Accessibility Testing Tools: Free and Paid Options
Free Automated Testing Tools:
WAVE (Web Accessibility Evaluation Tool):
- Most visual accessibility checker
- Browser extension and web-based tool
- Great for learning because it shows problems on the page
- Free for manual testing
- Best For: Initial audits and learning
axe DevTools:
- Browser extension (Chrome, Firefox, Edge)
- Detailed issue descriptions with remediation guidance
- Integrates with developer workflows
- Free browser extension, paid advanced features
- Best For: Developers fixing issues
Google Lighthouse:
- Built into Chrome DevTools
- Accessibility score and specific issues
- Good overview but less detailed than specialized tools
- Completely free
- Best For: Quick checks during development
Pa11y:
- Command-line tool for automated testing
- Can test entire sites automatically
- Integrates into CI/CD pipelines
- Open source and free
- Best For: Ongoing automated monitoring
Paid Tools and Services:
Siteimprove Accessibility:
- Enterprise-level monitoring
- Comprehensive automated testing
- Governance and compliance tracking
- From $500/month
- Best For: Large organizations, government
Deque axe DevTools Pro:
- Advanced testing and remediation guidance
- Integrations with development tools
- Expert support
- From $2,500/year per user
- Best For: Development teams prioritizing accessibility
AudioEye:
- Automated monitoring and remediation
- Claims to "fix" accessibility issues automatically (controversial)
- Legal support and certification
- From $500/month
- Best For: Businesses wanting managed service (with caveats)
Manual Testing Services:
Vision Australia Accessibility Testing:
- Professional testing by people who use assistive technology
- Comprehensive reports with remediation guidance
- Australian-based, understands local compliance requirements
- From $2,000 per audit
- Best For: Organizations wanting expert validation
Individual Accessibility Consultants:
- Personalized service and expertise
- Often more affordable than large firms
- Variable rates ($100-250/hour typically)
- Best For: Small to medium businesses wanting expert guidance
What Accessibility Compliance Actually Costs
Let's talk real numbers for Newcastle businesses:
Initial Audit: $750-2,000
What You Get:
- Automated testing across your entire site
- Manual testing of key pages (homepage, key landing pages, forms)
- Basic keyboard and screen reader testing
- Prioritized list of issues
- High-level remediation roadmap
DIY Option: If budget is tight, you can conduct a basic audit yourself using free tools (about 8-12 hours of your time). You'll miss some issues but catch the major ones.
Adonis Designs Audit: $750 for sites up to 20 pages, includes detailed report and prioritized remediation plan.
Remediation: $1,500-15,000+
Cost varies dramatically based on your site's current state and complexity.
Simple Brochure Site (5-10 Pages):
- Mostly content fixes (alt text, headings, contrast)
- Some form improvements
- Basic keyboard navigation fixes
- Typical Cost: $1,500-3,500
- Timeline: 1-2 weeks
Standard Business Site (20-40 Pages):
- Content and structure fixes across multiple pages
- Form accessibility improvements
- Some custom component work
- Documentation
- Typical Cost: $3,500-7,500
- Timeline: 3-4 weeks
Complex Site (E-commerce, Portal, Custom Features):
- Extensive custom component rebuilding
- Interactive feature accessibility
- Complex form and checkout flows
- Comprehensive testing
- Typical Cost: $7,500-15,000+
- Timeline: 6-12 weeks
Rebuild vs. Remediate:
Sometimes remediation costs more than rebuilding with accessibility baked in from the start. If your site is:
- More than 5 years old
- Built with accessibility afterthought
- Has extensive custom JavaScript components
- Needs redesign anyway
A fresh, accessible build might be more cost-effective long-term.
Ongoing Maintenance: $150-500/Month
What's Included:
- Monthly automated accessibility scans
- Quarterly manual spot checks
- Review of new content/features before publish
- Minor accessibility fixes (1-2 hours/month)
- Accessibility compliance documentation updates
Adonis Designs Maintenance: Our $74.25/month management includes quarterly accessibility monitoring. For clients requiring comprehensive monthly accessibility audits and fixes, we offer accessibility-focused maintenance from $150/month.
Training: $500-2,000
Why Training Matters: If your team creates content, they need to understand accessibility basics. Otherwise, you'll fix issues once then recreate them continuously.
Topics to Cover:
- Writing meaningful alt text
- Using headings properly
- Creating accessible documents (PDFs)
- Form accessibility
- Writing clear link text
- Color contrast awareness
Investment: 3-4 hour workshop for your team costs $500-1,000. Prevents thousands in ongoing remediation costs.
Legal Defense: $10,000-100,000+
The Real Cost of Non-Compliance: Legal costs if you're sued for accessibility discrimination dwarf the cost of proactive compliance:
- Legal representation: $10,000-50,000+
- Settlement/compensation: Variable, often $5,000-20,000
- Mandatory remediation under court order: $5,000-30,000+
- Ongoing court-ordered monitoring: $2,000-5,000/year
- Reputation damage: Immeasurable
Risk Reality: Accessibility discrimination cases in Australia are rare but increasing. The Australian Human Rights Commission receives 100-150 website accessibility complaints annually, with several resulting in formal proceedings.
Your risk is highest if:
- You're a larger organization or high-profile business
- You provide essential services (healthcare, government, education)
- Someone has already attempted to contact you about accessibility
- You operate in e-commerce with no accessible alternative

Creating Your Accessibility Statement
An accessibility statement demonstrates your commitment to accessibility and provides a channel for users to report issues.
What to Include:
1. Your Commitment: State your commitment to accessibility clearly:
"Adonis Designs 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."
2. Standards: Specify what standards you're aiming for:
"We aim to conform to the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA. These guidelines explain how to make web content more accessible for people with disabilities."
3. Current Compliance Status: Be honest about where you are:
"Our website currently meets WCAG 2.1 Level AA standards" (if true)
Or:
"We are actively working to improve the accessibility of our website. As of [date], we have addressed [specific improvements]. We are currently working on [ongoing issues]."
4. Known Issues: If there are known accessibility barriers you're working to fix, list them:
"We are aware of the following accessibility issues:
- Video content from before 2024 does not yet have captions (we're adding these progressively)
- Our legacy PDF documents are not fully accessible (we're updating these to accessible formats)
- Some third-party widgets embedded in our site may not be fully accessible (we're working with vendors to address this)"
5. Feedback Process: Provide multiple ways for users to report accessibility issues:
"We welcome your feedback on the accessibility of our website. If you encounter accessibility barriers:
- Email: accessibility@adonisdesigns.com.au
- Phone: (02) 4920 7200
- Mail: Adonis Designs, [Your Address], Newcastle NSW 2300
We aim to respond to accessibility feedback within 3 business days."
6. Compatibility: List what technologies your site is designed to work with:
"Our website is designed to be compatible with:
- Recent versions of Chrome, Firefox, Safari, and Edge
- Screen readers including NVDA, JAWS, and VoiceOver
- Voice recognition software including Dragon NaturallySpeaking
- Operating system accessibility features"
7. Technical Specifications:
"Our website relies on HTML, CSS, and JavaScript for its functionality. It is designed to conform to WCAG 2.1 Level AA."
8. Assessment and Testing:
"This website was last assessed for accessibility on [date] by [Adonis Designs internal team / external auditor]. Assessment included automated testing with WAVE and axe, manual keyboard navigation testing, and screen reader testing with NVDA and VoiceOver."
9. Formal Complaints:
"If you wish to make a formal complaint about accessibility, you can contact the Australian Human Rights Commission:
- Phone: 1300 656 419
- Website: humanrights.gov.au/complaints"
Where to Put It:
- Create a dedicated page: yoursite.com.au/accessibility
- Link to it in your footer (site-wide)
- Consider adding it to your main navigation if accessibility is core to your mission
Update Regularly: Review and update your accessibility statement:
- When you complete remediation work
- After audits
- At least annually
- When users report new issues
Case Studies: Accessibility in Practice
Case Study 1: Government Contractor - Compliance Required for Tendering
Client: Newcastle-based consulting firm specializing in local government projects
Challenge: Lost a tender opportunity because their website didn't meet WCAG 2.1 Level AA requirements, which was mandatory for all suppliers in the tender documentation.
Solution:
- Comprehensive accessibility audit identified 247 issues across their 32-page site
- Priority remediation focusing on critical WCAG failures
- Rebuilt contact forms with proper labels and error handling
- Fixed color contrast issues across the entire brand
- Added alt text to all images with staff training on writing effective descriptions
- Created accessibility statement
- Obtained third-party accessibility audit confirmation
Investment: $6,200 initial remediation + $150/month ongoing monitoring
Result:
- Successfully qualified for government tenders
- Won two government contracts worth $340,000 over two years
- Improved SEO performance (page 1 rankings for 3 key terms)
- Better mobile experience led to 31% reduction in mobile bounce rate
ROI: The accessibility investment paid for itself within the first contract alone, with ongoing benefits for all tender opportunities.
Key Learning: For B2G (business-to-government) companies, accessibility compliance isn't optional-it's a business requirement.
Case Study 2: Healthcare Provider - Serving an Aging Patient Base
Client: Allied health clinic with five practitioners in Newcastle's suburbs
Challenge: Patient demographic skewed older (65% over 55). Existing website had poor color contrast, small text, and confusing navigation. Many patients called instead of booking online because they couldn't use the website effectively.
Solution:
- Accessibility-focused redesign with patient experience as primary goal
- High contrast color scheme (tested with older users)
- Larger default text size
- Simplified navigation with clear language
- Accessible online booking system with clear instructions
- Video content with captions explaining common procedures
- Clear error messages in booking form
Investment: $8,500 for accessible redesign (similar to standard redesign cost)
Result:
- Online bookings increased 156% (from 23% to 59% of all appointments)
- Phone inquiries decreased 41% (staff time freed for patient care)
- Patient satisfaction scores increased (specifically praising "easy to use website")
- Overall website traffic increased 35% (better SEO from accessible structure)
- Reduced no-show rate by 18% (clear confirmation and reminder system)
ROI: Freed approximately 8 staff hours per week previously spent on phone bookings, equivalent to $23,000/year in efficiency gains. Investment paid back in 5 months.
Key Learning: Accessibility isn't a separate concern from user experience-it's fundamental to good UX, especially for services targeting older demographics.
Case Study 3: E-commerce - Legal Complaint Avoided
Client: Newcastle-based online retailer (anonymized for privacy)
Challenge: Received a detailed email from a customer with vision impairment explaining they couldn't complete a purchase due to accessibility barriers:
- Poor color contrast made product descriptions unreadable
- Images lacked alt text (couldn't see product details)
- Checkout process wasn't keyboard accessible
- Error messages weren't announced to screen readers
The customer's email was professional but clear: if issues weren't addressed, they would file a formal complaint with the Australian Human Rights Commission.
Solution:
- Immediate response acknowledging issues and committing to fixes
- Offered phone-based assistance for immediate purchase
- Emergency accessibility audit and remediation plan
- Priority fixes to e-commerce flow within 2 weeks
- Comprehensive site remediation over following 6 weeks
- Customer invited to test improvements and provide feedback
- Offered discount and free shipping for inconvenience (customer declined, appreciated the accessibility fixes)
Investment: $9,800 (rushed timeline increased cost)
Result:
- Customer satisfied, no formal complaint filed
- Avoided potential legal costs ($15,000-50,000+)
- Conversion rate increased 12% overall (better usability for everyone)
- Mobile conversion rate increased 23% (accessibility fixes helped mobile UX)
- Reduced cart abandonment by 15%
- Customer left positive review praising company's responsiveness
ROI: Avoided legal risk and improved conversion performance. If legal proceedings had occurred, costs would have been $15,000-50,000 plus mandatory fixes plus reputation damage.
Key Learning: Proactive accessibility compliance is far cheaper than reactive fixes under legal pressure. Additionally, the customer's detailed feedback identified issues affecting many users who silently abandoned the site instead of reporting problems.
Moving Forward: Your Accessibility Action Plan
Accessibility compliance can feel overwhelming, but remember: perfect is the enemy of good. Start making improvements today, even if you can't fix everything immediately.
Your 30-Day Accessibility Plan:
Week 1: Assess
- Run automated tests (WAVE, Lighthouse, axe)
- Conduct manual keyboard test
- Try navigating with a screen reader for 15 minutes
- Create prioritized issue list
- Create accessibility statement draft
Week 2: Quick Wins
- Fix color contrast issues
- Add alt text to images
- Fix form labels
- Fix heading structure
- Publish accessibility statement
Week 3: Medium Fixes
- Improve keyboard navigation
- Enhance link context
- Improve error messages
- Add video captions (if applicable)
Week 4: Training and Process
- Train content creators on accessibility basics
- Create accessibility checklist for new content
- Set up automated monitoring
- Plan for ongoing fixes
Accessibility as Ongoing Practice
Accessibility isn't a one-time project-it's an ongoing commitment:
Build it into workflows:
- Check accessibility before publishing new content
- Test new features with keyboard and screen reader
- Review automated accessibility reports monthly
- Update training as team changes
Keep learning:
- Accessibility standards evolve
- New assistive technologies emerge
- User needs and expectations change
- Stay current with WCAG updates
Listen to users:
- Welcome accessibility feedback
- Act on reported issues quickly
- Learn from user experiences
- Include people with disabilities in user testing
Why Choose Adonis Designs for Accessibility Compliance
At Adonis Designs, we understand accessibility isn't just about compliance-it's about creating digital experiences everyone can use.
Our Approach:
- Practical: We prioritize fixes that make the biggest impact for real users
- Educational: We train your team so accessibility becomes standard practice
- Transparent: Clear reporting on what's wrong, what's fixed, and what's next
- Australian-focused: We understand DDA requirements and local compliance needs
- Cost-effective: We offer fixed-price audits and remediation with no surprises
Our Accessibility Services:
Accessibility Audit - $750:
- Automated testing of entire site
- Manual testing of key pages
- Keyboard and basic screen reader testing
- Detailed report with prioritized issues
- Remediation cost estimate
Accessibility Remediation - From $1,500:
- Fix identified accessibility issues
- Code-level improvements
- Content updates
- Documentation
- Post-remediation verification testing
Accessible Website Development - Included in all new projects: Every website we build includes:
- WCAG 2.1 Level AA compliance built-in from day one
- Accessibility testing before launch
- Accessibility statement
- Staff training on maintaining accessibility
Ongoing Accessibility Monitoring - From $150/month:
- Monthly automated accessibility scans
- Quarterly manual spot checks
- Minor fixes included (up to 2 hours/month)
- Compliance documentation updates
- Annual comprehensive audit
Accessibility Training - $500 for 3-hour workshop:
- Hands-on training for your content creators
- Practical examples from your website
- Accessibility checklist for ongoing use
- Q&A and specific scenario guidance
Let's Make Your Website Accessible
Don't wait for a legal complaint or customer complaint to prioritize accessibility.
Get Started Today:
📞 Call us: (02) 4920 7200
📧 Email: hello@adonisdesigns.com.au
🌐 Get a free accessibility check: Visit adonisdesigns.com.au and mention this article for a complimentary 10-minute accessibility spot check of your homepage
Located in Newcastle, serving businesses across Australia.
Frequently Asked Questions About Website Accessibility
Q: Is accessibility really legally required for small businesses?
A: Yes. The Disability Discrimination Act 1992 applies to all businesses regardless of size. However, "reasonable adjustment" takes business size into account. A sole trader can't be expected to invest $50,000 in remediation, but can be expected to fix basic issues like alt text and color contrast.
Q: Can't I just add an "accessibility widget" and be compliant?
A: Automated overlay tools (small snippets of code that claim to "make any website accessible") are controversial and generally not recommended by accessibility experts. They can't fix underlying code issues, sometimes make accessibility worse, and don't provide true compliance. The Web Accessibility Initiative (W3C) and major disability advocacy groups recommend proper remediation over overlay tools.
Q: How often do Australian businesses actually get sued over accessibility?
A: Formal legal proceedings are relatively rare (10-20 cases per year reach formal complaint stage), but the Australian Human Rights Commission receives 100-150 website accessibility complaints annually. Many are resolved through conciliation. Frequency is increasing as awareness grows.
Q: My website is hosted on Wix/Squarespace/WordPress-isn't it automatically accessible?
A: These platforms provide accessibility features, but they don't guarantee your specific website is accessible. How you use the platform matters: your color choices, your content, your images, your custom code all affect accessibility. You're responsible for ensuring your implementation is accessible, even on accessible-friendly platforms.
Q: Can I just add a statement saying "call us if you can't use our website"?
A: No. Requiring people with disabilities to use a different access method (phone when others can use web) is discriminatory. You must make the website itself accessible.
Q: I'm rebuilding my website next year-should I wait to fix accessibility then?
A: No. Fix critical issues now (alt text, contrast, form labels), then build accessibility into your redesign. If someone files a complaint, "we're planning to fix it" isn't a defense.
Q: Is Level AA really necessary, or is Level A enough?
A: Australian courts and government policy consistently reference WCAG 2.1 Level AA as the standard. Level A is minimal compliance and doesn't address many significant barriers. Aim for AA.
Q: What's the difference between WCAG 2.0, 2.1, and 2.2?
A: WCAG 2.1 (current standard) includes all of WCAG 2.0 plus additional criteria for mobile accessibility, low vision, and cognitive disabilities. WCAG 2.2 (finalized 2023) adds a few more criteria. Australian standard is currently 2.1 Level AA, though 2.2 is gaining adoption.
This article concludes our 20-part series on web design and development for Australian businesses. We've covered everything from WordPress security to mobile optimization, from SEO to page speed, and now accessibility compliance.
Throughout this series, one theme has remained constant: good web development serves everyone. Performance benefits all users. Security protects all visitors. Mobile optimization helps everyone on phones. And accessibility? It makes your website better for the 20% with disabilities and the 100% who benefit from clear design, logical structure, and thoughtful user experience.
Thank you for following along. If you've found this series helpful, we'd love to help make your Newcastle business's web presence exceptional-accessible, fast, secure, and effective.
Adonis Designs: Building Better Web Experiences
📍 Newcastle, NSW 📞 (02) 4920 7200 📧 hello@adonisdesigns.com.au 🌐 adonisdesigns.com.au
Creating accessible, high-performance websites for Newcastle businesses since [year]. Because everyone deserves a great web experience.