
Description:听The link text is generic text that does not identify the link purpose. The link does not seem to have any programmatically determined link context that can aid in identifying the purpose either.
Context:听Information about the link can be provided in a number of ways, such as grouping it with a relevant header, including it in a paragraph with context, or adding an ARIA property such as aria-label.
<a href="http://manoa.hawaii.edu/careercenter/career-fair/" class="btn btn-lg btn-success" role="button">Learn More</a>
How to fix it:听Link texts should be written so they make sense out of context. Generic texts such as 鈥淐lick here鈥 and 鈥淢ore鈥 give no indication as to the destination of the links.
<a href="http://manoa.hawaii.edu/careercenter/career-fair/" class="btn btn-lg btn-success" role="button" aria-label="Learn more about our upcoming Career Fair">Learn More</a>
Techniques:听,听,听,听,听