I am working on a 508 compliant site and have the same icon used multiple times. If the user is a certified business owner, they have this icon next to their name. Currently, a screen reader reads it as certified business owner. However, if a user sets their screen reader to only listen to the images, they will just hear certified business owner over and over again.
Is there a way for them to hear Certified Business Owner - [individual's name]? I know that with read more links, it's easy to hide the information you want the screen reader to read but not have a sighted person see the same text using span tags and hidden CSS but I can't really use that code for images.
Is this possible? Or is there another way to make this work? Thanks in advance for the help!