How to set alt attribute for an <a> tag when it contains an image URL? – SEO
Here is my code: <a itemprop='image' target='_blank' href='http://lamtakam.com/img/post/imageGenerator.php?tc=17&id=321780&t=%D8%B3%D9%84%D8%A7%D9%85'>show</a> See? It is a <a> tag which contains the URL of an image. That's why I've set itemprop='image' to it and fortunately, Google detects it as well. All I want to know,…