Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
Looks good to me. Keep in mind that not all browsers show the alt-attribute when hovering over the image. If you want it seen, you might want to use "title" as well. – John Mueller Apr 14 '10 at 8:26
oh, thank you for the advise John – dnuske Apr 16 '10 at 20:36
did you find any solution on this matter? Is it possible to force google to index images with text? – Lipis May 13 '11 at 12:10
@Lipis I'm sorry I don't know anything about google indexing images in text, I think they already does, but as in my case is handwrite-text my approach is to write it out by myself. till I find a good OCR in python. – dnuske May 26 '11 at 13:23

1 Answer

Just do it like xkcd.com is doing.

share|improve this answer
xkcd does not. if you try searching some text wich is in the images you'll probably fail. – dnuske Apr 13 '10 at 20:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.