Can I have multiple links that go to the same page?

Question

I have images and text links that take users to the same location but I am unsure if this would be a good user experience.

Answer

When there are text links in addition to image links to the same destination, it is best practice to hide one of these duplicate links from users of assistive technology (AT). Although not technically required by WCAG, it would be a better user experience for AT users as this would prevent unnecessary tab stops and repetitive announcements.

One method to remediate this issue is to ensure the image link has the aria-hidden=“true” attribute on it, which will hide the component from the accessibility tree. In addition, the tabindex attribute should be placed on the same element as aria-hidden="true", and should have a value of “-1” (tabindex=“-1”). This will ensure the component does not receive keyboard focus. While these changes will hide the redundant link from users on assistive technology, mouse users will still be able to click either link.

If you're ready for an accessibility partner for these and other accessibility related questions, contact Accessible Web. Or give our best-in-class WCAG testing software a try for free!

Free Tools to Continue Learning

Accessible Web Company Logo

Accessible Web RAMP

Monitor your website and manage your progress towards WCAG conformance.

Accessible Web Company Logo

Accessible Web Academy

Career specific courses to help power up your accessibility knowledge.