What is the purpose of link texts?
Link texts serve to describe and label hyperlinks, guiding users to other web pages and aiding in navigation.
Link texts should be:
Effective link texts should be descriptive and provide context about the linked page, so users understand where the link will take them.
<a href="/career/">Job vacancies</a>
Keep link texts concise to maintain user engagement and readability. Ensure link texts work well on mobile devices, where screen space is limited.
<a href="/leather-shoes/">Leather shoes</a>
Good link texts are informative about the linked document. This is especially important, if they are placed out of context.
<a href="/contact/">Contact us</a>
If multiple links in a document have identical or very similar link texts, users may have difficulty distinguishing them.
<a href="/press/">Press releases</a>
Using consistent capitalization in link texts aids readability and contributes to a polished appearance of the interface. Stick to a specific style, such as sentence case (e.g. Sign up) or title case (e.g. Sign Up).
<a href="/sign-up">Sign up</a>
Link texts should not be:
Link texts like “Click here” or “More” provide no context about the linked content. Users should know where the link will take them without clicking.
<a href="/career/">Learn more</a>
Avoid using the same link text for multiple links on the same page. Each link should have a distinct and relevant description. Stay away from boilerplate text.
<a href="/contact/">Click here</a>
Overly long link texts can be overwhelming and confusing. Keep link texts concise and to the point to maintain clarity.
<a href="/products/">Products, Team and Contact</a>
Raw URLs (e.g., https://www.example.com/page) as link texts is uninformative and unattractive. Use descriptive text that summarizes the content.
<a href="https://www.example.com/page">https://www.example.com/page</a>
Using icons as link text is problematic because it lacks clarity and accessibility, making it difficult for users to understand the purpose and destination of the link, particularly for those with disabilities or varying interpretations of the icons.
<a href="/search/">🔍</a>
Excessive use of keywords in link texts, with the sole intent of improving SEO, is considered a bad practice. Link texts should sound natural and provide value to users.
<a href="/shoes/">affordable and cheap shoes</a>
Phrases like “Click here” or “Click to read” are outdated and unnecessary. Users know how to interact with links. Focus on the content’s purpose instead.
<a href="/contact/">Click here</a>
Avoid inconsistent capitalization in link texts. Stick to a specific style, such as sentence case or title case, for a polished appearance.
<a href="https://www.google.com/">GOOGLE Home page</a>
Most common questions and brief, easy-to-understand answers on the topic:
Link texts serve to describe and label hyperlinks, guiding users to other web pages and aiding in navigation.
Descriptive link texts provide context and help users understand the content of the linked page, improving user experience and accessibility.
Keep link text concise and relevant. Aim for one single word or a few words that accurately describe the linked content. Avoid lengthy phrases to maintain clarity and user experience.
Ensure that anchor text is relevant to the linked content and provides a clear indication of what users can expect. For call to actions (CTA's), use language that encourages clicks. Using action verbs or creating a sense of curiosity can make a link more appealing.
Context is crucial. link text should seamlessly fit within the surrounding content. Ensure that the chosen text makes sense within the sentence, paragraph, section, etc. where the link is placed. For links placed outside of context, make sure the link text provides context about the content of the linked document. Avoid generic phrases like "click here"
Users are more likely to engage with links that align with their interests or needs. Relevant link text enhances user experience by providing clear expectations about the linked content.
link texts guide users to relevant content. Choosing clear, concise, and descriptive text improves navigation. By giving users a clear understanding of what to expect from the linked content, the user experience improves by setting and meeting expectations and achieving overall satisfaction.
Optimize for diversity by using inclusive language and avoiding jargon. Ensure that link text is understandable and relatable to a wide range of users.
Generally, jargon refers to the technical language used in a particular profession or field. Using jargon in UX copywriting has several disadvantages: it can be exclusive and leave people out, it can cause suspicion if used excessively, and it can be confusing to non-native speakers.
link text are important for SEO they provide context to search engines about the content of the linked document. Relevant and descriptive link text helps search engines understand the topic and may improve the linked document's ranking for related keywords. Always optimize for users first and search engines second
Yes, link texts should be unique to help users and robots distinguish between different links and linked documents. This provides clarity.
While there's no strict technical character limit, it's best to keep link texts as concise as possible yet descriptive as needed, to maintain user-friendliness.
Icons alone are not recommended as link texts because they lack clarity and can be confusing. Descriptive text should accompany icons for better understanding.
Link texts on mobile should be concise, easy to tap, and not rely on hover interactions. They should also provide clear and direct descriptions of the linked document.
There are various online tools and screen reader software that can help you assess the accessibility of your link texts.
Sources and recommended, further resources on the topic:
License: Link text copywriting tips by Jonas Jared Jacek is licensed under CC BY-SA 4.0.
This license requires that reusers give credit to the creator. It allows reusers to distribute, remix, adapt, and build upon the material in any medium or format, for noncommercial purposes only. To give credit, provide a link back to the original source, the author, and the license e.g. like this:
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://www.uxgem.com/articles/link-text-copywriting-tips">Link text copywriting tips</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://www.j15k.com/">Jonas Jared Jacek</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer">CC BY-SA 4.0</a>.</p>
For more information see the UXgem legal page.