Preventing bots from harvesting email – using JS to apdate the address after a few seconds, would that be useful?
I am planning to use an empty <a id="email" href="#"></a>
in my html and then using JS to update the href and the content with the proper email a few seconds after the page finished to load.
Would that prevent bots from harvesting the address or is it worthless?