Your Social Media Links Probably Aren’t Saying What You Think

Otezla website footer showing social media icon links with screen reader output announcing them as generic "Link," "Link Logo," and "Link OTEZLA" with no descriptive names identifying the platform or destination.
<a href="https://facebook.com/BRAND"   aria-label="Visit BRAND on Facebook">  <svg aria-hidden="true">...</svg></a>
<a href="https://instagram.com/BRAND">  <span class="visually-hidden">Visit BRAND on Instagram</span>  <svg aria-hidden="true">...</svg></a>

    Why are social media icon links an accessibility issue?

    Because icons alone don’t provide enough context for screen readers, which may only announce “link” or the platform name without explaining where the link leads.

    What information should accessible social media links include?

    They should clearly state both the platform and the brand, such as “Visit [Brand Name] on Facebook,” so users know exactly where the link goes.

    How do unclear social links affect screen reader users?

    Users may not be able to distinguish between links, especially when using a links list, making navigation confusing and inefficient.

    How can developers fix social media link accessibility?

    Add descriptive aria-labels or visually hidden text inside the link and mark icons as decorative using aria-hidden="true".