Closed AntonyLoose closed 2 months ago
You can use something like:
<p>If you have any questions or suggestions, please write an e-mail to:
us<!-- abc@def -->er@domai<!-- @abc.com -->n.com.
</p>
to prevent bots from scraping the email.
Do this to:
<style type="text/css">
span.spamprotection {display:none;}
</style>
<p>If you have any questions or suggestions, please write an e-mail to:
user<span class="spamprotection">CHARACTER SEQUENCE</span>@domain.com.
</p>
Before you host the website, make sure to encode emails in some way so that web scrappers don't harvest all your references emails.