1.6 Purpose of the Back link could be more informative (Observation)
1.6.1 Purpose of the Back link could be more informative
Throughout the site, users are presented with a “Back” link. However, this link’s purpose may be unclear for some users, as they might interpret it as a way to either return to the previous page in the workflow or the landing page. This can be confusing, and some users may be unwilling to interact with the button and risk losing their progress.

FIGURE 1.7: Back link highlighted with NVDA speech viewer actvated
1.6.2 Code Snippet
<a href="/../" class="govuk-back-link">
Back
</a>
1.6.3 Recommendation
Ensure that the link text explains the purpose to all users.
The best method to achieve this is to make the displayed button label in itself meaningful and descriptive, such as <a> Back to Manage learning and work progress page</a>
.