How to make your blog accessible for the blind readers

I met a lot of blogger’s in last few years who often keep asking me the same question How to make our blog content accessible? I thought to answer the question over here. Most of the blog platforms out there are accessible but there are few ground rules if followed will make sure that your content is readable by visually challenged readers.

 

  1. Choose accessible blogging      platform
  2. Describe your images
  3. Avoid read more and click      here links
  4. Add widgets on the right hand      side
  5. Use appropriate font
  6. check if all forms have      labels

 

 

  1. Choose accessible blogging      platform

 

Choosing the right platform is the key factor in making your content accessible. I personally prefer wordpress as it is the most accessible platform both at the backend and frontend. I worked with joomla and drupal earlier but don’t prefer them as drupal confused me with its backend and navigational elements of joomla in the backend are not very much accessible.

 

Even people with visual impairment can easily signup at wordpress.com for the first time and can start blogging. So choose wordpress either self hosted or wordpress.com one.

 

Describe your images

 

Most frustrating part for any screen reader user while rereading a blog post is images without alternative text. For example you are explaining a story and put a picture and a scene of the story is understood by looking at the picture, how will a person with visual impairment will understand this? So add appropriate alternative text to all images, wordpress provides this option when you add pictures.

 

 

Tips for better alternative text

 

Keep the text brief.

If there is a graphic with words on it then add a text version of it.

If there is a creative picture then explain the picture, this way you create new content.

Avoid abbreviations.

 

Avoid Click Here and Read more

 

Often I find blog posts containing click here to know more or links that do not provide descriptive text. Avoid this methodology as it may confuse the screen reader user. Best practice is to provide with full text like “click here to download the software” or “read more about this technology”.

 

 

 

 

Add widgets on your right hand side

 

Screen readers read any web page from left to right so it is important for us to avoid adding any widgets that may confuse the user. In wordpress most widgets can be added in the left hand side, right hand side or in the footer area. If you are trying to present something valuable user then break the rule of using left hand side widget and please do mention the same by providing an accessibility policy.

 

Use proper fonts

 

Look and feel of a blog is dependent on the theme used so choose your themes carefully because apart from screen reader users there is a large portion of low vision users. Since browsers like internet explorer and Mozilla can zoom in and zoomout the text, test the font once it is chosen.

 

Check if all forms have labels

 

I often see that search area, comment forms and subscribe to blog forms lack proper labeling. Screen reader users cannot understand how to take action if the forms are not properly labeled.

 

Here is a sample of a text field that has been labeled correctly:

< label for=”email”>E-mail :</label> < input type=”text” name=”email” id=”email” size=”20″>

Note that the ID and LABEL FOR must be equal to the same value.

 

 

All these actions can be full filled easily if you got a blog on wordpress as it is the most accessible CMS platform. In my next post I will take you through a list of plug-ins that can make your wordpress more robust in terms of accessibility.


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *