This is practical accessibility guidance for first-pass triage. It is not legal advice, a formal audit, WCAG certification, or a conformance guarantee.

What this means

An image used as a link has generic or filename-like alt text.

Why it matters

For linked images, the accessible name needs to explain the link destination or action. Generic wording such as image, photo, logo, or a file name can leave users guessing.

How to fix it

  • Name the link destination or action in visible text or image alt text.
  • Avoid file names and generic labels for image links.
  • If a logo links home, use a clear home link label or organization name.
  • Confirm the link makes sense when read without surrounding visual layout.

What automated checks can detect

A checker can flag linked images whose alt text is empty, generic, or filename-like.

What still needs manual review

Good linked-image labels depend on destination. Review the href, surrounding card text, and visible label before choosing the accessible name.

Automation cannot prove whether the final link label is the clearest wording for the user journey.

Related tools and guides