You must have seen this error/flag in Lighthouse audit report.

Lighthouse flags the following generic link text:
- learn more
- click here
- start
- click this
- go
- this
- more
- right here
- here
For example, DON’T DO THIS ❌

Why not?
The links are ambiguous as it doesn’t tell the users where it will lead them. It might be a spam and that’s why it should not be done that way.
DO THIS ✅

Why so?
The links are NOT ambiguous anymore as it DOES tell the users where it will lead them. They know before clicking that they will go to Google website or Dreamhost website.
Some best practices defined by Web.dev
- Use link description relative to the page URl. For e.g. use Google’s Homepage for google.com
- Aim for a few words in the link descriptions.
- Pay attention to your internal links descriptions too. It will help in SEO.
- Don’t use the page’s URL as the link description.
audit basics Google link SEO text