the best method for google indexing text content in images?
Posted
by dnuske
on Stack Overflow
See other posts from Stack Overflow
or by dnuske
Published on 2010-04-13T19:28:41Z
Indexed on
2010/04/13
19:33 UTC
Read the original article
Hit count: 599
Hi everybody, I have a webpage where I put 1 image once in a while, this is just like xkcd.com I would like to know how to let google know the text in my images.
My approach is to put the text in alt html attribute, like this:
<img
src="http://myapokalips.com/public/cartoons/021_Robot_Tattoo.png"
alt="RETARD - aw, that's a sick tattoo! - yea, bro, it means 'strength'"
/>
is that right? or should I put the text in some random metatag?
thank you in advance.
© Stack Overflow or respective owner