-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Axorax/main
Create check_website_accessibility.mdx
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
layout: ../../layouts/BlogPost.astro | ||
title: 5 sites to check website accessibility | ||
description: Check your site's accessibility with these tools | ||
pubDate: 8/17/2024 | ||
--- | ||
|
||
Website accessibility is more important than ever nowadays. It can be a bit difficult to manually check if your site follows all of the standards or not. So, I've made a list of some services that will help you to ensure you follow all of the standards! | ||
|
||
And the best part? They are all FREE!!! | ||
|
||
## Wave | ||
|
||
https://wave.webaim.org/ | ||
|
||
![Wave preview](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9jrl3iyctt53x2lr7aeg.png) | ||
|
||
WAVE® is a suite of evaluation tools that help authors make web content more accessible to individuals with disabilities. It identifies many accessibility and WCAG errors and supports human evaluation of web content, focusing on issues that impact end users and promoting web accessibility education. | ||
|
||
## Accessibilitychecker | ||
|
||
https://www.accessibilitychecker.org/ | ||
|
||
![Accessibilitychecker preview](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zl5qrex2nx7nthy7njtj.png) | ||
|
||
AccessibilityChecker provides a free ADA and WCAG compliance checker that identifies web accessibility issues and gives exact instructions for fixing them. | ||
|
||
## Accessibe | ||
|
||
https://accessibe.com/accessscan | ||
|
||
![Accessibe preview](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4wbglpzph1x2dv3p7j8c.png) | ||
|
||
Accessibe allows you to find out if your site is accessible & ADA Compliant or not. | ||
|
||
## Websiteaccessibilitychecker | ||
|
||
https://websiteaccessibilitychecker.com/checker/index.php | ||
|
||
![Websiteaccessibilitychecker preview](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9lfldv8irssitzeikdlx.png) | ||
|
||
Their site looks very old. To be honest, it's probably the worst one in this list. They failed to detect any flaws in one of my sites (which has some accessibility issues). | ||
|
||
## Deque | ||
|
||
https://www.deque.com/free-accessibility-test/ | ||
|
||
![Deque preview](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6jjg27q2aysp7geudlxc.png) | ||
|
||
Find the accessibility issues you need to fix and meet your compliance goals. A quick automated scan, powered by axe, provides a summary report and an offer to book an in-depth consultation with a Deque expert. |