I want some images be indexed with specific page URLs. When users click them from image search I would like it to take them to my chosen URL instead of place where Google found that image. For example, I have the image: img1.png and pages: /page1 and /home. On /home page I have this HTML:
<a href="/page1"><img src="/img1.png"></a>
But in search results for this image Google brings me to /home page when I want /page1.
How can i fix this? Can this be fixed by telling Google not to index this specific image on the /home page? How would I do that? Would it damage my SEO?