Hyperlinks in images - best practice
Hi guys,
We have some decorative images in our emails, such as general lifestyle images, which are not intended to be clickable. And I would like to avoid hyperlinking these images to some generic URLs, as adding more links to emails is generally not recommended, if not mistaken.
Currently, we use the following hyperlink format: {{ emptyURL|add:"#" }}. This adds a "#" slug to the images, making them non-clickable. The goal of this approach was to prevent the display of a download button when hovering over an image in Gmail desktop, as images without any URL will show a download button on hover.
However, I believe this practice may have several drawbacks. It could lead to issues with spam filters, create confusion for screen reader users regarding accessibility, and potentially affect click tracking. Do you agree?
What you guys think and what do you do for such images? Thanks!
