Reputation: 15158
In my project I have a lot of email addresses on static sites.
Is there an algorithm to display the emails as images, so bots can't find them?
Upvotes: 1
Views: 85
Reputation: 6054
Yes, it's pretty easy to create an image from text:
Use a generic handler (.ashx) file to output an image. Then link to the handler from your page..and it will show up as an image.
Upvotes: 1