To make links keyboard accessible, ensure they can be reached using the Tab key. This is usually achieved by using the <a> tag in HTML. Avoid using non-semantic elements like <div> or <span> for links, as these require additional attributes and JavaScript to be keyboard accessible.