CSU 13.1.2
Ensure that all links to unique resources use unique text. If that's not possible, use the title attribute along with aria-label property. 
                              
Example 1: When an image does not display, the alternative text and descriptive phrase for the link will display. Instead of a link to '
                                 
                                    Read More
                                 
                              ,' which is pretty generic, create unique text like '
                                 Read More about current Accessibility Issues
                              '. 
                              
 Example 2: <a aria-label="how to fix accessibilty issues" title"how to fix accessibilty issues" href="">Accessibilty<a/>
