Friday, February 5, 2016

How to Improve Accessibility on Your WordPress Site

Do you want to improve accessibility on your WordPress site? Most of the times accessibility gets neglected in our effort to create more beautiful websites. This creates problems and bad user experience for people with disabilities. In this article, we will show you how to improve accessibility on your WordPress site.


Improving accessibility in WordPress


What is Accessibility in Web Design in WordPress?


Accessibility is a term used to describe design techniques that make a product accessible to users with disabilities.


In web design, there are some common best practices that are recommended by experts to make websites more accessible. The same best practices can also be used in your own WordPress website.


By making your website more accessible, you can make it easier for many people to use your website without requiring assistance.


The problem is that most people using WordPress don't know much about web design, accessibility, or design standards. Majority of the people just install a theme that looks great and helps them do what they want to do. We at WPBeginner are guilty of this too, but we are working on improving things around our site.


Let's take a look at how you can improve the accessibility of your WordPress site without writing any code.


Improving Accessibility of Your WordPress Site


First thing you need to do is install and activate the WP Accessibility plugin.


Upon activation, you need to go to Settings >> WP Accessibility to configure the plugin.


WP Accessibility Settings


The first section is to remove the title attribute from tag clouds and archives. The title attribute is considered to be useless by some accessibility experts. Most screen readers usually ignore the title attribute and instead read the anchor text.


In the next section, you can enable the skip link on your website. A skip link allows users to jump directly to the content. This is an extremely useful feature for people using screen readers. Without a skiplink they will have to hear through lots of things like navigation menus before they can reach the content part.


WP Accessibility provides a variety of accessibility settings, under miscellaneous accessibility settings section. You can go through each option and see if you need it on your site.


Miscellaneous Accessibility Settings


Some of these options will be checked by default. These options are removing target attribute from links, force search error on empty search submission, and removing tabindex from focusable elements.


WP Accessibility plugin comes with an accessibility toolbar. Enabling it will add a toolbar on your website where users can resize fonts or view your site in high contrast color mode.


Adding an accessibility toolbar in WordPress


Lastly, you will see the color contrast checker tool. Using this tool, you can test the foreground and background color contrast ratio and whether they match the Web Content Accessibility Guidelines. You may also want to see our guide on choosing the perfect color scheme for your WordPress site.


Color contrast testing tool


You can find out the colors your theme is using in the stylesheet, or you can use Eye Dropper, a color picker extension for Google Chrome.


To learn more about the accessibility features of the plugin, take a look at WP Accessibility Plugins page on WordPress accessibility team website.


We hope this article helped you improve accessibility of your WordPress site. You may also want to check out our guide on how to add breadcrumb navigation links in WordPress.


If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.


The post How to Improve Accessibility on Your WordPress Site appeared first on WPBeginner.

No comments:

Post a Comment