Making email addresses safe from bots on a webpage?

前端 未结 22 1825
不知归路
不知归路 2020-12-02 08:09

When placing email addresses on a webpage do you place them as text like this:

joe.somebody@company.com

or use a clever trick to try and fo

22条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 08:19

    I wouldn't bother -- it is fighting the SPAM war at the wrong level. Particularly for company web sites I think it makes things look very unprofessional if you have anything other than the straight text on the page with a mailto hyperlink.

    There is so much spam flying around that you need good filtering anyway, and any bot is going end up understanding all the common tricks anyway.

提交回复
热议问题