Accompanying Files
Observation Details
There are multiple links with the same visible label "Weitere Infos" / "Kaufen" that have different accessible names, set by aria-label. Since the visual label is e.g. used by assistive technology like voice control to activate the given link, using multiple links with the same label might lead to issues.
If the accessible name differs from the visible label, the label must be the first part of the accessible name.
Remediation Notes
Ideally, use link text to convey purpose directly and choose different link text content for each target. If not possible, and link texts are enriched by ARIA attributes, ensure the visible label is used as the first part of the accessible name in the exact wording. If the visible label is "Mehr Infos", the accessible name can be enriched to say "Mehr Infos über XYZ".