Forum Moderators: mack
So I link to the same page twice, once with an image and once with text below the image. No problems there.
Compared to this:
<tr>
<td><a
href=
"http://site.com/widget.html">
<img
src="images/widget.jpg"
alt="widget">
<br>
Widget Emporium</a></td>
</tr>
So I link to one page with an image and text together in the same 'a href' tag.
Given that link text is very important in seo would the link text in the second example be given the same weight by a robot as in the first example?