An accessibility audit for myjobscotland was carried out by the Digital Accessibility Centre (DAC) on 4th January 2022 where the website was assessed against the Web Content Accessibility Guidelines WCAG 2.1.

To ensure job adverts are compliant and accessible best practice on the use of images and links in your adverts is outlined below.

  • The use of non descriptive images/logos - the use of logos on adverts can be ambiguous for screen reader users. In most instances no descriptive alt tag has been added to images meaning that they have a non-descriptive meaning and the purpose of each image is not exposed to users applying a screen reader.

    Current example : <img src="https://www.myjobscotland.gov.uk/uploads/image004.png" alt="Logo">

    Solution: Include the wording from the logos as part of the alt text as shown below;

    Example: <img src="https://www.myjobscotland.gov.uk/uploads/image004.png" alt="Celebrating 2 years of disability confident – working together to increase disability employment logo">
     
  • The use of non descriptive links - if a link is used to opens any document or point to another page then an indication of what the link is should be included in the code, if there is no indication of this within the hypertext. This can be problematic for screen reader users, especially users on mobile devices as they may be on a strict data plan for example.

    Current Example: To open our privacy notice <a href="https://www.myjobscotland.gov.uk/privacy-and-cookies">Click here</a>

    Solution: Rather than the use of 'Click Here' to open documents/web pages a description of what the document is should be included.

    Example: Open the <a href="https://www.myjobscotland.gov.uk/privacy-and-cookies">Privacy Notice (PDF 1MB)</a>

This should be applied to all web content so users may wish to review their 'Organisation Overview' as displayed on myjobscotland. This is accessed once logging in, by clicking Your Accountfrom the top right of the screen, then selecting My Organisations. You can then select the applicable Organisation from the right hand menu:

Screenshot showing My Organisations page of the myjobscotland account, organisation name highlighted to denote where to click.

Any required text can then be updated.