Links with no anchor text

Hyperlinks on a webpage have no descriptive text associated with them. In HTML, anchor text is the clickable text within a hyperlink that users see on a webpage.

Below is an example of a link with no anchor text.

<a href="https://www.example.com/about"></a>

Descriptive anchor text is essential for both user experience and search engine optimization (SEO), as it provides context about the link's destination.

How to fix it?

Identify the hyperlinks on your webpage that lack anchor text or have non-descriptive anchor text. Replace these links with descriptive anchor text that accurately describes the link's destination.

<a href="https://www.example.com/about">About us</a>

We have noticed that in many cases, people use "click here". This is not a good anchor text. Instead use more descriptive text like "Read more about neetoForm pricing".

Can't find what you're looking for?